From b192777212c3de6a9d25c5519269d9047865b2d1 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 7 Apr 2025 14:20:16 +0200 Subject: Fixed Sycl compilation issues to to recursive use --- modules/remote-sycl/c++/data.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/remote-sycl/c++') diff --git a/modules/remote-sycl/c++/data.hpp b/modules/remote-sycl/c++/data.hpp index f50d10a..7763952 100644 --- a/modules/remote-sycl/c++/data.hpp +++ b/modules/remote-sycl/c++/data.hpp @@ -12,7 +12,7 @@ template class data> { private: cl::sycl::buffer> data_; - data> size_; + data size_; public: data(const data& data__): data_{&data__, 1u}, @@ -27,7 +27,7 @@ public: return data_; } - data> size() const { + data size() const { return size_; } -- cgit v1.2.3