Martin Kroeker
bb862b82d5
Fix integer overflow in multithreading threshold calculation for SYMM/SYRK ( #4116 )
* Fix potential integer overflow
2 years ago
Martin Kroeker
a495ffc554
Rework multithreading threshold
2 years ago
Martin Kroeker
8186963d8c
Add lower limit for multithreading
4 years ago
Martin Kroeker
9251a2efde
Merge pull request #1359 from brada4/develop
Eliminate mode variable where not needed in syrk interface
7 years ago
Andrew
27575d200a
Eliminate mode variable where not needed
7 years ago
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)
8 years ago
Timothy Gu
6c2ead30f0
Remove all trailing whitespace except lapack-netlib
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
11 years ago
wernsaar
57bbc586ef
checked, that syrk is OK
11 years ago
wernsaar
e265c4ec86
added C files in interface
11 years ago
wernsaar
0732238213
removed all C files in interface
11 years ago
wernsaar
320c805905
fixed incorrect parameter 2 errors
11 years ago
Zhang Xianyi
3e0a7b931c
Refs #333 . Detect the wrong parameter for zherk/zher2k.
11 years ago
Xianyi Zhang
342bbc3871
Import GotoBLAS2 1.13 BSD version codes.
14 years ago