Martin Kroeker
825ae316e2
Fix typo in EXTERNAL (Reference-LAPACK PR760)
2022-11-23 10:36:10 +01:00
Martin Kroeker
730ed549e6
Fix typo in EXTERNAL (Reference-LAPACK PR760)
2022-11-23 10:35:23 +01:00
Martin Kroeker
bc3393f703
Fix array dimension (Reference-LAPACK 758)
2022-11-23 10:31:18 +01:00
Martin Kroeker
0b2f8dabbf
Fix array dimension (Reference-LAPACK 758)
2022-11-23 10:30:35 +01:00
Martin Kroeker
1497336b20
Add tests for ?GELST (Reference-LAPACK PR739)
2022-11-19 22:39:16 +01:00
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)
2022-11-16 20:49:54 +01:00
Martin Kroeker
2592853fc7
Restore OpenBLAS-specific changes
2022-11-14 21:47:37 +01:00
Martin Kroeker
52c2a0397b
Restore OpenBLAS modifications to link line
2022-11-14 17:13:08 +01:00
Martin Kroeker
13f3bbece1
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2022-11-13 23:18:09 +01:00
Martin Kroeker
92174725d9
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2022-11-13 23:16:12 +01:00
Martin Kroeker
fdb012ceed
Fix implicit conversions and unused variables (Reference-LAPACK PR 703)
2022-11-13 20:37:18 +01:00
Martin Kroeker
c99d27ae45
Fix implicit conversions and unused variables (Reference-LAPACK PR 703)
2022-11-13 20:33:20 +01:00
Martin Kroeker
f2cd238450
Restore conditional compilation and fix for parallel make in LAPACK MATGEN ( #3733 )
...
* Restore NOPARALLEL and conditional compilation
2022-08-13 20:03:16 +02:00
Martin Kroeker
9c4e91a77d
Increase threshold
2022-08-07 00:03:50 +02:00
Martin Kroeker
1fe06caf49
Increase threshold
2022-08-07 00:03:20 +02:00
martin-frbg
cf61d48470
fix C_LAPACK build options for files that must be built unoptimized
2022-05-12 09:43:23 +02:00
martin-frbg
884e6da73b
restore OpenBLAS-specific build file fixes
2022-05-12 00:20:54 +02:00
martin-frbg
ffb4f04fbb
Update the LAPACK testsuite to match 3.10.1
2022-05-11 18:40:55 +02:00
Martin Kroeker
18b19d135b
C_LAPACK: Fixes to make it compile with MSVC ( #3605 )
...
* Fix f2c-like support functions to compile with MSVC, and
re-enable C_LAPACK for MSVC in CMAKE
* Add MSVC&flang build to Azure CI in order to check C_LAPACK correctness
2022-04-17 17:49:38 +02:00
Martin Kroeker
b7873605d4
Use f2c translations of LAPACK when no Fortran compiler is available ( #3539 )
...
* Add C equivalents of the Fortran routines from Reference-LAPACK as fallbacks, and C_LAPACK variable to trigger their use
2022-04-09 22:38:58 +02:00
Aisha Tammy
3efbf968f1
create INDEX64 target
2022-03-24 19:09:23 +01:00
Martin Kroeker
e2bf3f31a6
Add .NOTPARALLEL: as a workaround for builds on DFS
2022-02-09 22:09:25 +01:00
Isuru Fernando
02d4a49761
Also make sure the `1` is INTEGER*4 for OMP_SET_NUM_THREADS
2021-07-27 23:44:51 +02:00
Martin Kroeker
f176ff90af
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
2021-07-14 22:42:43 +02:00
Martin Kroeker
f4d4abd423
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
2021-07-14 22:41:45 +02:00
Martin Kroeker
2b9443b7e7
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
2021-07-14 22:40:29 +02:00
Martin Kroeker
fe0e66564e
Declare N_THREADS as *4 for compatibility of INTERFACE64 builds with LLVM libomp
2021-07-14 22:39:20 +02:00
Martin Kroeker
5958ffc9b6
Declare DZASUM as EXTERNAL
2021-06-16 09:43:39 +02:00
Martin Kroeker
cd0e4aadb1
Declare ZDROT as EXTERNAL
2021-06-16 09:41:18 +02:00
Martin Kroeker
e2621ef93a
Declare SROT as EXTERNAL
2021-06-16 09:40:15 +02:00
Martin Kroeker
9e1b43ea9b
Declare DROT as EXTERNAL
2021-06-16 09:39:28 +02:00
Martin Kroeker
5269348178
Declare CSROT as EXTERNAL
2021-06-16 09:35:12 +02:00
Martin Kroeker
92e024bbb3
Declare SCASUM as EXTERNAL
2021-06-16 09:33:23 +02:00
Martin Kroeker
3a53207cc9
Fix spurious error exit test failures in the ?chktsqr tests (LAPACK564)
2021-05-22 14:29:45 +02:00
Martin Kroeker
15b9d6b4a7
Delete zchkaa.f
2021-05-14 19:55:31 +02:00
Martin Kroeker
f7bcd962c1
Delete schkaa.f
2021-05-14 19:54:54 +02:00
Martin Kroeker
93cc066921
Delete dchkaa.f
2021-05-14 19:54:13 +02:00
Martin Kroeker
2c7d4a7766
Delete cchkaa.f
2021-05-14 19:53:38 +02:00
Martin Kroeker
eef1c42f03
Convert ?chkaa to use dynamic allocation for the larger arrays
2021-05-14 19:53:03 +02:00
Martin Kroeker
88b70fba3e
Add new tests for Householder reconstruction functions from 3.9.1
2021-05-02 19:28:21 +02:00
Martin Kroeker
8e95a1e18d
Merge pull request #3195 from martin-frbg/lapack536
...
Apply lapack-testing fix from Reference-LAPACK PR536
2021-04-28 18:17:25 +02:00
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
2021-04-27 15:48:22 +02:00
Martin Kroeker
3526ff2507
Apply fixes from Reference-LAPACK PR538
2021-04-27 12:52:49 +02:00
Martin Kroeker
30d835168a
Merge pull request #3088 from xoviat/msvc
...
add misc fixes.
2021-03-14 17:14:28 +01:00
Martin Kroeker
9564f688c4
Adjust build rules for ?chkee.F
2021-02-28 18:57:05 +01:00
Martin Kroeker
90c1776c86
Adjust build rules for ?chkee.F
2021-02-28 18:53:20 +01:00
Martin Kroeker
9cf861e8fa
Add rewritten cchkee.F from Reference-LAPACK PR335
2021-02-28 18:51:03 +01:00
Martin Kroeker
9b7b1da133
Add rewritten dchkee.F from Reference-LAPACK PR335
2021-02-28 18:50:26 +01:00
Martin Kroeker
a5ab891292
Add rewritten schkee.F from Reference-LAPACK PR335
2021-02-28 18:49:50 +01:00
Martin Kroeker
90bb4ac821
Add rewritten zchkee.F from Reference-LAPACK PR335
2021-02-28 18:49:10 +01:00
Martin Kroeker
23a0d1bc1f
Delete zchkee.f
2021-02-28 18:47:06 +01:00
Martin Kroeker
0e96c378fd
Delete schkee.f
2021-02-28 18:46:52 +01:00
Martin Kroeker
ee16efff3c
Delete dchkee.f
2021-02-28 18:46:38 +01:00
Martin Kroeker
0197519dd7
Delete cchkee.f
2021-02-28 18:46:08 +01:00
xoviat
3165c915b6
fix test helpers
2021-01-27 15:24:49 -06:00
Martin Kroeker
efe1ad4700
Add Makefile support for enabling only some variable types
2020-10-11 14:48:23 +02:00
Martin Kroeker
7d9c77f421
Correct dimension argument to xLASET
...
from Reference-LAPACK PR 438
2020-09-07 22:03:46 +02:00
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
2020-09-05 13:06:31 +02:00
Martin Kroeker
597010a968
Fix incorrect argument to SLASET
...
Reference-LAPACK issue 425 (and 318)
2020-08-14 00:41:56 +02:00
Martin Kroeker
d64f1ef26b
Fix incorrect argument to SLASET
...
Reference-LAPACK issue 425 (and 318)
2020-08-14 00:40:24 +02:00
Martin Kroeker
c62aad62e5
Fix incorrect calls to DLASET
...
Reference-LAPACK issue 429
2020-08-14 00:35:45 +02:00
Martin Kroeker
7219c9cb87
Merge pull request #2764 from martin-frbg/lapacktests
...
Fix array overruns in the LIN part of the LAPACK testsuite
2020-08-10 13:27:51 +02:00
Martin Kroeker
64259d521a
Fix use of unallocated array in workspace query and wrong type of argument to xSCAL
2020-08-09 13:02:27 +02:00
Martin Kroeker
6f5ca44c1a
Expand TAU array as SGEMQR/DGEMQR read elements 2 and 3
2020-08-09 12:59:20 +02:00
Martin Kroeker
aaf1a17168
Apply current library name suffix
2020-08-02 17:58:33 +02:00
Martin Kroeker
53add6a80d
Apply library name suffix to openblas if any
2020-08-02 17:57:12 +02:00
Martin Kroeker
f766024749
enable fortran for cmake
2020-07-09 13:44:25 +02:00
Martin Kroeker
c502760bef
Modify for building with OpenBLAS
2020-07-09 13:13:16 +02:00
Martin Kroeker
29b5887d5f
Modify for building with OpenBLAS
2020-07-09 13:12:35 +02:00
Martin Kroeker
60188a8c82
Append crude hack for enabling lapack tests in the OpenBLAS build
2020-07-09 11:44:31 +02:00
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
2020-01-01 13:18:53 +01:00
Martin Kroeker
2aad88d5b9
Avoid out-of-bounds accesses in LAPACK EIG tests
...
see https://github.com/Reference-LAPACK/lapack/issues/333
2019-04-27 23:01:49 +02:00
Tiziano Müller
79ea839b63
fix parallel build issues with APFS/HFS+/ext2/3 in netlib-lapack
...
The problem is that OpenBLAS sets the LAPACKE_LIB and the TMGLIB to the
same object and uses the `ar` feature to update the archive file. If the
underlying filesystem does not have sub-second timestamp resolution and
the system is fast enough (or `ccache` is used), the timestamp of the
builds which should be added to the previously generated archive is the
same as the archive file itself and therefore `make` does not update the
archive.
Since OpenBLAS takes care to not run the different targets updating the
archive in parallel, the easiest solution is to declare the respective
targets `.PHONY`, forcing `make` to always update them.
fixes #1682
2018-10-06 14:10:05 +02:00
Martin Kroeker
c5b13d4e10
Fixes from netlib PR 253
2018-06-01 15:14:45 +02:00
martin
3be5c3d343
Update LAPACK to 3.8.0
2017-11-23 18:13:35 +01:00
Martin Kroeker
c7bc0ee823
Remove spurious names from EXTERNAL list
...
Remove unused (and nonexistent) functions ZHETRD_SY2SB and ZHETRD_SB2ST from comment and EXTERNAL declaration
2017-02-22 21:48:35 +01:00
Martin Kroeker
6bdee6d50a
Remove spurious names from EXTERNAL list
...
Remove unused (and nonexistent) ZHETRD_SY2SB and ZHETRD_SB2ST
2017-02-22 21:45:27 +01:00
Martin Kroeker
009c0d2e5a
Fix typo in EXTERNAL declaration
...
ZHBTRD_HB2ST should be ZHETRD_HB2ST
2017-02-22 21:41:07 +01:00
Werner Saar
d35baf30cf
added lapack 3.7.0 with latest patches from git
2017-01-06 11:48:40 +01:00
Werner Saar
8cd46acebb
removed lapack 3.6.0
2017-01-06 11:44:57 +01:00
Martin Koehler
429dfd83ee
Fix threshold in nep.in
2016-10-26 21:17:12 +02:00
Martin Köhler
57eee3fa43
Import LAPACK: TESTING directory
2016-10-26 15:13:03 +02:00
Werner Saar
8d652f11e7
updated smallscaling.c to build without C99 or C11
...
increased the threshold value of nep.in to 40
2016-03-06 08:40:51 +01:00
Werner Saar
ceaa931e48
updated gemv kernel for armv6
2016-01-24 16:31:19 +01:00
Werner Saar
33e37d01b3
added lapack-3.6.0
2015-11-20 09:45:46 +01:00
Werner Saar
64db4576e6
removed lapack-3.5.0
2015-11-20 09:41:59 +01:00
Werner Saar
3814bf60d3
added optimized dsymv kernels for haswell
2015-04-22 10:42:50 +02:00
Werner Saar
6d0db0151f
added optimized zaxpy-kernels
2015-04-16 11:19:37 +02:00
Werner Saar
3937e2a0a0
add optimized sdot-kernel for sandybridge
2015-04-05 19:47:05 +02:00
Werner Saar
ec85c4a51d
Increased the Threshold value in sep.in
2014-12-11 14:57:41 +01:00
Werner Saar
97de657d38
added tests to sep.as as workaround for gfortran-4.8.x
2014-12-11 13:53:59 +01:00
wernsaar
e2fc8c8c2c
changed 1 test value (bug in lapack-testing?)
2014-08-30 13:58:02 +02:00
wernsaar
dc05937313
added additional test values
2014-08-13 14:54:50 +02:00
wernsaar
339ab34c4c
added additional test value to dstest.in
2014-07-13 18:29:19 +02:00
wernsaar
aa2709c4e0
enabled optimized dgemm kernel for NEHALEM
2014-06-26 12:22:29 +02:00
wernsaar
5664445543
changed threshold value for sep.in from 50.0 to 60.0
2014-05-23 17:26:50 +02:00
wernsaar
165d5436b5
changed threshold to 50.0
2014-05-16 20:34:48 +02:00
wernsaar
5953972a5a
changed threshold for 50.0 to 54.0 in svd.in
2014-05-16 14:32:10 +02:00
wernsaar
6b252033ae
changed test ratio from 30.0 to 40.0
2014-05-09 13:17:47 +02:00
Zhang Xianyi
0f6e79f918
Refs #324 . Upgrade LAPACK to 3.5.0 version.
2013-12-09 16:50:02 +08:00