cuda.bindings.nvml.device_get_bridge_chip_info#

cuda.bindings.nvml.device_get_bridge_chip_info(intptr_t device)#
Get Bridge Chip Information for all the bridge chips on the board.

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

:returns: Reference to the returned bridge chip Hierarchy.
:rtype: nvmlBridgeChipHierarchy_t

.. seealso:: `nvmlDeviceGetBridgeChipInfo`