Skip to content

Commit 53497e4

Browse files
committed
Expose SYCL 2020 ::sycl namespace to users
1 parent 89937bc commit 53497e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/celerity.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ namespace runtime {
2424
} // namespace runtime
2525
} // namespace celerity
2626

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+
2731
#endif

0 commit comments

Comments
 (0)