diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-06-30 00:36:58 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-06-30 00:36:58 +0200 |
commit | 6dbc6037ba7a633318ef81fef02affb78ff8812c (patch) | |
tree | f0f553a40522a13dd958cb6a834c7c1128c50e38 /bench/Main.hs | |
parent | 96ec7003f054333692ab18d17659accf6b0fef6f (diff) |
Apply a small fraction of hlint hints
Diffstat (limited to 'bench/Main.hs')
-rw-r--r-- | bench/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/Main.hs b/bench/Main.hs index 6148db9..b604eb9 100644 --- a/bench/Main.hs +++ b/bench/Main.hs @@ -51,7 +51,7 @@ main_tests = defaultMain " str " ++ showSh (stridesOf inp1) ++ " " ++ showSh (stridesOf inp2)) $ nf (\(a,b) -> rsumAllPrim (rdot1Inner a b)) (inp1, inp2) - iota n = riota @Double n + iota = riota @Double in [dotprodBench "dot 1D" (iota 10_000_000 |