Loading...
Searching...
No Matches
Go to the documentation of this file.
11#define CUSBF_CUDA_CALL(err) \
13 if (cudaError_t _cusbf_err = (err); _cusbf_err != cudaSuccess) { \
14 throw std::runtime_error(::cusbf::Error::cuda(_cusbf_err).message()); \