diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-08-06 14:20:58 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-08-06 14:20:58 +0200 |
commit | de03ab009d6f7a5e10d3bfd5dd3d4ad1672b1ace (patch) | |
tree | f6d2bf32a175a3d4fe26fc80f6ea9682d6789451 | |
parent | f36a545b0f814d8d35e87262dd80d4d8d8dc4405 (diff) |
Sycl dangling changes
-rw-r--r-- | modules/remote-sycl/c++/rpc.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/c++/rpc.hpp b/modules/remote-sycl/c++/rpc.hpp index 8cb4d8d..bdc6d6c 100644 --- a/modules/remote-sycl/c++/rpc.hpp +++ b/modules/remote-sycl/c++/rpc.hpp @@ -160,7 +160,7 @@ public: * Rpc Server class for the Sycl backend. */ template<typename Iface, typename Encoding> -class rpc_server<Iface, Encoding, rmt::Sycl> { +class rpc_server<Iface, Encoding, rmt::Sycl> final { public: using InterfaceCtxT = cl::sycl::queue*; using InterfaceT = interface<Iface, encode::Sycl<Encoding>, InterfaceCtxT>; |