vSMC
vSMC: Scalable Monte Carlo
Classes | Namespaces | Macros | Functions
cl_error.hpp File Reference
#include <vsmc/internal/common.hpp>
#include <vsmc/opencl/internal/cl_wrapper.hpp>

Go to the source code of this file.

Classes

class  vsmc::CLError
 OpenCL exception. More...
 

Namespaces

 vsmc
 
 vsmc::internal
 

Macros

#define VSMC_DEFINE_OPENCL_CL_ERROR_ERR(STATUS)   case STATUS : return #STATUS
 

Functions

std::string vsmc::internal::cl_error_str (cl_int status)
 

Macro Definition Documentation

#define VSMC_DEFINE_OPENCL_CL_ERROR_ERR (   STATUS)    case STATUS : return #STATUS

Definition at line 38 of file cl_error.hpp.