summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/c++/common.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-06-18 16:35:39 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-06-18 16:35:39 +0200
commit80b706332a48f54ae289093ee11b17f20ab2dc2e (patch)
treedc5d54e9aa583e9d2c7519958b3735a73d60f85b /modules/remote-sycl/c++/common.hpp
parentdee0184f2bedfb3919309c9f372bd0cdec520e9d (diff)
Changed some setup designs
Diffstat (limited to 'modules/remote-sycl/c++/common.hpp')
-rw-r--r--modules/remote-sycl/c++/common.hpp14
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 {};
+}
+
+}