Struct CudaError#

Inheritance Relationships#

Base Type#

  • public std::runtime_error

Struct Documentation#

struct CudaError : public std::runtime_error#

Exception thrown when a CUDA error is encountered.

Public Functions

inline CudaError(std::string const &message)#