Swarm-NG  1.1
cudaException Struct Reference

Unrecoverable CUDA error, thrown by cudaErrCheck macro. More...

#include <runtime_error.hpp>

Inheritance diagram for cudaException:
swarm::runtime_error

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.
 

Detailed Description

Unrecoverable CUDA error, thrown by cudaErrCheck macro.

Do not use directly. use cudaErrCheck macro instead.

Definition at line 58 of file runtime_error.hpp.


The documentation for this struct was generated from the following file: