nvmlVgpuPlacementList_v2_t#
-
struct nvmlVgpuPlacementList_v2_t#
Structure to store the list of vGPU placements — version 2.
Public Members
-
unsigned int version#
IN: The version number of this struct.
-
unsigned int placementSize#
OUT: The number of slots occupied by the vGPU type.
-
unsigned int count#
IN/OUT: Count of the placement IDs.
-
unsigned int *placementIds#
IN/OUT: Placement IDs for the vGPU type.
-
unsigned int mode#
IN: The vGPU mode. Either NVML_VGPU_PGPU_HETEROGENEOUS_MODE or NVML_VGPU_PGPU_HOMOGENEOUS_MODE.
-
unsigned int version#