Accelerated Computation Engine
openclxx.h
1 #ifndef OPENCLXX_H
2 #define OPENCLXX_H
3 #include "opencl_platform.h"
4 #include "opencl_device.h"
5 #include "opencl_context.h"
6 #include "opencl_program.h"
7 #include "opencl_commandqueue.h"
8 #include "opencl_event.h"
9 #include "opencl_buffer.h"
10 #include "opencl_kernel_locker.h"
11 #endif