|
| | cuda_error (std::string const &message, cudaError_t const &error) |
| | Construct a new cuda error object with error message and code. More...
|
| |
| | cuda_error (std::string const &message, cudaError_t const &error) |
| | Construct a new cuda error object with error message and code. More...
|
| |
| cudaError_t | error_code () const |
| | Returns the CUDA error code associated with the exception. More...
|
| |
Definition at line 81 of file error.hpp.
◆ cuda_error()
| cudf::cuda_error::cuda_error |
|
inlineexplicit |
Construct a new cuda error object with error message and code.
- Parameters
-
| message | Error message |
| error | CUDA error code |
Definition at line 65 of file error.hpp.
The documentation for this struct was generated from the following file: