cuda.bindings.nvml.device_get_gpu_fabric_info_v4#
- cuda.bindings.nvml.device_get_gpu_fabric_info_v4(intptr_t device)#
Retrieves GPU fabric information including per-type clique assignments.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
- Information about GPU fabric state
including per-type cliques.
- Return type:
nvmlGpuFabricInfo_v4_t
See also
nvmlDeviceGetGpuFabricInfo_v4