OpenBLAS/interface
Martin Kroeker db9f7bc552
fix float array types to include bfloat16
2024-06-03 00:22:16 +02:00
..
lapack Merge pull request #4585 from martin-frbg/issue1881 2024-04-03 18:35:16 +02:00
netlib
CMakeLists.txt Update CMakeLists.txt 2024-05-31 18:23:18 +02:00
Makefile add cblas_?gemm_batch 2024-05-29 15:47:02 +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 Introduce a lower limit for multithreading 2024-05-14 18:48:03 +02:00
geadd.c fix info return 2024-02-10 00:47:25 +03:00
gemm.c loongarch64: Add buffer offset for target LOONGSON3R5 2024-05-10 11:42:53 +08:00
gemm_batch.c fix float array types to include bfloat16 2024-06-03 00:22:16 +02: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 Clean up some warnings 2021-07-11 16:00:29 +02:00
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 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 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 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 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 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 Introduce a lower limit for multithreading 2024-05-14 18:59:21 +02:00
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 Add cblas_{c/z}srot cblas_{c/z}rotg support 2021-11-01 20:19:13 +08:00
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 Remove dangerous optimization from previous #3252 - buffer is never unused here 2021-10-20 10:50:02 +02:00