summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/c++/common.hpp
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-16 17:05:59 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-16 17:05:59 +0200
commit38d3d701a7ffff8153b1eea0f540f79200cf47a3 (patch)
tree732a8ac91879e66e070272c5c35a556808c9ce2c /modules/remote-sycl/c++/common.hpp
parent4acbc19774d48b339820e91b7c9226ed2e6f12b5 (diff)
Sycl improvements
Diffstat (limited to 'modules/remote-sycl/c++/common.hpp')
-rw-r--r--modules/remote-sycl/c++/common.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/remote-sycl/c++/common.hpp b/modules/remote-sycl/c++/common.hpp
index 8c008c3..3859dad 100644
--- a/modules/remote-sycl/c++/common.hpp
+++ b/modules/remote-sycl/c++/common.hpp
@@ -10,6 +10,10 @@ namespace saw {
namespace rmt {
struct Sycl {};
}
+namespace encode {
+template<typename Inner>
+struct Sycl {};
+}
template<>
class remote<rmt::Sycl>;