enable building the cblas64 library#460
Conversation
changes all function signatures to use CBLAS_INDEX also fixes internal variables to be CBLAS_INDEX all tests are passing
|
I am in favor of this PR. |
Codecov Report
@@ Coverage Diff @@
## master #460 +/- ##
=======================================
Coverage 81.86% 81.86%
=======================================
Files 1863 1863
Lines 181096 181096
=======================================
Hits 148263 148263
Misses 32833 32833 Continue to review full report at Codecov.
|
XD |
|
@langou |
enable building the cblas64 library
changes all function signatures to use CBLAS_INDEX
also fixes internal variables to be CBLAS_INDEX
all tests are passing
A lot of the optimized implementations are providing an implementation for CBLAS64
It is good to have the reference implementation also providing this, as we already have the 64 bit libraries for others.
I've followed your standard syntax rules from other files.
The variable name used is the standard CBLAS_INDEX which should keep it compatible with all other files.
Would be really awesome to finally have this reference implementation ❤️
Thanks a lot,
Aisha