cuda.bindings.nvml.device_get_compute_instance_id#

cuda.bindings.nvml.device_get_compute_instance_id(intptr_t device) unsigned int#
Get compute instance ID for the given MIG device handle.

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

:returns: Compute instance ID.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetComputeInstanceId`