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 14b42c8 commit c8544f1Copy full SHA for c8544f1
sycl/include/CL/sycl/detail/common.hpp
@@ -8,7 +8,6 @@
8
9
#pragma once
10
11
-#include <CL/cl_ext_intel.h>
12
#include <CL/sycl/detail/cl.h>
13
#include <CL/sycl/detail/defines.hpp>
14
#include <CL/sycl/detail/export.hpp>
sycl/include/CL/sycl/detail/pi.h
@@ -47,7 +47,7 @@
47
// TODO: we need a mapping of PI to OpenCL somewhere, and this can be done
48
// elsewhere, e.g. in the pi_opencl, but constants/enums mapping is now
49
// done here, for efficiency and simplicity.
50
+#include <CL/cl_ext.h>
51
52
53
#include <cstdint>
0 commit comments