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 89937bc commit 53497e4Copy full SHA for 53497e4
include/celerity.h
@@ -24,4 +24,8 @@ namespace runtime {
24
} // namespace runtime
25
} // namespace celerity
26
27
+// Celerity includes <CL/sycl.hpp> internally, but we want to expose the SYCL 2020 ::sycl namespace to Celerity users.
28
+// TODO: Remove this once Celerity includes <sycl/sycl.hpp> internally.
29
+#include <sycl/sycl.hpp>
30
+
31
#endif
0 commit comments