You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Martin Kroeker c35739db5e
Add separate entries for BFLOAT16 functions and fix missing cblas_xerbla
4 years ago
..
lapack Add lower threshold for multithreading 4 years ago
netlib ref #80. On P4 CPU with 32-bit Windows XP, Octave crashed with OpenBLAS. Walkaroud: Use netlib reference gemv instead of own funtions. 13 years ago
CMakeLists.txt Add separate entries for BFLOAT16 functions and fix missing cblas_xerbla 4 years ago
Makefile fix copy-paste error in build rules for cblas_crotg and cblas_zrotg 4 years ago
asum.c Modify complex CBLAS functions to take void pointers 8 years ago
axpby.c Remove all trailing whitespace except lapack-netlib 11 years ago
axpy.c Misc. typo fixes 6 years ago
bf16dot.c Add bfloat16 based dot and conversion with single/double 5 years ago
bf16to.c Add bfloat16 based dot and conversion with single/double 5 years ago
copy.c Modify complex CBLAS functions to take void pointers 8 years ago
create use /usr/bin/env perl 4 years ago
dot.c Remove all trailing whitespace except lapack-netlib 11 years ago
dsdot.c Remove all trailing whitespace except lapack-netlib 11 years ago
gbmv.c Use blasabs to switch between abs and labs as needed for INTERFACE64 7 years ago
geadd.c Add ATLAS-style ?geadd function 10 years ago
gemm.c sbgemm: avoid falling into SGEMM_KERNEL_DIRECT 4 years ago
gemv.c Revert PR #3250 (shortcut without buffer allocation) as it is unsafe on some x86_64 4 years ago
ger.c Clean up some warnings 4 years ago
imatcopy.c Add cast to prevent overflow of intermediate result 4 years ago
imax.c Modify complex CBLAS functions to take void pointers 8 years ago
max.c Remove all trailing whitespace except lapack-netlib 11 years ago
nrm2.c Modify complex CBLAS functions to take void pointers 8 years ago
omatcopy.c Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them. 11 years ago
rot.c Remove all trailing whitespace except lapack-netlib 11 years ago
rotg.c fabs -> fabsl 7 years ago
rotm.c Remove all trailing whitespace except lapack-netlib 11 years ago
rotmg.c Remove dead assignment to dflag in rotmg functions 4 years ago
sbgemv.c Implementation of BF16 based gemv 5 years ago
sbmv.c Use blasabs to switch between abs and labs as needed for INTERFACE64 7 years ago
scal.c Fixed a few more unnecessary calls to num_cpu_avail. 7 years ago
sdsdot.c Remove all trailing whitespace except lapack-netlib 11 years ago
spmv.c Use blasabs to switch between abs and labs as needed for INTERFACE64 7 years ago
spr.c Add shortcuts for (small) cases that do not need expensive buffer allocation 4 years ago
spr2.c Add shortcuts for (small) cases that do not need expensive buffer allocation 4 years ago
sum.c Add interface for ?sum (derived from ?asum) 6 years ago
swap.c ARM64: Add THUNDERX3T110 Target 5 years ago
symm.c Modify complex CBLAS functions to take void pointers 8 years ago
symv.c Use blasabs to switch between abs and labs as needed for INTERFACE64 7 years ago
syr.c Add fast path for small xSYR with INCX==1 4 years ago
syr2.c Add shortcuts for (small) cases that do not need expensive buffer allocation 4 years ago
syr2k.c Modify complex CBLAS functions to take void pointers 8 years ago
syrk.c Add lower limit for multithreading 4 years ago
tbmv.c Remove all trailing whitespace except lapack-netlib 11 years ago
tbsv.c Remove all trailing whitespace except lapack-netlib 11 years ago
tobf16.c Add bfloat16 based dot and conversion with single/double 5 years ago
tpmv.c Modify complex CBLAS functions to take void pointers 8 years ago
tpsv.c Remove all trailing whitespace except lapack-netlib 11 years ago
trmv.c Allow multithreading TRMV again 6 years ago
trsm.c Correct length of name string in xerbla call 6 years ago
trsv.c Add shortcuts for (small) cases that do not need expensive buffer allocation 4 years ago
xerbla.c Update xerbla.c 8 years ago
zaxpby.c Modify complex CBLAS functions to take void pointers 8 years ago
zaxpy.c Misc. typo fixes 6 years ago
zdot.c Make return parameter of cblas_Xdotc_sub, cblas_Xdotu_sub a void pointer as well 7 years ago
zgbmv.c Use blasabs to switch between abs and labs as needed for INTERFACE64 7 years ago
zgeadd.c Add ATLAS-style ?geadd function 10 years ago
zgemv.c Use blasabs to switch between abs and labs as needed for INTERFACE64 7 years ago
zger.c Modify complex CBLAS functions to take void pointers 8 years ago
zhbmv.c Use blasabs to switch between abs and labs as needed for INTERFACE64 7 years ago
zhemv.c re-arrange new code for readability 7 years ago
zher.c Modify complex CBLAS functions to take void pointers 8 years ago
zher2.c Modify complex CBLAS functions to take void pointers 8 years ago
zhpmv.c Use blasabs to switch between abs and labs as needed for INTERFACE64 7 years ago
zhpr.c Modify complex CBLAS functions to take void pointers 8 years ago
zhpr2.c Modify complex CBLAS functions to take void pointers 8 years ago
zimatcopy.c Add cast to prevent overflow of intermediate result 4 years ago
zomatcopy.c Add cblas_(s/d/c/z)omatcopy in order to have cblas interface for them. 11 years ago
zrot.c Remove all trailing whitespace except lapack-netlib 11 years ago
zrotg.c Fix division by zero in the non-x86 codepath 4 years ago
zsbmv.c Use blasabs to switch between abs and labs as needed for INTERFACE64 7 years ago
zscal.c Fixed a few more unnecessary calls to num_cpu_avail. 7 years ago
zspmv.c Remove all trailing whitespace except lapack-netlib 11 years ago
zspr.c Remove all trailing whitespace except lapack-netlib 11 years ago
zspr2.c Remove all trailing whitespace except lapack-netlib 11 years ago
zswap.c ARM64: Add THUNDERX3T110 Target 5 years ago
zsymv.c Remove all trailing whitespace except lapack-netlib 11 years ago
zsyr.c really remove the unused variable 4 years ago
zsyr2.c Remove all trailing whitespace except lapack-netlib 11 years ago
ztbmv.c Modify complex CBLAS functions to take void pointers 8 years ago
ztbsv.c Modify complex CBLAS functions to take void pointers 8 years ago
ztpmv.c Modify complex CBLAS functions to take void pointers 8 years ago
ztpsv.c Modify complex CBLAS functions to take void pointers 8 years ago
ztrmv.c Allow multithreading TRMV again 6 years ago
ztrsv.c Add shortcuts for (small) cases that do not need expensive buffer allocation 4 years ago