cuda.bindings.nvml.device_get_nvlink_error_counter#
- cuda.bindings.nvml.device_get_nvlink_error_counter(
- intptr_t device,
- unsigned int link,
- int counter,
Retrieves the specified error counter value Please refer to ``nvmlNvLinkErrorCounter_t`` for error counters that are available. :param device: The identifier of the target device. :type device: intptr_t :param link: Specifies the NvLink link to be queried. :type link: unsigned int :param counter: Specifies the NvLink counter to be queried. :type counter: NvLinkErrorCounter :returns: Returned counter value. :rtype: unsigned long long .. seealso:: `nvmlDeviceGetNvLinkErrorCounter`