30 #ifdef ICL_HAVE_OPENCL 45 static string getMessage(
const int errorCode,
const string message){
46 std::stringstream sstr;
47 sstr << message <<
" clErrorCode " << errorCode << endl;
undocument this line if you encounter any issues!
Definition: Any.h:37
CLKernelException(const std::string &msg)
Definition: CLException.h:71
CLBufferException(const std::string &msg)
Definition: CLException.h:65
CLInitException(const std::string &msg)
Definition: CLException.h:55
Class for an OpenCL Exception associated with kernels.
Definition: CLException.h:69
CLException(const std::string &msg)
Definition: CLException.h:50
CLBuildException(const std::string &msg)
Definition: CLException.h:60
static string getMessage(const int errorCode, const string message)
Definition: CLException.h:45
Base class for an OpenCL Exception.
Definition: CLException.h:43
Class for an OpenCL Exception associated with buffers.
Definition: CLException.h:63
Base class for Exception handling in the ICL.
Definition: Exception.h:42
Class for an OpenCL Exception during kernel compiling.
Definition: CLException.h:58
Class for an OpenCL Exception during initialization.
Definition: CLException.h:53