Exception corresponding to cudaErrorStreamCaptureImplicit
of cudaError
.
More...
#include <Exception.hpp>
Public Member Functions | |
CudaStreamCaptureImplicitException (const std::string &description) | |
CudaStreamCaptureImplicitException (const CudaStreamCaptureImplicitException &) | |
Public Member Functions inherited from sp::CudaException | |
CudaException (cudaError_t e) | |
CudaException (cudaError_t e, const std::string desc) | |
CudaException (const CudaException &) | |
cudaError_t | getErrorCode () const |
Get the cudaError_t corresponding to this error. More... | |
Public Member Functions inherited from std::runtime_error | |
T | runtime_error (T... args) |
T | what (T... args) |
Public Member Functions inherited from std::exception | |
T | exception (T... args) |
T | operator= (T... args) |
T | what (T... args) |
T | ~exception (T... args) |
Exception corresponding to cudaErrorStreamCaptureImplicit
of cudaError
.