Martin Kroeker
92174725d9
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
6eb707d941
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
7eb2653268
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
4bc918a791
Add a BLAS3-based triangular Sylvester equation solver (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
29dc086f38
Add macros for 32/64bit integer printf
2 years ago
Martin Kroeker
8b3f9715ec
Add macros for 32/64bit integer printf
2 years ago
Martin Kroeker
35dac5677a
Merge pull request #3816 from martin-frbg/lapack638
Fix workspace calculation in GEQRF/GERQF (Reference-LAPACK PR 638)
2 years ago
Martin Kroeker
fdb012ceed
Fix implicit conversions and unused variables (Reference-LAPACK PR 703)
2 years ago
Martin Kroeker
c99d27ae45
Fix implicit conversions and unused variables (Reference-LAPACK PR 703)
2 years ago
Martin Kroeker
a485e4f515
Fix implicit conversions and unused variables (Reference-LAPACK PR 703)
2 years ago
Martin Kroeker
0c2aa0bed7
Fix implicit conversions and unused variables (Reference-LAPACK PR 703)
2 years ago
Martin Kroeker
2226a82f2e
Fix leading dimension check of eigen-/Schur vectors (Reference-LAPACK PR 665)
2 years ago
Martin Kroeker
645633e321
Fix leading dimension check of eigen-/Schur vectors (Reference-LAPACK PR 665)
2 years ago
Martin Kroeker
eba1112e38
Add NaN check functions for trapezoidal matrices (Reference-LAPACK PR738+742)
2 years ago
Martin Kroeker
23cfe58ee3
Add NaN check functions for trapezoidal matrices (Reference-LAPACK PR738+742)
2 years ago
Martin Kroeker
6dcf737c5d
Add NaN check functions for trapezoidal matrices (Reference-LAPACK PR738+742)
2 years ago
Martin Kroeker
3e2d52c502
Fix workspace calculation in GEQRF/GERQF (Reference-LAPACK PR 638)
2 years ago
Martin Kroeker
cb48c29b6f
Fix workspace calculation (Reference-LAPACK PR690)
2 years ago
Martin Kroeker
515cf26929
Fix pointer/integer argument mismatch in calls to pow()
3 years ago
Martin Kroeker
f2cd238450
Restore conditional compilation and fix for parallel make in LAPACK MATGEN ( #3733 )
* Restore NOPARALLEL and conditional compilation
3 years ago
Martin Kroeker
704a024df4
Fix C99-style declaration of loop variable
3 years ago
Ivan Pribec
802e71bf05
Add const attribute to lsame
3 years ago
Martin Kroeker
9c4e91a77d
Increase threshold
3 years ago
Martin Kroeker
1fe06caf49
Increase threshold
3 years ago
martin-frbg
cf61d48470
fix C_LAPACK build options for files that must be built unoptimized
3 years ago
martin-frbg
884e6da73b
restore OpenBLAS-specific build file fixes
3 years ago
martin-frbg
56d238ff0f
Merge branch 'lapack3101' of https://github.com/martin-frbg/OpenBLAS into lapack3101
3 years ago
martin-frbg
ffb4f04fbb
Update the LAPACK testsuite to match 3.10.1
3 years ago
Martin Kroeker
75cdc8cba5
Merge branch 'develop' into lapack3101
3 years ago
Martin Kroeker
b4b9ccdbfa
Remove leftover debug output
3 years ago
martin-frbg
510c7222ef
Add dummy C files for 3.10.1 modules
3 years ago
martin-frbg
ee7f42217b
Add dummy C versions of ?roundup_lwork for C_LAPACK
3 years ago
martin-frbg
aea3d366f5
Add dummy C versions of the 3.10.1 ?laqz codes for C_LAPACK
3 years ago
martin-frbg
920199c577
fix module build and d/sroundup_lwork
3 years ago
martin-frbg
7c84a9f7be
update suffix rules
3 years ago
martin-frbg
329cdc31b3
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
3 years ago
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
3 years ago
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
3 years ago
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
4 years ago
Aisha Tammy
3efbf968f1
create INDEX64 target
4 years ago
Martin Kroeker
1c1ffb0591
Annotate LAPACKE_lsame with the const attribute for GCC and compatible compilers
3 years ago
Martin Kroeker
e2bf3f31a6
Add .NOTPARALLEL: as a workaround for builds on DFS
3 years ago
Martin Kroeker
a3eea3e127
Fix input argument check (LAPACK PR 646)
3 years ago
Martin Kroeker
337b65133d
Fix out of bounds read in ?llarv (Reference-LAPACK PR 625)
4 years ago
Martin Kroeker
ddb0ff5353
Fix out of bounds read in ?llarv (Reference-LAPACK PR 625)
4 years ago
Martin Kroeker
fe497efa05
Fix out of bounds read in ?llarv (Reference-LAPACK PR 625)
4 years ago
Martin Kroeker
2be5ee3cca
Fix out of bounds read in ?llarv (Reference-LAPACK PR 625)
4 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