summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-08-06 14:20:58 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-08-06 14:20:58 +0200
commitde03ab009d6f7a5e10d3bfd5dd3d4ad1672b1ace (patch)
treef6d2bf32a175a3d4fe26fc80f6ea9682d6789451 /modules
parentf36a545b0f814d8d35e87262dd80d4d8d8dc4405 (diff)
Sycl dangling changes
Diffstat (limited to 'modules')
-rw-r--r--modules/remote-sycl/c++/rpc.hpp2
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>;