ViennaCL - The Vienna Computing Library
1.2.0
|
Error handling for the OpenCL layer of ViennaCL. More...
#include <CL/cl.h>
#include <string>
#include <iostream>
#include <exception>
Go to the source code of this file.
Namespaces | |
namespace | viennacl |
namespace | viennacl::ocl |
Macros | |
#define | VIENNACL_BUG_REPORT_STRING |
#define | VIENNACL_ERR_CHECK(err) viennacl::ocl::error_checker<void>::checkError(err, __FILE__, __FUNCTION__, __LINE__); |
Error handling for the OpenCL layer of ViennaCL.
#define VIENNACL_BUG_REPORT_STRING |
#define VIENNACL_ERR_CHECK | ( | err | ) | viennacl::ocl::error_checker<void>::checkError(err, __FILE__, __FUNCTION__, __LINE__); |