From e9df22c4d873852f441d5f9e968d90b7c4adae23 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 31 Oct 2025 11:59:20 +0100 Subject: Extracting size_t out of data type --- modules/remote-sycl/c++/data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/remote-sycl/c++/data.hpp b/modules/remote-sycl/c++/data.hpp index 4aec046..11dfbf2 100644 --- a/modules/remote-sycl/c++/data.hpp +++ b/modules/remote-sycl/c++/data.hpp @@ -47,7 +47,7 @@ public: sycl_alloc_{q__}, dims_{dims__}, size_{get_full_size()}, - data_{size_,sycl_alloc_} + data_{size_.get(),sycl_alloc_} {} auto* get_internal_data() { -- cgit v1.2.3