Provided by: nvidia-cuda-dev_9.1.85-3ubuntu1_amd64 bug

NAME

       nvmlEccErrorCounts_t -

SYNOPSIS

       #include <nvml.h>

   Data Fields
       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.

Detailed Description

       Detailed ECC error counts for a device.

       Deprecated
           Different GPU families can have different memory error counters See
           nvmlDeviceGetMemoryErrorCounter

Author

       Generated automatically by Doxygen for NVML from the source code.