JayBeams  0.1
Another project to have fun coding.
Classes | Namespaces | Functions
error.hpp File Reference
#include <boost/compute/exception/opencl_error.hpp>
#include <stdexcept>

Go to the source code of this file.

Classes

class  jb::clfft::clfft_error
 A run-time clFFT error. More...
 

Namespaces

 jb
 The top-level namespace for the JayBeams library.
 
 jb::clfft
 Wrappers for the clFFT library.
 

Functions

void jb::clfft::check_error_code (cl_int err, char const *msg)
 Check in an OpenCL error code is really an error and raise an exception if so. More...