From 0a8dd2541e20f59812db21e8bad069b50cf8ebaf Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 23 Jan 2026 12:04:35 +0100 Subject: Preparing for SYCL accesors --- lib/core/c++/flatten.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/core/c++/flatten.hpp') diff --git a/lib/core/c++/flatten.hpp b/lib/core/c++/flatten.hpp index 164bb77..1609589 100644 --- a/lib/core/c++/flatten.hpp +++ b/lib/core/c++/flatten.hpp @@ -20,7 +20,6 @@ public: return 1u; } - private: /// 2,3,4 => 2,6,24 /// i + j * 2 + k * 3*2 @@ -35,7 +34,6 @@ private: public: static saw::data apply(const saw::data>& index, const saw::data>& meta){ saw::data flat_ind{0u}; - apply_i<0u>(flat_ind, index, meta); return flat_ind; } -- cgit v1.2.3