..
lapack
fix function prototypes (empty parentheses)
2023-09-30 12:53:35 +02:00
netlib
…
CMakeLists.txt
Merge pull request #3796 from martin-frbg/gemmt
2022-11-12 19:06:05 +01:00
Makefile
Fix typo in build rule of "profiled" sbgemm
2023-09-21 23:07:32 +02:00
asum.c
…
axpby.c
…
axpy.c
fix function typecasts
2021-12-21 18:47:35 +01:00
bf16dot.c
…
bf16to.c
…
copy.c
…
create
rewrite perl scripts in universal shell
2022-05-18 19:00:15 -05:00
create.pl
Add back original PERL-based script under new name
2022-05-22 18:29:01 +02:00
dot.c
…
dsdot.c
…
gbmv.c
…
geadd.c
Correct INFO returned for lda in non-CBLAS s/dgeadd
2023-08-18 22:48:30 +02:00
gemm.c
Fix syscall error on non-x86 platform
2023-05-22 21:59:59 +08:00
gemmt.c
Improve input argument checks of gemmt
2023-05-26 08:51:27 +02:00
gemv.c
Revert PR #3250 (shortcut without buffer allocation) as it is unsafe on some x86_64
2021-07-14 20:32:57 +02:00
ger.c
…
imatcopy.c
Improve matcopy interface
2023-11-11 11:16:10 +01:00
imax.c
…
max.c
…
nrm2.c
Prepare for INCX < 0 in new NRM2 implementation from BLAS 3.10
2023-08-09 16:13:23 +02:00
omatcopy.c
Improve matcopy interface
2023-11-11 11:16:10 +01:00
rot.c
…
rotg.c
Simplify rotg
2023-09-20 19:43:00 +02:00
rotm.c
…
rotmg.c
…
sbgemv.c
…
sbmv.c
…
scal.c
fix function typecasts
2021-12-21 18:47:35 +01:00
sdsdot.c
…
spmv.c
…
spr.c
…
spr2.c
…
sum.c
…
swap.c
…
symm.c
Fix integer overflow in multithreading threshold calculation for SYMM/SYRK ( #4116 )
2023-06-29 23:59:25 +02:00
symv.c
Do not use multithreading for small workloads
2023-03-23 23:13:02 +01:00
syr.c
…
syr2.c
…
syr2k.c
Do not use multithreading for small workloads
2023-03-23 23:13:02 +01:00
syrk.c
Fix integer overflow in multithreading threshold calculation for SYMM/SYRK ( #4116 )
2023-06-29 23:59:25 +02:00
tbmv.c
…
tbsv.c
…
tobf16.c
…
tpmv.c
…
tpsv.c
…
trmv.c
…
trsm.c
…
trsv.c
Revert #3252
2021-10-24 23:57:06 +02:00
xerbla.c
…
zaxpby.c
…
zaxpy.c
fix function typecasts
2021-12-21 18:47:35 +01:00
zdot.c
…
zgbmv.c
…
zgeadd.c
…
zgemv.c
…
zger.c
…
zhbmv.c
…
zhemv.c
…
zher.c
…
zher2.c
…
zhpmv.c
…
zhpr.c
…
zhpr2.c
…
zimatcopy.c
Improve matcopy interface
2023-11-11 11:16:10 +01:00
zomatcopy.c
Improve matcopy interface
2023-11-11 11:16:10 +01:00
zrot.c
Add cblas_{c/z}srot cblas_{c/z}rotg support
2021-11-01 20:19:13 +08:00
zrotg.c
Fix allocations and compiler warnings in ZROTG ( #4289 )
2023-11-05 18:13:37 +01:00
zsbmv.c
…
zscal.c
fix function typecasts
2021-12-21 18:47:35 +01:00
zspmv.c
…
zspr.c
…
zspr2.c
…
zswap.c
…
zsymv.c
…
zsyr.c
Fix stride in shortcut path for small N
2022-12-08 21:02:01 +01:00
zsyr2.c
…
ztbmv.c
…
ztbsv.c
…
ztpmv.c
…
ztpsv.c
…
ztrmv.c
…
ztrsv.c
Remove dangerous optimization from previous #3252 - buffer is never unused here
2021-10-20 10:50:02 +02:00