Error Handling
[CUDA Runtime API]


Functions

const char * cudaGetErrorString (cudaError_t error)
 Returns the message string from an error code.
cudaError_t cudaGetLastError (void)
 Returns the last error from a runtime call.
cudaError_t cudaPeekAtLastError (void)
 Returns the last error from a runtime call.

Detailed Description

This section describes the error handling functions of the CUDA runtime application programming interface.

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA