Accelerated Computation Engine
opencl_common.h
1 #ifndef OPENCL_COMMON_H
2 #define OPENCL_COMMON_H
3 #include <CL/cl.h>
4 #include "global.h"
5 //
6 
7 
8 
9 namespace OpenCL
10 {
11  void fillException(EException* exception, cl_int code);
12 }
13 
14 
15 
16 #endif
Definition: eexception.h:20
void fillException(EException *exception, cl_int code)
Definition: opencl_common.cpp:24
Definition: opencl.h:5