cuda.bindings.nvml.device_get_max_mig_device_count#

cuda.bindings.nvml.device_get_max_mig_device_count(intptr_t device) unsigned int#
Get the maximum number of MIG devices that can exist under a given parent NVML device.

:param device: Target device handle.
:type device: intptr_t

:returns: Count of MIG devices.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetMaxMigDeviceCount`