Main Page
Modules
Data Structures
Related Pages
Error Handling
cudaGetErrorString
cudaGetLastError
cudaPeekAtLastError
const char* cudaGetErrorString
(
cudaError_t
error
)
Returns the message string from an error code.
Parameters:
error
- Error code to convert to string
Returns:
char*
pointer to a NULL-terminated string
See also:
cudaGetLastError
,
cudaPeekAtLastError
,
cudaError
Generated by Doxygen for NVIDIA CUDA Library