diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-19 16:23:49 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-01-19 16:23:49 +0100 |
| commit | 2d9cd68ba5f79453487b0f6be4d984a0d556077a (patch) | |
| tree | f699da7a36806e8aa899881e824af49dd106fd17 /modules/remote-sycl/c++/remote.hpp | |
| parent | 45104cfba44c9aead0b14ef831f3eef7893e1931 (diff) | |
| download | forstio-forstio-2d9cd68ba5f79453487b0f6be4d984a0d556077a.tar.gz | |
Sycl changes and CT multiply
Diffstat (limited to 'modules/remote-sycl/c++/remote.hpp')
| -rw-r--r-- | modules/remote-sycl/c++/remote.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/remote-sycl/c++/remote.hpp b/modules/remote-sycl/c++/remote.hpp index 65f645e..ef11d50 100644 --- a/modules/remote-sycl/c++/remote.hpp +++ b/modules/remote-sycl/c++/remote.hpp @@ -1,6 +1,8 @@ #pragma once #include "common.hpp" +#include "transfer.hpp" +#include "rpc.hpp" namespace saw { @@ -72,7 +74,7 @@ public: } /** - * Spin up data server + * Spin up a data server */ template<typename Schema, typename Encoding> error_or<own<data_server<Schema, Encoding, rmt::Sycl>>> data_listen(remote_address<rmt::Sycl>& dev){ |
