aboutsummaryrefslogtreecommitdiff
path: root/ops/Data/Array/Strided
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-01-16 19:16:58 +0100
committerTom Smeding <tom@tomsmeding.com>2026-01-16 19:16:58 +0100
commit67eea51eb3cc205c2884de613f1102655276b191 (patch)
treeb20025de05de70a721bb70911545ac3cf64196bf /ops/Data/Array/Strided
parentb6d52a08e9718b6131ff4596215fbe902499c277 (diff)
parent0216dacb82f305e30f147ec7242dcd8599da721a (diff)
Merge branch 'master' into mvecsReplicate
Diffstat (limited to 'ops/Data/Array/Strided')
-rw-r--r--ops/Data/Array/Strided/Arith/Internal.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/Data/Array/Strided/Arith/Internal.hs b/ops/Data/Array/Strided/Arith/Internal.hs
index a099326..2eb0666 100644
--- a/ops/Data/Array/Strided/Arith/Internal.hs
+++ b/ops/Data/Array/Strided/Arith/Internal.hs
@@ -396,6 +396,7 @@ vectorRedInnerOp sn@SNat valconv ptrconv fscale fred array@(Array sh strides off
Nothing -> error "impossible"
-- TODO: test handling of negative strides
+-- TODO: simplify away normalised dimensions
-- | Reduce full array
{-# NOINLINE vectorRedFullOp #-}
vectorRedFullOp :: forall a b n. (Num a, Storable a)