summaryrefslogtreecommitdiff
path: root/lib/core/c++/flatten.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-01-23 12:04:35 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-01-23 12:04:35 +0100
commit0a8dd2541e20f59812db21e8bad069b50cf8ebaf (patch)
treeccc418d9b41058b11515395b38f3b4ef1e217fd6 /lib/core/c++/flatten.hpp
parente60db388693b63be6d7e4c03234976b567378e94 (diff)
downloadlibs-lbm-0a8dd2541e20f59812db21e8bad069b50cf8ebaf.tar.gz
Preparing for SYCL accesors
Diffstat (limited to 'lib/core/c++/flatten.hpp')
-rw-r--r--lib/core/c++/flatten.hpp2
1 files changed, 0 insertions, 2 deletions
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<T> apply(const saw::data<sch::FixedArray<T,D>>& index, const saw::data<sch::FixedArray<T,D>>& meta){
saw::data<T> flat_ind{0u};
-
apply_i<0u>(flat_ind, index, meta);
return flat_ind;
}