Martin Kroeker
52b71a1673
Filter out FFLAGS that flang-new from LLVM18 no longer supports ( #4569 )
* Filter out FFLAGS that flang-new from LLVM18 no longer supports
1 year ago
Martin Kroeker
2e86faa657
Merge branch 'develop' into issue4468
1 year ago
Martin Kroeker
8fc2c2db04
Fix missing support for INTERFACE64 on ARM64 and MIPS64
1 year ago
Martin Kroeker
82b81c0bbe
Dont fail if there is no Fortran compiler
1 year ago
Martin Kroeker
a0e3f77e0b
add FIXED_LIBNAME, PREFIX and SUFFIX
1 year ago
Martin Kroeker
ffbfc3c692
Add libname prefix and suffix
1 year ago
Martin Kroeker
0c43c6fa99
Merge pull request #4341 from catap/openblas.pc.in
cmake/openblas.pc.in: fixed version and URL
1 year ago
Martin Kroeker
e9c32ed165
Merge pull request #4384 from yetist/develop
Fix: build failed on LoongArch
1 year ago
Martin Kroeker
1106460bb3
remove redundant targets from the default ARM64 DYNAMIC_ARCH list
1 year ago
Wu Xiaotian
0baf462dbc
Fix: build failed on LoongArch
According to the documentation at https://github.com/loongson/la-abi-specs/blob/release/lapcs.adoc#the-base-abi-variants , valid -mabi parameters are lp64s, lp64f, lp64d, ilp32s, ilp32f and ilp32d.
1 year ago
barracuda156
8c143331b0
PPC970: drop -mcpu=970 which seems to produce faulty code
Fixes: https://github.com/OpenMathLib/OpenBLAS/issues/4376
1 year ago
barracuda156
981e315b30
cc.cmake: use -force_cpusubtype_ALL for Darwin PPC
1 year ago
barracuda156
a8d3619f65
cc.cmake: add optflags for G5 and G4 kernels
1 year ago
barracuda156
c732f275a2
system_check.cmake: fix arch detection for Darwin PowerPC
1 year ago
Kirill A. Korinsky
08fde5ebd2
Use 64bit build on `CMAKE_SYSTEM_PROCESSOR=i386` on Darwin
Here a bit tricky things.
A value `CMAKE_SYSTEM_PROCESSOR` is came from output of `uname -m` which
migth be 32bit with 64bit building applicaiton.
So, for that case use `CMAKE_SIZEOF_VOID_P` to detect the target.
See https://trac.macports.org/ticket/68488
1 year ago
Kirill A. Korinsky
01c7010543
cmake/openblas.pc.in: fixed version and URL
1 year ago
Martin Kroeker
5bf87c86f5
Implement truncated QR with pivoting (Reference-LAPACK PR 891)
1 year ago
Martin Kroeker
58427ff74d
Deprecate ?GELQS and ?GEQRS from TESTING/LIN (Reference-LAPACK PR 900) ( #4307 )
* Move ?GELQS and ?GEQRS from TESTING/LIN to DEPRECATED (Reference-LAPACK PR 900)
* Add f2c-converted versions of ?GELQS and ?GEQRS
1 year ago
Martin Kroeker
49689fbef7
Add support for compiling SVE kernels with the NVIDIA HPC compiler
2 years ago
Martin Kroeker
562ef5fdca
Merge pull request #4169 from felixonmars/patch-1
Use defined variable for riscv64 in arch.cmake
2 years ago
Martin Kroeker
0e5d56ae4a
Merge pull request #4170 from felixonmars/patch-2
Fix 64-bit fortran options for riscv64
2 years ago
Markus Mützel
57256623f4
fc.cmake: Add support for LLVM Flang.
2 years ago
Felix Yan
f5506b002c
Add 64-bit flag on INTERFACE64 only
2 years ago
Felix Yan
4ed6414c17
Fix 64-bit fortran options for riscv64
64-bit builds are currently broken without this flag.
Makefiles have done this already: 5720fa02c5/Makefile.system (L831)
2 years ago
Felix Yan
007cd834c1
Use defined variable for riscv64 in arch.cmake
It's defined in #4137
2 years ago
Chris Sidebottom
f971ef55f2
Add ARMV8SVE to AArch64 Dynamic Dispatch
In order to enable support for future cores which have similar tunings
(in this case I'm doing this for the Arm(R) Neoverse(TM) V2 core), this generically detects SVE support and enables it. This should better manage the size and complexity of dynamic dispatch rather than just copy pasting the same parameters.
To make `ARMV8SVE` more representive of the common 128-bit SVE case,
I've split it and similar parameters from A64FX which has the wider
512-bit SVE.
2 years ago
Martin Kroeker
b61e64da6f
Merge pull request #4142 from exyntech/armv8-as-arm64
Fix armv8 detection in system_check.cmake
2 years ago
Martin Kroeker
f82a197143
Merge pull request #4137 from felixonmars/patch-1
Fix riscv64 detection in system_check.cmake
2 years ago
Andy Mroczkowski
45b2cd2fb2
treat armv8 CMAKE_SYSTEM_PROCESSOR as arm64
The cmake scripts incorrectly treated armv8 as 32-bit arm, causing
compilation issues. This just adds 'armv8' to the arm64 condition check.
2 years ago
Martin Kroeker
35dedb68ce
Add C versions of C/ZRSCL
2 years ago
Felix Yan
a721fccfdc
Fix riscv64 detection in system_check.cmake
2 years ago
Martin Kroeker
22ad23abb1
Merge pull request #4126 from martin-frbg/lapack839
Add C/ZRSCL for reciprocal scaling of a complex vector (Reference-LAPACK PR 839)
2 years ago
Martin Kroeker
e3277e134c
Add CRSCL/ZRSCL (Reference-LAPACK PR 839)
2 years ago
Martin Kroeker
2f9f70584e
Fix target list syntax for ARM64 DYNAMIC_ARCH
2 years ago
Martin Kroeker
ac698cedad
Add compiler options for ARM64 SVE targets in DYNAMIC_ARCH builds
2 years ago
Martin Kroeker
fa6d06359a
correct list placement of zgedmd/zgedmdq
2 years ago
Martin Kroeker
2bfd7ff126
Add dummy C sources for ?GEDMD
2 years ago
Martin Kroeker
defafd1353
Add functions for Dynamic Mode Decomposition (Reference-LAPACK PR 736)
2 years ago
Martin Kroeker
83d6ce1289
Add interfaces for Dynamic Mode Decomposition (Reference-LAPACK PR 736)
2 years ago
Martin Kroeker
b6a28adeaf
Add ?TRSYL3 (Reference-LAPACK PR 651)
2 years ago
Martin Kroeker
c3a2d407a0
Merge pull request #4048 from imzhuhl/spr_sbgemm_fix
Sapphire Rapids sbgemm fix
2 years ago
Martin Kroeker
d2144b2981
Add NVHPC
2 years ago
Martin Kroeker
f8c8b22740
Add NVHPC(pgf95)
2 years ago
Martin Kroeker
2993a73262
Add NVHPC(nvc)
2 years ago
Martin Kroeker
f981e37dda
Treat f95 as gfortran
2 years ago
Honglin Zhu
d96d386d13
Add CMake dynamic build for Sapphire Rapids
2 years ago
Martin Kroeker
a789211a2e
Add interfaces for [cz]unhr_col and [sd]orhr_col (Reference-LAPACK PR 827)
2 years ago
Martin Kroeker
57bdc36c84
add conditionals for BUILD_LAPACK_DEPRECATED
2 years ago
Martin Kroeker
1659750861
Add ARMV5 to CMAKE prebuild.cmake for cross-compiles ( #3959 )
* Add ARMV5
2 years ago
Pieter Pas
a79ae116e2
Add ARMV6 to cmake/prebuild.cmake,
based on cpuid_arm.c and param.h
2 years ago