From 38d3d701a7ffff8153b1eea0f540f79200cf47a3 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 16 Aug 2024 17:05:59 +0200 Subject: Sycl improvements --- modules/remote-sycl/c++/common.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/remote-sycl/c++/common.hpp') 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 +struct Sycl {}; +} template<> class remote; -- cgit v1.2.3