OpenBLAS/interface
Martin Kroeker cb8131cfd9
Merge pull request #4499 from kseniyazaytseva/new-tests
Tests for BLAS-like and BLAS API
2024-02-25 22:40:59 +01:00
..
lapack Add lower limit for multithreading 2023-12-21 20:05:23 +01:00
netlib
CMakeLists.txt Separate the interface for SBGEMMT from GEMMT due to differences in GEMV arguments 2024-02-06 22:23:47 +01:00
Makefile Separate the interface for SBGEMMT from GEMMT due to differences in GEMV arguments 2024-02-06 22:23:47 +01: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 fix info return 2024-02-10 00:47:25 +03:00
gemm.c Fix syscall error on non-x86 platform 2023-05-22 21:59:59 +08:00
gemmt.c Fix potential buffer overflow 2024-02-25 19:23:41 +01:00
gemv.c Increase multithreading threshold by a factor of 50 2024-01-17 20:59:24 +01:00
ger.c
imatcopy.c Merge branch 'risc-v' into develop 2024-01-29 11:11:39 +00:00
imax.c
max.c check for zero inc 2024-02-10 00:48:07 +03:00
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 Fix BLAS, BLAS-like functions and Generic RISC-V kernels 2024-01-18 23:19:52 +03:00
sbgemmt.c Separate the interface for SBGEMMT from GEMMT due to differences in GEMV arguments 2024-02-06 22:23:47 +01:00
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
xerbla.c
zaxpby.c fix incompatible pointer types 2024-02-08 13:18:34 +01:00
zaxpy.c fix function typecasts 2021-12-21 18:47:35 +01:00
zdot.c
zgbmv.c
zgeadd.c fix info return 2024-02-10 00:47:25 +03:00
zgemv.c
zger.c
zhbmv.c
zhemv.c
zher.c
zher2.c
zhpmv.c
zhpr.c
zhpr2.c
zimatcopy.c Merge branch 'risc-v' into develop 2024-01-29 11:11:39 +00:00
zomatcopy.c Improve matcopy interface 2023-11-11 11:16:10 +01:00
zrot.c
zrotg.c fix uninitialized data usage 2024-02-10 00:49:42 +03: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