cuda.bindings.nvml.MemoryErrorType#
- class cuda.bindings.nvml.MemoryErrorType(value: int)#
Memory error types
See nvmlMemoryErrorType_t.
- CORRECTED: 0
A memory error that was corrected For ECC errors, these are single bit errors For Texture memory, these are errors fixed by resend
- UNCORRECTED: 1
A memory error that was not corrected For ECC errors, these are double bit errors For Texture memory, these are errors where the resend fails
- COUNT: 2
Count of memory error types.