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.

:param device: The identifier of the target device.
:type device: intptr_t
:param counter_type: Flag that indicates which type of errors should be cleared.
:type counter_type: EccCounterType

.. seealso:: `nvmlDeviceClearEccErrorCounts`