Martin Kroeker
|
db7e5f1fa7
|
Update gemmt.c
|
7 months ago |
Martin Kroeker
|
7c3e169b67
|
Update gemmt.c
|
7 months ago |
Martin Kroeker
|
09414a4187
|
Ensure that GEMMTR name appears in XERBLA if gemmt was called as such
|
7 months ago |
Martin Kroeker
|
9762464718
|
Fix CBLAS interface filling in the wrong triangle for Row-Major
|
11 months ago |
Martin Kroeker
|
baf88564bc
|
Fix potential buffer overflow
|
1 year ago |
Martin Kroeker
|
d4db6a9f16
|
Separate the interface for SBGEMMT from GEMMT due to differences in GEMV arguments
|
1 year ago |
Martin Kroeker
|
68d354814f
|
Fix incompatible pointer type in BFLOAT16 mode
|
1 year ago |
Sergei Lewis
|
1093def0d1
|
Merge branch 'risc-v' into develop
|
1 year ago |
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
|
2 years ago |
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)
|
2 years ago |
Martin Kroeker
|
1f6f7328eb
|
remove redundant declaration
|
2 years ago |
Martin Kroeker
|
7152d6b06d
|
fix cblas_gemmt
|
2 years ago |
Martin Kroeker
|
38d7a7b562
|
Fix ?GEMMT
|
2 years ago |
Martin Kroeker
|
e7fd8d21a6
|
Add GEMMT based on looped GEMV
|
2 years ago |