diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-06-20 10:03:45 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-06-20 10:03:52 +0200 |
commit | 9e675915525cf1b19269a0fec474a2537d2033d7 (patch) | |
tree | 703d5657ef69426f48cd38d92bdeaca2bada6987 | |
parent | 01bbbbe210a27b109ed7a8c38b6157037c26688f (diff) |
Remove obsolete TODO
-rw-r--r-- | src/Data/Array/Nested/Internal/Mixed.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Data/Array/Nested/Internal/Mixed.hs b/src/Data/Array/Nested/Internal/Mixed.hs index 50202ba..731dbef 100644 --- a/src/Data/Array/Nested/Internal/Mixed.hs +++ b/src/Data/Array/Nested/Internal/Mixed.hs @@ -54,9 +54,6 @@ import Data.Array.Mixed.Lemmas -- sumAllPrim :: (PrimElt a, NumElt a) => Mixed sh a -> a -- rminIndex1 :: Ranked (n + 1) a -> Ranked n Int -- gather/scatter-like things (most generally, the higher-order variants: accelerate's backpermute/permute) --- Remove current rdot and replace with: --- rdot1Inner :: Ranked (n + 1) a -> Ranked (n + 1) a -> Ranked n a --- rdot :: Ranked n a -> Ranked n a -> a -- After benchmarking: matmul and matvec |