Exception corresponding to cudaErrorStreamCaptureInvalidated of cudaError.
More...
#include <Exception.hpp>
Public Member Functions | |
| CudaStreamCaptureInvalidatedException (const std::string &description) | |
| CudaStreamCaptureInvalidatedException (const CudaStreamCaptureInvalidatedException &) | |
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 cudaErrorStreamCaptureInvalidated of cudaError.