cuda.bindings.nvml.VgpuCapability#
- class cuda.bindings.nvml.VgpuCapability(value: int)#
vGPU queryable capabilities
See nvmlVgpuCapability_t.
- VGPU_CAP_NVLINK_P2P: 0
P2P over NVLink is supported.
- VGPU_CAP_GPUDIRECT: 1
GPUDirect capability is supported.
- VGPU_CAP_MULTI_VGPU_EXCLUSIVE: 2
vGPU profile cannot be mixed with other vGPU profiles in same VM
- VGPU_CAP_EXCLUSIVE_TYPE: 3
vGPU profile cannot run on a GPU alongside other profiles of different type
- VGPU_CAP_EXCLUSIVE_SIZE: 4
vGPU profile cannot run on a GPU alongside other profiles of different size
VGPU_CAP_COUNT: 5