Martin Kroeker
15b9d6b4a7
Delete zchkaa.f
4 years ago
Martin Kroeker
f7bcd962c1
Delete schkaa.f
4 years ago
Martin Kroeker
93cc066921
Delete dchkaa.f
4 years ago
Martin Kroeker
2c7d4a7766
Delete cchkaa.f
4 years ago
Martin Kroeker
eef1c42f03
Convert ?chkaa to use dynamic allocation for the larger arrays
4 years ago
Martin Kroeker
88b70fba3e
Add new tests for Householder reconstruction functions from 3.9.1
4 years ago
Martin Kroeker
8e95a1e18d
Merge pull request #3195 from martin-frbg/lapack536
Apply lapack-testing fix from Reference-LAPACK PR536
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
3526ff2507
Apply fixes from Reference-LAPACK PR538
4 years ago
Martin Kroeker
30d835168a
Merge pull request #3088 from xoviat/msvc
add misc fixes.
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
xoviat
3165c915b6
fix test helpers
4 years ago
Martin Kroeker
efe1ad4700
Add Makefile support for enabling only some variable types
5 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
7219c9cb87
Merge pull request #2764 from martin-frbg/lapacktests
Fix array overruns in the LIN part of the LAPACK testsuite
5 years ago
Martin Kroeker
64259d521a
Fix use of unallocated array in workspace query and wrong type of argument to xSCAL
5 years ago
Martin Kroeker
6f5ca44c1a
Expand TAU array as SGEMQR/DGEMQR read elements 2 and 3
5 years ago
Martin Kroeker
aaf1a17168
Apply current library name suffix
5 years ago
Martin Kroeker
53add6a80d
Apply library name suffix to openblas if any
5 years ago
Martin Kroeker
f766024749
enable fortran for cmake
5 years ago
Martin Kroeker
c502760bef
Modify for building with OpenBLAS
5 years ago
Martin Kroeker
29b5887d5f
Modify for building with OpenBLAS
5 years ago
Martin Kroeker
60188a8c82
Append crude hack for enabling lapack tests in the OpenBLAS build
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
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
7 years ago
Martin Kroeker
c5b13d4e10
Fixes from netlib PR 253
7 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
Werner Saar
8cd46acebb
removed lapack 3.6.0
8 years ago
Martin Koehler
429dfd83ee
Fix threshold in nep.in
9 years ago
Martin Köhler
57eee3fa43
Import LAPACK: TESTING directory
9 years ago
Werner Saar
8d652f11e7
updated smallscaling.c to build without C99 or C11
increased the threshold value of nep.in to 40
9 years ago
Werner Saar
ceaa931e48
updated gemv kernel for armv6
9 years ago