cuda.bindings.nvml.get_vgpu_compatibility#

cuda.bindings.nvml.get_vgpu_compatibility(
VgpuMetadata vgpu_metadata,
VgpuPgpuMetadata pgpu_metadata,
)#

Takes a vGPU instance metadata structure read from vgpu_instance_get_metadata() and a vGPU metadata structure for a physical GPU read from device_get_vgpu_metadata, and returns compatibility information of the vGPU instance and the physical GPU.

Parameters:
Returns:

Compatibility information.

Return type:

VgpuPgpuCompatibility