diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-31 14:19:32 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-31 14:19:32 +0200 |
| commit | 039dd61d291060010a11a3f7bb1addfa7eb77bfd (patch) | |
| tree | 2262281a3f1f6a7fb52eacd0619f9a9dad5a93d9 /modules/remote-sycl/c++ | |
| parent | de5c04c86d93ddf3b98b8f35de42695865d7c408 (diff) | |
| download | forstio-forstio-039dd61d291060010a11a3f7bb1addfa7eb77bfd.tar.gz | |
Working on getting sycl to work
Diffstat (limited to 'modules/remote-sycl/c++')
| -rw-r--r-- | modules/remote-sycl/c++/remote.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/c++/remote.hpp b/modules/remote-sycl/c++/remote.hpp index 003dd0e..dbbefcb 100644 --- a/modules/remote-sycl/c++/remote.hpp +++ b/modules/remote-sycl/c++/remote.hpp @@ -116,7 +116,7 @@ public: return std::move(eov.get_error()); } return eov.get_value(); - }else { + } else { return &input.get_data(); } }(); |
