From 204aeb03daf43e73546077c8f72538ad3b6ac75b Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 11 Apr 2024 18:24:47 +0200 Subject: codec, remote-opencl: Trying out opencl and ammending parts of codec for it --- modules/codec/c++/rpc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/codec/c++/rpc.hpp') diff --git a/modules/codec/c++/rpc.hpp b/modules/codec/c++/rpc.hpp index 6b606e2..5f29f6e 100644 --- a/modules/codec/c++/rpc.hpp +++ b/modules/codec/c++/rpc.hpp @@ -3,7 +3,7 @@ namespace saw { /** - * + * Representing data on the remote */ template class remote_data { @@ -75,7 +75,7 @@ class remote_address { * Reference Backend structure */ template -class remote_api { +class remote { static_assert(always_false, "Type of backend not supported"); /** -- cgit v1.2.3