NVML API Reference Guide (PDF) - vR550 (older) - Last updated March 12, 2024 - Send Feedback

5.23. nvmlGpuFabricInfo_v2_t Struct Reference

GPU Fabric information (v2).

Version 2 adds the nvmlGpuFabricInfo_v2_t::version field to the start of the structure, and the nvmlGpuFabricInfo_v2_t::healthMask field to the end. This structure is not backwards-compatible with nvmlGpuFabricInfo_t.

Public Variables

unsigned int  cliqueId
ID of the fabric clique to which this GPU belongs.
unsigned char  clusterUuid[NVML_GPU_FABRIC_UUID_LEN]
Uuid of the cluster to which this GPU belongs.
unsigned int  healthMask
GPU Fabric health Status Mask.
nvmlGpuFabricState_t  state
Current state of GPU registration process.
nvmlReturn_t status
Error status, if any. Must be checked only if state returns "complete".
unsigned int  version
Structure version identifier (set to nvmlGpuFabricInfo_v2).

Variables

unsigned int nvmlGpuFabricInfo_v2_t::cliqueId [inherited]

ID of the fabric clique to which this GPU belongs.

unsigned char nvmlGpuFabricInfo_v2_t::clusterUuid[NVML_GPU_FABRIC_UUID_LEN] [inherited]

Uuid of the cluster to which this GPU belongs.

unsigned int nvmlGpuFabricInfo_v2_t::healthMask [inherited]

GPU Fabric health Status Mask.

nvmlGpuFabricState_t nvmlGpuFabricInfo_v2_t::state [inherited]

Current state of GPU registration process.

nvmlReturn_tnvmlGpuFabricInfo_v2_t::status [inherited]

Error status, if any. Must be checked only if state returns "complete".

unsigned int nvmlGpuFabricInfo_v2_t::version [inherited]

Structure version identifier (set to nvmlGpuFabricInfo_v2).


NVML API Reference Guide (PDF) - vR550 (older) - Last updated March 12, 2024 - Send Feedback