cuda.bindings.nvml.device_get_vgpu_capabilities#

cuda.bindings.nvml.device_get_vgpu_capabilities(
intptr_t device,
int capability,
) unsigned int#

Retrieve the requested vGPU capability for GPU.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • capability (DeviceVgpuCapability) – Specifies the nvmlDeviceVgpuCapability_t to be queried.

Returns:

Specifies that the queried capability is supported, and also returns capability’s data.

Return type:

unsigned int

See also

nvmlDeviceGetVgpuCapabilities