lotus/lib/harmony/resources/miniopencl/cl.h
Andrew Jackson (Ajax) 84f4cdfc15 harmonytask cleanups
2023-08-21 17:13:17 -05:00

17 lines
293 B
C

#ifndef CL_H
#define CL_H
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS
#define CL_TARGET_OPENCL_VERSION 300
#ifdef __APPLE__
#include "OpenCL/opencl.h"
#else
#include "CL/opencl.h"
#endif
#endif /* CL_H */