cuda.bindings.nvml.GpuFabricInfo_v4#

class cuda.bindings.nvml.GpuFabricInfo_v4#

Empty-initialize an instance of nvmlGpuFabricInfo_v4_t.

See also

nvmlGpuFabricInfo_v4_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

Create an GpuFabricInfo_v4 instance with the memory from the given buffer.

from_data(data)

Create an GpuFabricInfo_v4 instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an GpuFabricInfo_v4 instance wrapping the given pointer.

Attributes

cliques

Clique entries, sorted by ascending type then ascending id.

cluster_uuid

(array of length 16).Uuid of the cluster to which this GPU belongs.

health_mask

GPU Fabric health Status Mask.

health_summary

GPU Fabric health summary.

num_cliques

Number of valid entries in cliques[].

ptr

Get the pointer address to the data as Python int.

state

Current Probe State.

status

Probe Error status, if any.