cuda.bindings.nvml.device_clear_ecc_error_counts#

cuda.bindings.nvml.device_clear_ecc_error_counts(intptr_t device, int counter_type)#

Clear the ECC error and other memory error counts for the device.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • counter_type (EccCounterType) – Flag that indicates which type of errors should be cleared.

See also

nvmlDeviceClearEccErrorCounts