diff options
Diffstat (limited to 'modules/remote-sycl/c++/common.hpp')
-rw-r--r-- | modules/remote-sycl/c++/common.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/remote-sycl/c++/common.hpp b/modules/remote-sycl/c++/common.hpp index c1f9ddf..9bc734d 100644 --- a/modules/remote-sycl/c++/common.hpp +++ b/modules/remote-sycl/c++/common.hpp @@ -11,4 +11,15 @@ namespace rmt { struct Sycl {}; } +template<> +class remote<rmt::Sycl>; + +template<typename T> +class device; + +template<typename Schema, typename Encoding, typename Remote> +class data_server; + +template<typename Schema, typename Encoding, typename Remote> +class data_client; } |