Martin Kroeker
1688c7da43
change line endings from CRLF to LF
2 years ago
Martin Kroeker
fcda11c1ae
Revert special handling of GEMMT
2 years ago
Martin Kroeker
d39978cd7f
Fix includes
2 years ago
Martin Kroeker
ce7ea72de1
Fix include paths
2 years ago
Martin Kroeker
3ebf5d219d
handle INCLUDE_ALL and optional function prefixes
2 years ago
Martin Kroeker
a082d54035
Rename to avoid conflict with OpenBLAS' toplevel config.h
2 years ago
Martin Kroeker
eeebaf2294
move INCLUDE_ALL to (c)make options
2 years ago
Martin Kroeker
4058f32492
Fix xGEMMT argument lists
3 years ago
Martin Kroeker
35d5105922
Enable xGEMMT functions
3 years ago
drhpc
206e03fdac
Delete lapack_wrappers.c.orig
This looks like a leftover from patching and confuses further patching;-)
4 years ago
Martin Kroeker
de63675717
Add early returns and fix sign errors in workspace calculations
5 years ago
Martin Kroeker
d64cc2be81
Add early returns
5 years ago
Martin Kroeker
c9b67141f0
Add early returns
5 years ago
Martin Kroeker
6797a3a1e0
Add early returns
5 years ago
Martin Kroeker
936966a42c
Make ILAENV and xGETRF2 functions available
5 years ago
Martin Kroeker
9c4edd38f2
Merge pull request #2099 from martin-frbg/rela-gbtrf
Disable repeated recursion on Ab_BR in ReLAPACK xGBTRF
6 years ago
Martin Kroeker
1036299da0
Disable repeated recursion on Ab_BR in ReLAPACK xGBTRF
due to crashes in LAPACK tests
6 years ago
Martin Kroeker
5b0398186e
Merge pull request #2098 from martin-frbg/rela-malloc
Disable reallocation of work array in ReLAPACK xSYTRF
6 years ago
Martin Kroeker
2cd463eabd
Disable reallocation of work array in xSYTRF
as it appears to cause memory management problems (seen in the LAPACK tests)
6 years ago
Martin Kroeker
11530b76f7
Correct INFO=4 condition
6 years ago
Martin Kroeker
798c448b0c
Add support for INTERFACE64 and fix XERBLA calls
1. Replaced all instances of "int" with "blasint"
2. Added string length as "hidden" third parameter in calls to fortran XERBLA
6 years ago
Martin Kroeker
9a19616a28
Support INTERFACE64=1
6 years ago
Martin Kroeker
fbf83f4833
Add cmake build list file for ReLAPACK
8 years ago
Martin Kroeker
3381f23709
Handle different object extensions in Makefile
The optimized LAPACK functions from interface use OS-dependent suffixes .o/.obj for the object files, while netlib LAPACK uses .o throughout. ReLAPACK object names have to match in order for function replacement in the growing library file to work.
8 years ago
Martin Kroeker
df2dfe65d6
Update Makefile
8 years ago
Martin Kroeker
b122413fb0
Restore ReLAPACK test folder
8 years ago
Martin Kroeker
9b7b5f7fdc
Add Elmar Peise's ReLAPACK
8 years ago