From 4bce6c96d0c49161b840796b277baab7972c0214 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 12 Oct 2025 15:42:56 +0200 Subject: Fixed and added Array for sycl --- modules/remote-sycl/c++/remote.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 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 fd2f64a..65f645e 100644 --- a/modules/remote-sycl/c++/remote.hpp +++ b/modules/remote-sycl/c++/remote.hpp @@ -31,9 +31,9 @@ private: std::array data; template - static key_t create(const remote_address& addr){ + static key_t create(const remote_address& addr){ key_t k; - k.data = std::array{addr.get_address_id().get(), schema_hash::apply(), schema_hash::apply()}; + k.data = std::array{addr.get_device_id(), schema_hash::apply(), schema_hash::apply()}; return k; } -- cgit v1.2.3