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.

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

  • error_type (MemoryErrorType) – Flag that specifies the type of the errors.

  • counter_type (EccCounterType) – Flag that specifies the counter-type of the errors.

Returns:

Reference in which to return the specified ECC errors.

Return type:

unsigned long long

See also

nvmlDeviceGetTotalEccErrors