cuda.bindings.nvml.device_set_vgpu_capabilities#

cuda.bindings.nvml.device_set_vgpu_capabilities(
intptr_t device,
int capability,
int state,
)#

Set the desirable vGPU capability of a device.

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

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

  • state (EnableState) – The target capability mode.

See also

nvmlDeviceSetVgpuCapabilities