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
EException
Definition:
eexception.h:20
OpenCL::fillException
void fillException(EException *exception, cl_int code)
Definition:
opencl_common.cpp:24
OpenCL
Definition:
opencl.h:5
Generated by
1.8.14