|
Swarm-NG
1.1
|
Unrecoverable CUDA error, thrown by cudaErrCheck macro. More...
#include <runtime_error.hpp>
Public Member Functions | |
| cudaException (cudaError err) | |
| Handling cuda run time exception. | |
Public Member Functions inherited from swarm::runtime_error | |
| runtime_error (const std::string &msg) | |
| Constructor. | |
Static Public Member Functions | |
| static void | check (cudaError err, const char *fun, const char *file, const int line) |
| Check the cuda run time error. | |
Unrecoverable CUDA error, thrown by cudaErrCheck macro.
Do not use directly. use cudaErrCheck macro instead.
Definition at line 58 of file runtime_error.hpp.