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

NAME

       nvmlValue_t -

SYNOPSIS

       #include <nvml.h>

   Data Fields
       double dVal
           If the value is double.
       unsigned int uiVal
           If the value is unsigned int.
       unsigned long ulVal
           If the value is unsigned long.
       unsigned long long ullVal
           If the value is unsigned long long.
       signed long long sllVal
           If the value is signed long long.

Detailed Description

       Union to represent different types of Value

Author

       Generated automatically by Doxygen for NVML from the source code.