cuda.bindings.nvml.device_is_mig_device_handle#

cuda.bindings.nvml.device_is_mig_device_handle(intptr_t device) unsigned int#
Test if the given handle refers to a MIG device.

:param device: NVML handle to test.
:type device: intptr_t

:returns: True when handle refers to a MIG device.
:rtype: unsigned int

.. seealso:: `nvmlDeviceIsMigDeviceHandle`