nvmlGpuFabricInfo_v2_t#

struct nvmlGpuFabricInfo_v2_t#

GPU Fabric information (v2).

Deprecated:

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

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 Members

unsigned int version#

Structure version identifier (set to nvmlGpuFabricInfo_v2)

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_*.