diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-30 10:53:14 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-10-30 10:53:14 +0100 |
| commit | 51fd65c247ff6d603c1fe27d697e46288ac73022 (patch) | |
| tree | 20765fe69ecef52f3dfdebe8e46bcc58a85987f2 /modules/remote-sycl/c++/common.hpp | |
| parent | 733e2485878e22a5b585d41358e5ea680f3f7246 (diff) | |
| download | forstio-forstio-51fd65c247ff6d603c1fe27d697e46288ac73022.tar.gz | |
Reworking Sycl. Semi broken state
Diffstat (limited to 'modules/remote-sycl/c++/common.hpp')
| -rw-r--r-- | modules/remote-sycl/c++/common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/c++/common.hpp b/modules/remote-sycl/c++/common.hpp index 822dae5..287075f 100644 --- a/modules/remote-sycl/c++/common.hpp +++ b/modules/remote-sycl/c++/common.hpp @@ -5,7 +5,7 @@ #include <forstio/codec/schema_hash.hpp> #include <forstio/codec/id_map.hpp> -#include <AdaptiveCpp/CL/sycl.hpp> +#include <AdaptiveCpp/sycl/sycl.hpp> namespace saw { namespace rmt { |
