Owen Rafferty
42c7a27e6b
rewrite perl scripts in universal shell
4 years ago
Martin Kroeker
ed8b377318
Merge pull request #3628 from martin-frbg/issue3620
DYNAMIC_ARCH: Improve mapping for future AMD cpus
4 years ago
Martin Kroeker
2c62096fce
Expand cpu mapping for future Zen cpus and use feature-based fallback for unknown AMD family codes
4 years ago
Martin Kroeker
dbdb686128
Merge pull request #3625 from RajalakshmiSR/P10_store
POWER10: Changing store instructions for Level1 functions
4 years ago
Rajalakshmi Srinivasaraghavan
b62173c5a0
POWER10: Changing store instructions for Level1 functions
This patch changes 32 bytes stores to two 16 bytes stores
to fix a recent degradation due to 32 bytes stores.
4 years ago
martin-frbg
cf61d48470
fix C_LAPACK build options for files that must be built unoptimized
4 years ago
martin-frbg
884e6da73b
restore OpenBLAS-specific build file fixes
4 years ago
martin-frbg
56d238ff0f
Merge branch 'lapack3101' of https://github.com/martin-frbg/OpenBLAS into lapack3101
4 years ago
martin-frbg
ffb4f04fbb
Update the LAPACK testsuite to match 3.10.1
4 years ago
Martin Kroeker
ce814e84dc
Merge pull request #3619 from martin-frbg/fixup-3613
Initial attempt at proper cpu detection on RISCV
4 years ago
Martin Kroeker
46d22150de
Initial attempt at proper cpu detection on RISCV
4 years ago
Martin Kroeker
8f13ab94d2
Merge pull request #3613 from Rabenda/fix-riscv
Fix riscv64 detect
4 years ago
Martin Kroeker
7d6c0ae223
Merge pull request #3618 from martin-frbg/issue3606
Automatically downgrade C910V to RISCV64_GENERIC if the compiler lacks vector support
4 years ago
Martin Kroeker
18427f3759
Have getarch downgrade the RISCV C910V target to GENERIC if compiler lacks vector support
4 years ago
Martin Kroeker
d328636e58
Add compiler check for RISCV vector support
4 years ago
Martin Kroeker
06d1dd6ba8
Merge pull request #3616 from martin-frbg/issue3615
Fix CMAKE generator rules for ?laswp_ncopy and ?neg_tcopy kernels
4 years ago
Martin Kroeker
75cdc8cba5
Merge branch 'develop' into lapack3101
4 years ago
Martin Kroeker
567d8853d1
rename lapack subtarget to lapack_overrides to avoid name clash with netlib in case-insensitive settings
4 years ago
Martin Kroeker
d502326e54
Merge pull request #3614 from martin-frbg/clapackfix
Makefile fixes related to C_LAPACK, plus Travis CI fixes
4 years ago
Martin Kroeker
96ddadf164
Update .travis.yml
4 years ago
Martin Kroeker
adaf03835b
try to fix assembler errors on z13
4 years ago
Martin Kroeker
84cb58b7fb
Fix generator rules for ?laswp_ncopy and ?neg_tcopy
4 years ago
Martin Kroeker
11f023b712
fix arch tags
4 years ago
Martin Kroeker
b4b9ccdbfa
Remove leftover debug output
4 years ago
Martin Kroeker
24e99eca31
Avoid adding -lgfortran with NOFORTRAN
4 years ago
Martin Kroeker
3dd09e87bf
Update NOFORTRAN message for fallback to C_LAPACK
4 years ago
Han Gao
8123324c99
Fix riscv64 arch detect
Signed-off-by: Han Gao <gaohan@uniontech.com>
4 years ago
Han Gao
3fc52ebcfb
Fix other arch build in detect.
When CORE is empty, use -march=loongson3a. Fix it.
Signed-off-by: Han Gao <gaohan@uniontech.com>
4 years ago
Martin Kroeker
ee4244538c
Merge pull request #3612 from nsait-linaro/fix-windows-make-build
build: minor fixes to build on windows with make
4 years ago
Niyas Sait
3f5d145cd4
build: minor fixes to build on windows with make
This patch contains following fixes
1. Fix to build without PIC flag
2. Define LAPACK_COMPLEX_STRUCTURE for windows. Builds are failing
without it and changes are consistent with the CMake rules defined
in system.cmake (line 576)
4 years ago
martin-frbg
510c7222ef
Add dummy C files for 3.10.1 modules
4 years ago
martin-frbg
ee7f42217b
Add dummy C versions of ?roundup_lwork for C_LAPACK
4 years ago
martin-frbg
aea3d366f5
Add dummy C versions of the 3.10.1 ?laqz codes for C_LAPACK
4 years ago
martin-frbg
920199c577
fix module build and d/sroundup_lwork
4 years ago
martin-frbg
7c84a9f7be
update suffix rules
4 years ago
martin-frbg
329cdc31b3
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
4 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
4 years ago
Martin Kroeker
d09b9dd0cc
Merge pull request #3607 from martin-frbg/issue3603
Fix undefined PREFETCHSIZEs in PPC440 GEMV kernels
4 years ago
Martin Kroeker
05dcfa176e
fix undefined prefetchsizes
4 years ago
Martin Kroeker
2bbb9f05c7
fix undefined prefetchsize
4 years ago
Martin Kroeker
8144a498ad
Merge pull request #3604 from mmuetzel/ci
Adapt commands for tests with GNU make.
4 years ago
Markus Mützel
430bea00ba
Adapt commands for tests with GNU make.
4 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
4 years ago
Martin Kroeker
2edcd9b9dc
Merge pull request #3601 from mmuetzel/ci
Consolidate actions on GitHub runners.
4 years ago
Martin Kroeker
848c4e881d
Merge pull request #3602 from martin-frbg/fixup3600
Fix missing braces from previous commit (PR3600)
4 years ago
Martin Kroeker
74dba0c90a
Fix missing braces from previous commit (PR3600)
4 years ago
Markus Mützel
2aa8086bdd
Consolidate actions on GitHub runners.
Re-organize build matrix for Ubuntu and MacOS runners.
Don't start runners that don't do anything.
Run tests.
4 years ago
Martin Kroeker
bef3871833
Disable flang (over-)optimizations in BLAS tests ( #3600 )
* limit flang optimizations to -O2
4 years ago
Martin Kroeker
65a14d4b40
Merge pull request #3593 from e4t/Fix_build_targets_Makefile_prebuild
Fix build targets in Makefile.prebuild
4 years ago
Martin Kroeker
145ccf8943
Prevent powershell from adding a BOM to test input ( #3595 )
* Prevent addition of a BOM to test input (which would distort the names of output files)
4 years ago