cuda.bindings.nvml.device_get_vgpu_capabilities#
- cuda.bindings.nvml.device_get_vgpu_capabilities(
- intptr_t device,
- int capability,
Retrieve the requested vGPU capability for GPU.
- Parameters:
device (intptr_t) – The identifier of the target device.
capability (DeviceVgpuCapability) – Specifies the
nvmlDeviceVgpuCapability_tto be queried.
- Returns:
Specifies that the queried capability is supported, and also returns capability’s data.
- Return type:
unsigned int
See also
nvmlDeviceGetVgpuCapabilities