diff options
Diffstat (limited to 'modules/remote-sycl/c++/common.hpp')
-rw-r--r-- | modules/remote-sycl/c++/common.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/remote-sycl/c++/common.hpp b/modules/remote-sycl/c++/common.hpp new file mode 100644 index 0000000..c1f9ddf --- /dev/null +++ b/modules/remote-sycl/c++/common.hpp @@ -0,0 +1,14 @@ +#pragma once + +#include <forstio/io_codec/rpc.hpp> +#include <forstio/codec/data.hpp> +#include <forstio/codec/id_map.hpp> + +#include <AdaptiveCpp/CL/sycl.hpp> + +namespace saw { +namespace rmt { +struct Sycl {}; +} + +} |