Martin Kroeker
147e2fbf87
Add numerical tests for TRECV3 (Reference-LAPACK 682)
2 years ago
Martin Kroeker
1946eb4f44
Fix bug in complex precision tests (c|z)het21
2 years ago
Martin Kroeker
bf0e8d67b5
Merge pull request #3840 from martin-frbg/lapack760
Fix typo in EIG tests and spurious return in lapacke_?tz_trans utility (Reference-LAPACK PR760)
2 years ago
Martin Kroeker
825ae316e2
Fix typo in EXTERNAL (Reference-LAPACK PR760)
2 years ago
Martin Kroeker
730ed549e6
Fix typo in EXTERNAL (Reference-LAPACK PR760)
2 years ago
Martin Kroeker
bc3393f703
Fix array dimension (Reference-LAPACK 758)
2 years ago
Martin Kroeker
0b2f8dabbf
Fix array dimension (Reference-LAPACK 758)
2 years ago
Martin Kroeker
ad95ad52f2
Merge pull request #3819 from martin-frbg/lapack703
Fix implicit conversions and unused variables in LAPACKE and TESTING (Reference-LAPACK PR 703)
2 years ago
Martin Kroeker
2592853fc7
Restore OpenBLAS-specific changes
2 years ago
Martin Kroeker
52c2a0397b
Restore OpenBLAS modifications to link line
2 years ago
Martin Kroeker
92174725d9
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
c99d27ae45
Fix implicit conversions and unused variables (Reference-LAPACK PR 703)
2 years ago
martin-frbg
884e6da73b
restore OpenBLAS-specific build file fixes
3 years ago
martin-frbg
ffb4f04fbb
Update the LAPACK testsuite to match 3.10.1
3 years ago
Isuru Fernando
02d4a49761
Also make sure the `1` is INTEGER*4 for OMP_SET_NUM_THREADS
4 years ago
Martin Kroeker
f176ff90af
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
4 years ago
Martin Kroeker
f4d4abd423
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
4 years ago
Martin Kroeker
2b9443b7e7
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
4 years ago
Martin Kroeker
fe0e66564e
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
4 years ago
Martin Kroeker
5958ffc9b6
Declare DZASUM as EXTERNAL
4 years ago
Martin Kroeker
cd0e4aadb1
Declare ZDROT as EXTERNAL
4 years ago
Martin Kroeker
e2621ef93a
Declare SROT as EXTERNAL
4 years ago
Martin Kroeker
9e1b43ea9b
Declare DROT as EXTERNAL
4 years ago
Martin Kroeker
5269348178
Declare CSROT as EXTERNAL
4 years ago
Martin Kroeker
92e024bbb3
Declare SCASUM as EXTERNAL
4 years ago
Martin Kroeker
13a29d13fd
Apply lapack-testing fix from Reference-LAPACK PR536
fixes changing back from a single OMP thread for error exit testing to the originally requested number of threads for computational tests
4 years ago
Martin Kroeker
9564f688c4
Adjust build rules for ?chkee.F
4 years ago
Martin Kroeker
90c1776c86
Adjust build rules for ?chkee.F
4 years ago
Martin Kroeker
9cf861e8fa
Add rewritten cchkee.F from Reference-LAPACK PR335
4 years ago
Martin Kroeker
9b7b1da133
Add rewritten dchkee.F from Reference-LAPACK PR335
4 years ago
Martin Kroeker
a5ab891292
Add rewritten schkee.F from Reference-LAPACK PR335
4 years ago
Martin Kroeker
90bb4ac821
Add rewritten zchkee.F from Reference-LAPACK PR335
4 years ago
Martin Kroeker
23a0d1bc1f
Delete zchkee.f
4 years ago
Martin Kroeker
0e96c378fd
Delete schkee.f
4 years ago
Martin Kroeker
ee16efff3c
Delete dchkee.f
4 years ago
Martin Kroeker
0197519dd7
Delete cchkee.f
4 years ago
Martin Kroeker
7d9c77f421
Correct dimension argument to xLASET
from Reference-LAPACK PR 438
5 years ago
Martin Kroeker
8a2a137a9e
Correct argument to SLASET (Improves fix from PR2778)
as explained by serguei-patchkovskii in Reference-LAPACK/lapack#438 (comment) , passing in an index of 1 instead of N leads to a standards violation accessing matrix A in SLASET, i.e. undefined behavior
5 years ago
Martin Kroeker
597010a968
Fix incorrect argument to SLASET
Reference-LAPACK issue 425 (and 318)
5 years ago
Martin Kroeker
d64f1ef26b
Fix incorrect argument to SLASET
Reference-LAPACK issue 425 (and 318)
5 years ago
Martin Kroeker
c62aad62e5
Fix incorrect calls to DLASET
Reference-LAPACK issue 429
5 years ago
Martin Kroeker
53add6a80d
Apply library name suffix to openblas if any
5 years ago
Martin Kroeker
29b5887d5f
Modify for building with OpenBLAS
5 years ago
Martin Kroeker
375b1875c8
[WIP] Update LAPACK to 3.9.0 ( #2353 )
* Update make.inc entries for LAPACK 3.9.0
Reference-LAPACK PR 347 changed some variable names and relative paths
* Update LAPACK to 3.9.0
* Add new functions from LAPACK 3.9.0
* Add new functions from LAPACK 3.9.0
* Restore LOADER command
as it makes it easier to specify pthread as needed
* Restore LOADER
* Restore EIG/LIN prefixes in cmdbase
* add binary path to lapack_testing.py call
* Restore OpenMP version check
* Restore OpenMP version check
* Restore fix for out-of-bounds array accesses
from #2096
5 years ago
Martin Kroeker
2aad88d5b9
Avoid out-of-bounds accesses in LAPACK EIG tests
see https://github.com/Reference-LAPACK/lapack/issues/333
6 years ago
martin
3be5c3d343
Update LAPACK to 3.8.0
7 years ago
Martin Kroeker
c7bc0ee823
Remove spurious names from EXTERNAL list
Remove unused (and nonexistent) functions ZHETRD_SY2SB and ZHETRD_SB2ST from comment and EXTERNAL declaration
8 years ago
Martin Kroeker
6bdee6d50a
Remove spurious names from EXTERNAL list
Remove unused (and nonexistent) ZHETRD_SY2SB and ZHETRD_SB2ST
8 years ago
Martin Kroeker
009c0d2e5a
Fix typo in EXTERNAL declaration
ZHBTRD_HB2ST should be ZHETRD_HB2ST
8 years ago
Werner Saar
d35baf30cf
added lapack 3.7.0 with latest patches from git
8 years ago