nvmlGpuFabricInfo_v3_t#

struct nvmlGpuFabricInfo_v3_t#

GPU Fabric information (v3).

Deprecated:

nvmlGpuFabricInfo_v3_t is deprecated and will be removed in a future release. Use nvmlGpuFabricInfo_v4_t instead.

Public Members

unsigned int version#

Structure version identifier (set to nvmlGpuFabricInfo_v3)

unsigned char clusterUuid[16]#

Uuid of the cluster to which this GPU belongs.

nvmlReturn_t status#

Probe Error status, if any. Must be checked only if Probe state returns “complete”.

unsigned int cliqueId#

ID of the fabric clique to which this GPU belongs.

nvmlGpuFabricState_t state#

Current Probe State of GPU registration process. See NVML_GPU_FABRIC_STATE_*.

unsigned int healthMask#

GPU Fabric health Status Mask. See NVML_GPU_FABRIC_HEALTH_MASK_*.

unsigned char healthSummary#

GPU Fabric health summary. See NVML_GPU_FABRIC_HEALTH_SUMMARY_*.