Commit 87542a7
Add fast path in generic matmul (#1202)
This manually adds the critical optimisation investigated in
JuliaLang/julia#56954. While we could rely on
LLVM to continue doing this optimisation, it's more robust to add it
manually.
(cherry picked from commit ed35a37)1 parent 9b6fe73 commit 87542a7
2 files changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1021 | 1021 | | |
1022 | 1022 | | |
1023 | 1023 | | |
| 1024 | + | |
1024 | 1025 | | |
1025 | 1026 | | |
1026 | 1027 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
| 770 | + | |
770 | 771 | | |
771 | 772 | | |
772 | 773 | | |
| |||
0 commit comments