cuda.bindings.nvml.device_get_vgpu_heterogeneous_mode#

cuda.bindings.nvml.device_get_vgpu_heterogeneous_mode(intptr_t device) unsigned int#
Get the vGPU heterogeneous mode for the device.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: The mode
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetVgpuHeterogeneousMode`