From 96da4450016ce61d3de259c112affe1e7334ff42 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Mon, 2 Dec 2024 19:40:21 +0100 Subject: Somewhat broken. But I need to use the data types everywhere. --- modules/remote-sycl/c++/data.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/remote-sycl/c++/data.hpp b/modules/remote-sycl/c++/data.hpp index 7481d53..f50d10a 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_; - uint64_t size_; + data> size_; public: data(const data& data__): data_{&data__, 1u}, @@ -27,7 +27,7 @@ public: return data_; } - uint64_t size() const { + data> size() const { return size_; } -- cgit v1.2.3