nvmlEccErrorCounts_t#

struct nvmlEccErrorCounts_t#

Detailed ECC error counts for a device.

Deprecated:

Different GPU families can have different memory error counters See nvmlDeviceGetMemoryErrorCounter

Public Members

unsigned long long l1Cache#

L1 cache errors.

unsigned long long l2Cache#

L2 cache errors.

unsigned long long deviceMemory#

Device memory errors.

unsigned long long registerFile#

Register file errors.