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.

:param device: The identifier of the target device.
:type device: intptr_t
:param capability: Specifies the ``nvmlDeviceVgpuCapability_t`` to be queried.
:type capability: DeviceVgpuCapability

:returns: Specifies that the queried capability is supported, and also returns capability's data.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetVgpuCapabilities`