6.33. nvmlGpuFabricInfo_v3_t Struct Reference
[Fabric definitions]
GPU Fabric information (v3).
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. See NVML_GPU_FABRIC_HEALTH_MASK_*.
- unsigned char healthSummary
- GPU Fabric health summary. See NVML_GPU_FABRIC_HEALTH_SUMMARY_*.
- nvmlGpuFabricState_t state
- Current Probe State of GPU registration process. See NVML_GPU_FABRIC_STATE_*.
- nvmlReturn_t status
- Probe Error status, if any. Must be checked only if Probe state returns "complete".
- unsigned int version
- Structure version identifier (set to nvmlGpuFabricInfo_v2).
Variables
- unsigned int nvmlGpuFabricInfo_v3_t::cliqueId [inherited]
-
ID of the fabric clique to which this GPU belongs.
- unsigned char nvmlGpuFabricInfo_v3_t::clusterUuid[NVML_GPU_FABRIC_UUID_LEN] [inherited]
-
Uuid of the cluster to which this GPU belongs.
- unsigned int nvmlGpuFabricInfo_v3_t::healthMask [inherited]
-
GPU Fabric health Status Mask. See NVML_GPU_FABRIC_HEALTH_MASK_*.
- unsigned char nvmlGpuFabricInfo_v3_t::healthSummary [inherited]
-
GPU Fabric health summary. See NVML_GPU_FABRIC_HEALTH_SUMMARY_*.
- nvmlGpuFabricState_tnvmlGpuFabricInfo_v3_t::state [inherited]
-
Current Probe State of GPU registration process. See NVML_GPU_FABRIC_STATE_*.
- nvmlReturn_tnvmlGpuFabricInfo_v3_t::status [inherited]
-
Probe Error status, if any. Must be checked only if Probe state returns "complete".
- unsigned int nvmlGpuFabricInfo_v3_t::version [inherited]
-
Structure version identifier (set to nvmlGpuFabricInfo_v2).