| .. |
|
lapack
|
Add lower threshold for multithreading
|
2021-07-01 17:41:05 +02:00 |
|
netlib
|
…
|
|
|
CMakeLists.txt
|
Exclude some complex (LAPACK) functions when NO_LAPACK is set
|
2022-01-27 22:02:08 +01:00 |
|
Makefile
|
Add USE_PERL fallback option for create script used with FUNCTION_PROFILE
|
2022-05-22 18:32:19 +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
|
…
|
|
|
gemm.c
|
sbgemm: avoid falling into SGEMM_KERNEL_DIRECT
|
2021-09-07 21:30:46 +08: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
|
Clean up some warnings
|
2021-07-11 16:00:29 +02:00 |
|
imatcopy.c
|
Add cast to prevent overflow of intermediate result
|
2021-05-01 14:47:22 +02:00 |
|
imax.c
|
…
|
|
|
max.c
|
…
|
|
|
nrm2.c
|
…
|
|
|
omatcopy.c
|
…
|
|
|
rot.c
|
…
|
|
|
rotg.c
|
…
|
|
|
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
|
Add shortcuts for (small) cases that do not need expensive buffer allocation
|
2021-05-27 22:39:18 +02:00 |
|
spr2.c
|
Add shortcuts for (small) cases that do not need expensive buffer allocation
|
2021-05-27 22:39:18 +02:00 |
|
sum.c
|
…
|
|
|
swap.c
|
…
|
|
|
symm.c
|
…
|
|
|
symv.c
|
revert symv changes for now
|
2021-05-29 15:40:03 +02:00 |
|
syr.c
|
Add fast path for small xSYR with INCX==1
|
2021-05-22 20:41:18 +02:00 |
|
syr2.c
|
Add shortcuts for (small) cases that do not need expensive buffer allocation
|
2021-05-27 22:39:18 +02:00 |
|
syr2k.c
|
…
|
|
|
syrk.c
|
Add lower limit for multithreading
|
2021-07-04 17:00:26 +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
|
Add cast to prevent overflow of intermediate result
|
2021-05-01 14:47:22 +02:00 |
|
zomatcopy.c
|
…
|
|
|
zrot.c
|
Add cblas_{c/z}srot cblas_{c/z}rotg support
|
2021-11-01 20:19:13 +08:00 |
|
zrotg.c
|
Add cblas_{c/z}srot cblas_{c/z}rotg support
|
2021-11-01 20:19:13 +08: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
|
really remove the unused variable
|
2021-09-11 15:05:55 +02: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 |