Martin Kroeker
b4b9ccdbfa
Remove leftover debug output
2022-04-27 21:59:45 +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
Larson, Eric
8fe3555792
ILP support
...
long's in windows are 4 bytes (MSVS, intel compilers). Use int64_t and int32_t
to ensure 8 byte integers for ILP interface.
support 8 byte integer flag for intel ifort compiler
2022-03-24 19:09:23 +01:00
Aisha Tammy
3efbf968f1
create INDEX64 target
2022-03-24 19:09:23 +01:00
Martin Kroeker
1c1ffb0591
Annotate LAPACKE_lsame with the const attribute for GCC and compatible compilers
2022-02-26 19:27:34 +01:00
Martin Kroeker
e2bf3f31a6
Add .NOTPARALLEL: as a workaround for builds on DFS
2022-02-09 22:09:25 +01:00
Martin Kroeker
a3eea3e127
Fix input argument check (LAPACK PR 646)
2022-02-03 11:43:17 +01:00
Martin Kroeker
337b65133d
Fix out of bounds read in ?llarv (Reference-LAPACK PR 625)
2021-10-01 11:19:53 +02:00
Martin Kroeker
ddb0ff5353
Fix out of bounds read in ?llarv (Reference-LAPACK PR 625)
2021-10-01 11:19:07 +02:00
Martin Kroeker
fe497efa05
Fix out of bounds read in ?llarv (Reference-LAPACK PR 625)
2021-10-01 11:18:20 +02:00
Martin Kroeker
2be5ee3cca
Fix out of bounds read in ?llarv (Reference-LAPACK PR 625)
2021-10-01 11:17:21 +02: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
5c729c6dce
Correct function name in error message from SLASQ2 (Reference-LAPACK PR 555)
2021-05-17 14:47:14 +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
d00709e016
Add files via upload
2021-05-02 20:47:58 +02:00
Martin Kroeker
d444344497
Add LAPACKE interfaces for the new Householder Reconstruction functions from 3.9.1
2021-05-02 19:57:47 +02:00
Martin Kroeker
fb7308b9b5
Add entries for the new Householder Reconstruction functions from 3.9.1
2021-05-02 19:56:11 +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
4c1d47098b
Add new files for Householder reconstruction functions from 3.9.1
2021-05-02 19:25:43 +02:00
Martin Kroeker
b8232c9054
Merge pull request #3213 from martin-frbg/lapack382
...
Avoid allocating the transposed triangular matrix in LAPACKE_xlantr_work (Reference-LAPACK 382)
2021-05-02 18:45:15 +02:00
Martin Kroeker
114bbbc6d7
Merge pull request #3212 from martin-frbg/lapack463
...
Initialize X and Y to zero for N=0 in xGGGLM (Reference-LAPACK PR463)
2021-05-02 18:44:59 +02:00
Martin Kroeker
b67a92c19f
Merge pull request #3211 from martin-frbg/lapack471
...
Handle norm NaN value in xGESDD (Reference LAPACK PR471)
2021-05-02 18:44:29 +02:00
Martin Kroeker
4bf00da8fb
Avoid allocating the transposed triangular matrix (Reference-LAPACK PR382)
2021-05-02 12:18:17 +02:00
Martin Kroeker
c26780d451
Initialize X and Y to zero for N=0 (Reference-LAPACK PR463)
2021-05-02 11:40:56 +02:00
Martin Kroeker
d77d9bc920
Handle norm NaN value (Reference LAPACK PR471)
2021-05-02 11:24:50 +02:00
Martin Kroeker
37d3e2bd94
Merge pull request #3210 from martin-frbg/lapack502
...
Fix possible division by zero in LAPACK xTGSJA (Reference-LAPACK PR502)
2021-05-02 09:02:11 +02:00
Martin Kroeker
de8656769c
Fix possible division by zero in xTGSJA (Reference-LAPACK PR502)
2021-05-01 21:31:13 +02:00
Martin Kroeker
d43e07198d
Merge pull request #3208 from martin-frbg/lapack534
...
Apply MKL team fixes to the LAPACKE interfaces (Reference-LAPACK PR 534)
2021-05-01 20:18:29 +02:00
Martin Kroeker
5cc35abc3d
Apply MKL team fixes to the LAPACKE interfaces (Reference-LAPACK PR 534)
...
Removed spurious checks for INFO in xLACPY,xLASET after routines not returning any,and redundant requirements for ldvt in xGESVD_WORK
2021-05-01 13:22:10 +02:00
Martin Kroeker
254774f5a6
Add const qualifiers
2021-05-01 13:10:16 +02:00
Martin Kroeker
87d2e314db
Import packing improvements in LAPACK xLAQR from Reference-LAPACK PR 480+535
2021-04-30 13:50:55 +02:00
Martin Kroeker
c9a82f54d1
Merge pull request #3204 from martin-frbg/lapack506
...
Correct INFO value returned by SLASQ2/DLASQ2 (Reference-LAPACK 506)
2021-04-30 13:25:48 +02:00
Martin Kroeker
444cb78be5
correct INFO value (Reference-LAPACK 506)
2021-04-30 09:26:54 +02:00
Martin Kroeker
9a36a283d3
Merge pull request #3199 from martin-frbg/lapack537
...
Add LAPACKE fixes from Reference-LAPACK PR 537
2021-04-29 05:39:50 +02:00