NVML API Reference Guide (PDF) - vR575 (older) - Last updated June 05, 2025 - Send Feedback

5.77. nvmlVgpuCreatablePlacementInfo_v1_t Struct Reference

[vGPU Structs]

Structure to store creatable vGPU placement information -- version 1

Public Variables

unsigned int  count
IN/OUT: Count of the placement IDs.
unsigned int * placementIds
IN/OUT: Placement IDs for the vGPU type.
unsigned int  placementSize
OUT: The number of slots occupied by the vGPU type.
unsigned int  version
IN: The version number of this struct.
nvmlVgpuTypeId_t  vgpuTypeId
IN: Handle to vGPU type.

Variables

unsigned int nvmlVgpuCreatablePlacementInfo_v1_t::count [inherited]

IN/OUT: Count of the placement IDs.

unsigned int * nvmlVgpuCreatablePlacementInfo_v1_t::placementIds [inherited]

IN/OUT: Placement IDs for the vGPU type.

unsigned int nvmlVgpuCreatablePlacementInfo_v1_t::placementSize [inherited]

OUT: The number of slots occupied by the vGPU type.

unsigned int nvmlVgpuCreatablePlacementInfo_v1_t::version [inherited]

IN: The version number of this struct.

nvmlVgpuTypeId_t nvmlVgpuCreatablePlacementInfo_v1_t::vgpuTypeId [inherited]

IN: Handle to vGPU type.


NVML API Reference Guide (PDF) - vR575 (older) - Last updated June 05, 2025 - Send Feedback