Martin Kroeker
adaf03835b
try to fix assembler errors on z13
2022-04-30 18:33:00 +02:00
Martin Kroeker
84cb58b7fb
Fix generator rules for ?laswp_ncopy and ?neg_tcopy
2022-04-30 15:28:38 +02:00
Martin Kroeker
11f023b712
fix arch tags
2022-04-27 22:18:22 +02:00
Martin Kroeker
b4b9ccdbfa
Remove leftover debug output
2022-04-27 21:59:45 +02:00
Martin Kroeker
24e99eca31
Avoid adding -lgfortran with NOFORTRAN
2022-04-27 20:31:42 +02:00
Martin Kroeker
3dd09e87bf
Update NOFORTRAN message for fallback to C_LAPACK
2022-04-27 20:26:45 +02:00
Han Gao
8123324c99
Fix riscv64 arch detect
...
Signed-off-by: Han Gao <gaohan@uniontech.com>
2022-04-27 02:29:43 +08:00
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>
2022-04-27 01:34:55 +08:00
Martin Kroeker
ee4244538c
Merge pull request #3612 from nsait-linaro/fix-windows-make-build
...
build: minor fixes to build on windows with make
2022-04-25 15:51:34 +02:00
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)
2022-04-25 00:01:12 +01:00
martin-frbg
510c7222ef
Add dummy C files for 3.10.1 modules
2022-04-22 13:09:12 +02:00
martin-frbg
ee7f42217b
Add dummy C versions of ?roundup_lwork for C_LAPACK
2022-04-22 12:28:15 +02:00
martin-frbg
aea3d366f5
Add dummy C versions of the 3.10.1 ?laqz codes for C_LAPACK
2022-04-22 09:27:37 +02:00
martin-frbg
920199c577
fix module build and d/sroundup_lwork
2022-04-21 23:31:02 +02:00
martin-frbg
7c84a9f7be
update suffix rules
2022-04-21 22:43:29 +02:00
martin-frbg
329cdc31b3
Update LAPACK/LAPACKE to Reference-LAPACK 3.10.1
2022-04-21 20:39:29 +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
d09b9dd0cc
Merge pull request #3607 from martin-frbg/issue3603
...
Fix undefined PREFETCHSIZEs in PPC440 GEMV kernels
2022-04-16 12:54:35 +02:00
Martin Kroeker
05dcfa176e
fix undefined prefetchsizes
2022-04-16 10:04:27 +02:00
Martin Kroeker
2bbb9f05c7
fix undefined prefetchsize
2022-04-16 10:00:10 +02:00
Martin Kroeker
8144a498ad
Merge pull request #3604 from mmuetzel/ci
...
Adapt commands for tests with GNU make.
2022-04-11 19:31:26 +02:00
Markus Mützel
430bea00ba
Adapt commands for tests with GNU make.
2022-04-11 11:45:05 +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
Martin Kroeker
2edcd9b9dc
Merge pull request #3601 from mmuetzel/ci
...
Consolidate actions on GitHub runners.
2022-04-09 22:25:15 +02:00
Martin Kroeker
848c4e881d
Merge pull request #3602 from martin-frbg/fixup3600
...
Fix missing braces from previous commit (PR3600)
2022-04-09 22:23:45 +02:00
Martin Kroeker
74dba0c90a
Fix missing braces from previous commit (PR3600)
2022-04-09 20:03:36 +02:00
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.
2022-04-09 18:46:27 +02:00
Martin Kroeker
bef3871833
Disable flang (over-)optimizations in BLAS tests ( #3600 )
...
* limit flang optimizations to -O2
2022-04-09 17:14:24 +02:00
Martin Kroeker
65a14d4b40
Merge pull request #3593 from e4t/Fix_build_targets_Makefile_prebuild
...
Fix build targets in Makefile.prebuild
2022-04-07 14:25:15 +02:00
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)
2022-04-07 14:24:19 +02:00
Egbert Eich
454128824e
Fix build targets in Makefile.prebuild
...
- config.h was used as target even when it wasn't generated.
This only worked because the 'dummy' target always triggers
a full rebuild.
It is however better to specify the exact target that is to
be rebuilt do avoid confusion.
- Explicitly mark 'dummy' as a 'phony' target.
Signed-off-by: Egbert Eich <eich@suse.com>
2022-04-05 11:36:03 +02:00
Martin Kroeker
4dbdc28c25
Merge pull request #3590 from mmuetzel/ci-msys2
...
Add action for MSYS2 builds.
2022-04-03 19:53:38 +02:00
Markus Mützel
67714aea71
Add action for MSYS2 builds.
2022-03-31 11:07:18 +02:00
Martin Kroeker
ad4598143b
Merge pull request #3575 from mmuetzel/lapacke-win64
...
Fix LAPACKE with 64-bit indexing on Windows.
2022-03-29 20:04:04 +02:00
Martin Kroeker
d5ed695632
Merge pull request #3588 from martin-frbg/fix3586
...
Fix mistaken declaration of CortexX1 as ArmV9 in PR#3586
2022-03-29 19:36:27 +02:00
Martin Kroeker
1d4e703f50
Merge pull request #3589 from e4t/Exclude_paramter.c_symbols_with_DYNAMIC_ARCH
...
Do not include symbols defined in driver/others/parameter.c in DYNAMI…
2022-03-29 19:35:56 +02:00
Egbert Eich
5e6d160020
Do not include symbols defined in driver/others/parameter.c in DYNAMIC_ARCH
...
driver/others/parameter.c does not get build during DYNAMIC_ARCH, thus,
do not declare its symbols. This will make the build fail early and in
an obvious way if functions are trying to use these symbols.
Signed-off-by: Egbert Eich <eich@suse.com>
2022-03-29 10:01:28 +02:00
Martin Kroeker
a55a06c269
Update param.h
2022-03-28 18:10:08 +02:00
Martin Kroeker
abbc65cff4
Cortex X1 is only Arm8.2
2022-03-28 17:40:27 +02:00
Martin Kroeker
d93cf7f23c
fix defines for CORTEX-X
2022-03-28 17:37:06 +02:00
Martin Kroeker
48e421934f
CortexX1 is only ArmV8
2022-03-28 17:31:26 +02:00
Martin Kroeker
115bc9b98f
CortexX1 is ARMV8 like A7x
2022-03-28 17:28:29 +02:00
Martin Kroeker
848722926c
CortexX1 is only ARMV8
2022-03-28 17:18:56 +02:00
Martin Kroeker
8002048217
Merge pull request #3587 from e4t/fix_avx512
...
Use CC and full command line instead of hard-coding gcc for AVX512 ch…
2022-03-28 14:58:32 +02:00
Egbert Eich
0b69fa6ddf
Use CC and full command line instead of hard-coding gcc for AVX512 checking
...
Hard-coding gcc may not provide incorrect results when a different compiler
for the target build is used. To remain in sync with the main call to c_check,
pass the full command line.
Signed-off-by: Egbert Eich <eich@suse.com>
2022-03-28 08:22:07 +02:00
Martin Kroeker
5d2f451d09
Merge pull request #3586 from martin-frbg/arm64cpus
...
Initial support for M1 on Linux, Phytium FT2000 series, ARMV9 Cortex X1,X2,A510,A710
2022-03-27 18:12:21 +02:00
Martin Kroeker
b3b4672c30
Add initial support for Phytium FT2000 series and ARMV9 Cortex 510/710/X1/X2
2022-03-27 15:29:20 +02:00
Martin Kroeker
57dd92a662
Add initial support for ARMV9 Cortex 510/710/X1/X2
2022-03-27 15:26:42 +02:00
Martin Kroeker
09b8545fc5
Add initial support for M1 on Linux, Phytium FT2xxx series, ARM Cortex 510/710/X1/X2
2022-03-27 15:24:40 +02:00
Martin Kroeker
a3d2514b9a
Merge pull request #3585 from martin-frbg/issue3581
...
Revert accidental change of generic ARMV8 DGEMM parameters from #3425
2022-03-27 15:19:26 +02:00