cuda.bindings.nvml.device_get_c2c_mode_info_v#

cuda.bindings.nvml.device_get_c2c_mode_info_v(intptr_t device)#
Retrieves the Device's C2C Mode information.

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

:returns: Output struct containing the device's C2C Mode info.
:rtype: nvmlC2cModeInfo_v1_t

.. seealso:: `nvmlDeviceGetC2cModeInfoV`