Martin Kroeker
ec6eb7922a
Add error return on buffer assignment failure
2026-08-07 12:16:32 +02:00
Martin Kroeker
63ad298a67
Merge branch 'develop' into attrib-hidden
2026-07-21 20:00:16 +02:00
Martin Kroeker
59cfea0859
Move quick return out of the scope of the potential DYNAMIC_ARCH check
2026-04-22 15:38:04 +02:00
mattip
be7da1f111
add visibility=default to exported functions, visibility=hidden to most assembler
2026-02-05 06:31:17 +11:00
Martin Kroeker
682f61e8b8
Add prototype for gotoblas_corename
2025-10-19 14:37:39 -07:00
Martin Kroeker
83d3e0ed1a
fix copy/paste
2025-10-19 14:16:46 -07:00
Martin Kroeker
e01b1094de
Allow VortexM4 on the same fast path only with non-gcc compilers
2025-10-19 13:42:17 -07:00
Rajendra Prasad Matcha
19268471cc
Support for SME1 based ssymm_direct kernel for cblas_ssymm level 3 API
2025-09-30 15:05:33 +05:30
Martin Kroeker
bb862b82d5
Fix integer overflow in multithreading threshold calculation for SYMM/SYRK ( #4116 )
...
* Fix potential integer overflow
2023-06-29 23:59:25 +02:00
Martin Kroeker
f2d6b1c70e
Add multithreading threshold
2023-03-26 00:25:28 +01:00
Martin Kroeker
2c222f1faa
Modify complex CBLAS functions to take void pointers
...
Modify complex CBLAS functions to take void pointers instead of float or double arguments (to bring the prototypes in line with netlib and other implementations' cblas.h)
2017-11-05 15:53:14 +01:00
Ralph Campbell
55a0b27c01
Minor C code fixes in interface/
2015-11-09 14:15:49 +05:30
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
...
Signed-off-by: Timothy Gu <timothygu99@gmail.com >
2014-06-27 12:05:18 -07:00
traz
a4292976e9
Adding detection of complex situations in symm.c, otherwise the buffer address of sb will overlap the end of sa.
2011-12-05 14:54:25 +00:00
Xianyi Zhang
342bbc3871
Import GotoBLAS2 1.13 BSD version codes.
2011-01-24 14:54:24 +00:00