Sergei Lewis
|
1093def0d1
|
Merge branch 'risc-v' into develop
|
2024-01-29 11:11:39 +00:00 |
kseniyazaytseva
|
ff41cf5c49
|
Fix BLAS, BLAS-like functions and Generic RISC-V kernels
* Fixed gemmt, imatcopy, zimatcopy_cnc functions
* Fixed cblas_cscal testing in ctest
* Removed rotmg unreacheble code
* Added zero size checks
|
2024-01-18 23:19:52 +03:00 |
Angelika Schwarz
|
899c3a6f6a
|
Improve input argument checks of gemmt
* Fix return value for invalid info
* Add missing checks for ldA, ldB
* Use reference-LAPACK like checks (ie ld=0,nrows=0 is invalid)
|
2023-05-26 08:51:27 +02:00 |
Martin Kroeker
|
1f6f7328eb
|
remove redundant declaration
|
2023-04-27 09:14:12 +02:00 |
Martin Kroeker
|
7152d6b06d
|
fix cblas_gemmt
|
2023-04-27 08:36:20 +02:00 |
Martin Kroeker
|
38d7a7b562
|
Fix ?GEMMT
|
2023-04-16 00:07:58 +02:00 |
Martin Kroeker
|
e7fd8d21a6
|
Add GEMMT based on looped GEMV
|
2022-10-26 15:33:58 +02:00 |