From 82006ae71c1ff89dc32f2bb4b76c61857b2f6874 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 13 May 2024 10:08:56 +0200 Subject: Continud renaming of opencl to sycl --- modules/remote-sycl/c++/remote.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/remote-sycl/c++/remote.hpp') diff --git a/modules/remote-sycl/c++/remote.hpp b/modules/remote-sycl/c++/remote.hpp index 3073b23..3be3c79 100644 --- a/modules/remote-sycl/c++/remote.hpp +++ b/modules/remote-sycl/c++/remote.hpp @@ -4,11 +4,11 @@ namespace saw { namespace rmt { -struct OpenCl {}; +struct Sycl {}; } template<> -class remote { +class remote { private: SAW_FORBID_COPY(remote); SAW_FORBID_MOVE(remote); @@ -17,20 +17,20 @@ public: /* error_or create_remote(){ - return remote{*this}; + return remote{*this}; } */ }; template<> -struct remote_address { +struct remote_address { private: - remote* ctx_; + remote* ctx_; SAW_FORBID_COPY(remote_address); SAW_FORBID_MOVE(remote_address); public: - remote_address(remote& r_ctx): + remote_address(remote& r_ctx): ctx_{&r_ctx} {} -- cgit v1.2.3