cuda.bindings.nvml.vgpu_type_get_device_id#

cuda.bindings.nvml.vgpu_type_get_device_id(unsigned int vgpu_type_id) tuple#
Retrieve the device ID of a vGPU type.

:param vgpu_type_id: Handle to vGPU type.
:type vgpu_type_id: unsigned int

:returns:

          - unsigned long long: Device ID and vendor ID of the device contained in single 32 bit value.
          - unsigned long long: Subsystem ID and subsystem vendor ID of the device contained in single 32 bit value.
:rtype: A 2-tuple containing

.. seealso:: `nvmlVgpuTypeGetDeviceID`