summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-10-31 11:59:20 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-10-31 11:59:20 +0100
commite9df22c4d873852f441d5f9e968d90b7c4adae23 (patch)
tree784ea9c64acf4402baa90c6204ad279b7139500a /modules
parent8858f28fa767d1d41c3ee5cf32529eaf1bce2c18 (diff)
downloadforstio-forstio-e9df22c4d873852f441d5f9e968d90b7c4adae23.tar.gz
Extracting size_t out of data type
Diffstat (limited to 'modules')
-rw-r--r--modules/remote-sycl/c++/data.hpp2
1 files changed, 1 insertions, 1 deletions
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() {