docs/classcutlass_1_1cuda__exception.html
| | CUTLASS
CUDA Templates for Linear Algebra Subroutines and Solvers |
Public Member Functions | Protected Attributes | List of all members
cutlass::cuda_exception Class Reference
C++ exception wrapper for CUDA cudaError_t.
#include <exceptions.h>
Inheritance diagram for cutlass::cuda_exception:
 [legend]
Collaboration diagram for cutlass::cuda_exception:
 [legend]
|
|
| | cuda_exception (const char *msg="", cudaError_t err=cudaErrorUnknown) |
| | Constructor. More...
|
| |
| cudaError_t | cudaError () const |
| | Returns the underlying CUDA cudaError_t. More...
|
| |
|
|
| const char * | msg |
| | Explanatory string. More...
|
| |
| cudaError_t | err |
| | Underlying CUDA cudaError_t. More...
|
| |
|
| cutlass::cuda_exception::cuda_exception | ( | const char * | msg = "", |
| | | cudaError_t | err = cudaErrorUnknown |
| | ) | | |
| inline |
|
| cudaError_t cutlass::cuda_exception::cudaError | ( | | ) | const |
| inline |
|
| cudaError_t cutlass::cuda_exception::err |
| protected |
|
| const char* cutlass::cuda_exception::msg |
| protected |
The documentation for this class was generated from the following file:
Generated by 1.8.11