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

NAME

       Event Types -

   Defines
       #define nvmlEventTypeSingleBitEccError   0x0000000000000001LL
           Event about single bit ECC errors.
       #define nvmlEventTypeDoubleBitEccError   0x0000000000000002LL
           Event about double bit ECC errors.
       #define nvmlEventTypePState   0x0000000000000004LL
           Event about PState changes.
       #define nvmlEventTypeXidCriticalError   0x0000000000000008LL
           Event that Xid critical error occurred.
       #define nvmlEventTypeClock   0x0000000000000010LL
           Event about clock changes.
       #define nvmlEventTypeNone   0x0000000000000000LL
           Mask with no events.
       #define nvmlEventTypeAll
           Mask of all events.

Detailed Description

       Event Types which user can be notified about. See description of particular functions for
       details.

       See nvmlDeviceRegisterEvents and nvmlDeviceGetSupportedEventTypes to check which devices
       support each event.

       Types can be combined with bitwise or operator '|' when passed to nvmlDeviceRegisterEvents

Define Documentation

   #define nvmlEventTypeClock   0x0000000000000010LL
       Kepler only

   #define nvmlEventTypeDoubleBitEccError   0x0000000000000002LL
       Note:
           An uncorrected texture memory error is not an ECC error, so it does not generate a
           double bit event

   #define nvmlEventTypePState   0x0000000000000004LL
       Note:
           On Fermi architecture PState changes are also an indicator that GPU is throttling down
           due to no work being executed on the GPU, power capping or thermal capping. In a
           typical situation, Fermi-based GPU should stay in P0 for the duration of the execution
           of the compute process.

   #define nvmlEventTypeSingleBitEccError   0x0000000000000001LL
       Note:
           A corrected texture memory error is not an ECC error, so it does not generate a single
           bit event

Author

       Generated automatically by Doxygen for NVML from the source code.