From de03ab009d6f7a5e10d3bfd5dd3d4ad1672b1ace Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 6 Aug 2025 14:20:58 +0200 Subject: Sycl dangling changes --- modules/remote-sycl/c++/rpc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -class rpc_server { +class rpc_server final { public: using InterfaceCtxT = cl::sycl::queue*; using InterfaceT = interface, InterfaceCtxT>; -- cgit v1.2.3