Public Member Functions | List of all members
cudf::fatal_cuda_error Struct Reference
Inheritance diagram for cudf::fatal_cuda_error:
cudf::cuda_error

Public Member Functions

 cuda_error (std::string const &message, cudaError_t const &error)
 Construct a new cuda error object with error message and code. More...
 
- Public Member Functions inherited from cudf::cuda_error
 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...
 

Additional Inherited Members

- Protected Attributes inherited from cudf::cuda_error
cudaError_t _cudaError
 CUDA error code.
 

Detailed Description

Definition at line 84 of file error.hpp.

Member Function Documentation

◆ cuda_error()

cudf::cuda_error::cuda_error
inline

Construct a new cuda error object with error message and code.

Parameters
messageError message
errorCUDA error code

Definition at line 67 of file error.hpp.


The documentation for this struct was generated from the following file: