CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers
|
C++ exception wrapper for CUDA cudaError_t
.
#include <exceptions.h>
Public Member Functions | |
cuda_exception (const char *msg="", cudaError_t err=cudaErrorUnknown) | |
Constructor. More... | |
cudaError_t | cudaError () const |
Returns the underlying CUDA cudaError_t . More... | |
Protected Attributes | |
const char * | msg |
Explanatory string. More... | |
cudaError_t | err |
Underlying CUDA cudaError_t . More... | |
|
inline |
|
inline |
|
protected |
|
protected |