cuda.bindings.nvml.device_get_gpu_fabric_info_v#

cuda.bindings.nvml.device_get_gpu_fabric_info_v(intptr_t device)#
Versioned wrapper around nvmlDeviceGetGpuFabricInfo that accepts a versioned ``nvmlGpuFabricInfo_v2_t`` or later output structure.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Information about GPU fabric state.
:rtype: nvmlGpuFabricInfo_v3_t

.. seealso:: `nvmlDeviceGetGpuFabricInfoV`