|
BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
|
Helper exception for throwing sensible CUDA errors. More...
#include <embedsom_cuda.h>


Public Member Functions | |
| CudaError (cudaError_t status=cudaSuccess) | |
| reported cuda status, may be examined separately More... | |
| CudaError (const char *msg, cudaError_t status=cudaSuccess) | |
| CudaError (const std::string &msg, cudaError_t status=cudaSuccess) | |
| virtual | ~CudaError () noexcept |
| virtual const char * | what () const throw () |
Public Attributes | |
| std::string | msg |
| cudaError_t | status |
| message More... | |
Helper exception for throwing sensible CUDA errors.
Definition at line 98 of file embedsom_cuda.h.
|
inline |
reported cuda status, may be examined separately
Definition at line 103 of file embedsom_cuda.h.
|
inline |
Definition at line 107 of file embedsom_cuda.h.
|
inline |
Definition at line 112 of file embedsom_cuda.h.
|
inlinevirtualnoexcept |
Definition at line 117 of file embedsom_cuda.h.
|
inlinevirtual | |||||||||||||
Definition at line 119 of file embedsom_cuda.h.
| std::string CudaError::msg |
Definition at line 100 of file embedsom_cuda.h.
| cudaError_t CudaError::status |
message
Definition at line 101 of file embedsom_cuda.h.