cuda.bindings.nvml.get_vgpu_driver_capabilities#

cuda.bindings.nvml.get_vgpu_driver_capabilities(int capability) unsigned int#

Retrieve the requested vGPU driver capability.

Refer to the nvmlVgpuDriverCapability_t structure for the specific capabilities that can be queried. The return value in cap_result should be treated as a boolean, with a non-zero value indicating that the capability is supported. For Maxwell ™️ or newer fully supported devices.

Parameters:

capability (VgpuDriverCapability) – Specifies the nvmlVgpuDriverCapability_t to be queried.

Returns:

A boolean for the queried capability indicating that

feature is supported.

Return type:

unsigned int

See also

nvmlGetVgpuDriverCapabilities