summaryrefslogtreecommitdiff
path: root/src/clpp11.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2020-03-08 10:14:59 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2020-03-08 10:14:59 +0100
commite3ce88154ab4a6f9a8efe77f551a4b3d0710bcfb (patch)
tree6148e384807e94ad38a16a409de1cf389da129a1 /src/clpp11.hpp
parent8433985051c0fb9758fd8dfe7d19cc8eaca630e1 (diff)
Silenced a new OpenCL warning message
Diffstat (limited to 'src/clpp11.hpp')
-rw-r--r--src/clpp11.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clpp11.hpp b/src/clpp11.hpp
index aeb14989..4ed157ea 100644
--- a/src/clpp11.hpp
+++ b/src/clpp11.hpp
@@ -47,6 +47,7 @@
#include <assert.h>
// OpenCL
+#define CL_TARGET_OPENCL_VERSION 110
#define CL_USE_DEPRECATED_OPENCL_1_1_APIS // to disable deprecation warnings
#define CL_USE_DEPRECATED_OPENCL_1_2_APIS // to disable deprecation warnings
#define CL_USE_DEPRECATED_OPENCL_2_0_APIS // to disable deprecation warnings