hpx/async_cuda/cuda_exception.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace cuda
namespace experimental

Functions

void check_cuda_error(cudaError_t err)
struct cuda_exception : public exception

Public Functions

cuda_exception(const std::string &msg, cudaError_t err)
cudaError_t get_cuda_errorcode()

Protected Attributes

cudaError_t err_