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.

Parameters:

vgpu_type_id (unsigned int) – Handle to vGPU type.

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.

Return type:

A 2-tuple containing

See also

nvmlVgpuTypeGetDeviceID