Error Handling
- Provided by: nvidia-cuda-dev (Version: 7.5.18-0ubuntu1)
- Source: nvidia-cuda-toolkit
- Report a bug
\brief error handling functions of the low-level CUDA driver API (cuda.h)
This section describes the error handling functions of the low-level CUDA driver application programming interface.
Sets *pStr to the address of a NULL-terminated string representation of the name of the enum error code error. If the error code is not recognized, CUDA_ERROR_INVALID_VALUE will be returned and *pStr will be set to the NULL address.
Parameters:
Returns:
See also:
Sets *pStr to the address of a NULL-terminated string description of the error code error. If the error code is not recognized, CUDA_ERROR_INVALID_VALUE will be returned and *pStr will be set to the NULL address.
Parameters:
Returns:
See also:
Generated automatically by Doxygen from the source code.