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_tstructure for the specific capabilities that can be queried. The return value incap_resultshould 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_tto be queried.- Returns:
- A boolean for the queried capability indicating that
feature is supported.
- Return type:
unsigned int
See also
nvmlGetVgpuDriverCapabilities