From 2d9cd68ba5f79453487b0f6be4d984a0d556077a Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 19 Jan 2026 16:23:49 +0100 Subject: Sycl changes and CT multiply --- modules/codec/c++/data.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/codec') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index 585501b..a06acdf 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -365,6 +365,10 @@ public: constexpr data> get_dims() const { return {std::array{D...}}; } + + constexpr data flat_dims() const { + return {ct_multiply::value}; + } private: constexpr uint64_t get_flat_index(const data>& i) const { uint64_t s = 0; -- cgit v1.2.3