Commit 3c8e7cc
authored
Support complex numbers in BLAS level 2 and 3 rules (#822)
* Complex symv!
* Add rule for hemv!
* Extend trmv! rule to complex numbers
* Tests for complex symv, hemv, trmv
* Extend gemm! rule to complex numbers (6 tests failing, not my fault TM)
* Complex symm! and hemm!
* syrk and herk rules for complex numbers
* Complex trmm!
* Complex trsm!
* Add the tests!
* Make formatter happy
* Fix gemm test
* Split BLAS level 3 tests into a separate set
* Fix level 3 test
* Formatting
* conj(x) is a no-op for real arrays, so simplify code
* Reduce size of hemm matrices to make failures less likely
* Hopefully fix unlucky rng for hemm and trsm
* Give each test 'group' its own rng
* format
* Try another seed
* Fix CI?
* Fix CI?
* Fix CI?
* Bump version
Signed-off-by: Bruno Ploumhans <[email protected]>
---------
Signed-off-by: Bruno Ploumhans <[email protected]>1 parent 2f4b010 commit 3c8e7cc
File tree
7 files changed
+655
-424
lines changed- .github/workflows
- src
- rrules
- test
- rrules
7 files changed
+655
-424
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments