cuda.bindings.nvml.device_get_vgpu_metadata#

cuda.bindings.nvml.device_get_vgpu_metadata(intptr_t device)#

Returns a vGPU metadata structure for the physical GPU indicated by device. The structure contains information about the GPU and the currently installed NVIDIA host driver version that’s controlling it, together with an opaque data section containing internal state.

Parameters:

device (Device) – The identifier of the target device.

Returns:

Metadata.

Return type:

VgpuPgpuMetadata