We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8140e1e commit 6943bb0Copy full SHA for 6943bb0
arm_compute/core/CL/OpenCL.h
@@ -28,7 +28,9 @@
28
#include <utility>
29
30
/* Configure the Khronos C++ wrapper to target OpenCL 1.2: */
31
+#ifndef ARM_COMPUTE_NO_EXCEPTIONS
32
#define CL_HPP_ENABLE_EXCEPTIONS
33
+#endif // ARM_COMPUTE_NO_EXCEPTIONS
34
#define CL_HPP_CL_1_2_DEFAULT_BUILD
35
#define CL_HPP_TARGET_OPENCL_VERSION 110
36
#define CL_HPP_MINIMUM_OPENCL_VERSION 110
0 commit comments