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_tfor error counters that are available.- Parameters:
device (intptr_t) – The identifier of the target device.
link (unsigned int) – Specifies the NvLink link to be queried.
counter (NvLinkErrorCounter) – Specifies the NvLink counter to be queried.
- Returns:
Returned counter value.
- Return type:
unsigned long long
See also
nvmlDeviceGetNvLinkErrorCounter