cuda.bindings.nvml.GpuFabricInfo_v3#
- class cuda.bindings.nvml.GpuFabricInfo_v3#
Empty-initialize an instance of nvmlGpuFabricInfo_v3_t.
See also
nvmlGpuFabricInfo_v3_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an GpuFabricInfo_v3 instance with the memory from the given buffer.
from_data(data)Create an GpuFabricInfo_v3 instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an GpuFabricInfo_v3 instance wrapping the given pointer.
Attributes
clique_idID of the fabric clique to which this GPU belongs.
cluster_uuid(array of length 16).Uuid of the cluster to which this GPU belongs.
health_maskGPU Fabric health Status Mask.
health_summaryGPU Fabric health summary.
ptrGet the pointer address to the data as Python
int.stateCurrent Probe State of GPU registration process.
statusProbe Error status, if any.
versionStructure version identifier (set to nvmlGpuFabricInfo_v2)