cuda.bindings.nvml.device_get_total_ecc_errors#

cuda.bindings.nvml.device_get_total_ecc_errors(
intptr_t device,
int error_type,
int counter_type,
) unsigned long long#
Retrieves the total ECC error counts for the device.

:param device: The identifier of the target device.
:type device: intptr_t
:param error_type: Flag that specifies the type of the errors.
:type error_type: MemoryErrorType
:param counter_type: Flag that specifies the counter-type of the errors.
:type counter_type: EccCounterType

:returns: Reference in which to return the specified ECC errors.
:rtype: unsigned long long

.. seealso:: `nvmlDeviceGetTotalEccErrors`