-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed nrm1 (#914), improved blas tests
- Made nrm1 compute the sum of all absolute real and imaginary parts to match BLAS/MKL/CUBLAS behavior, rather than sum of magnitudes. - Improved unit test coverage - verify each output element, not just dotprod of output with itself - for complex, create randomized inputs with nonzero imaginary parts - enable conj-trans mode testing for gemv
- Loading branch information
1 parent
d7fc6d8
commit 5f45262
Showing
28 changed files
with
556 additions
and
602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.