cuda.bindings.nvml.VgpuCapability#

class cuda.bindings.nvml.VgpuCapability(value: int)#

vGPU queryable capabilities

See nvmlVgpuCapability_t.

NVLINK_P2P: 0

P2P over NVLink is supported.

GPUDIRECT: 1

GPUDirect capability is supported.

MULTI_VGPU_EXCLUSIVE: 2

vGPU profile cannot be mixed with other vGPU profiles in same VM

EXCLUSIVE_TYPE: 3

vGPU profile cannot run on a GPU alongside other profiles of different type

EXCLUSIVE_SIZE: 4

vGPU profile cannot run on a GPU alongside other profiles of different size

COUNT: 5