Martin Kroeker
bcfbdc81b2
Merge pull request #3459 from rafaelcfsousa/fix_cmake
Fix issues when building OpenBLAS with cmake
4 years ago
Martin Kroeker
7c6370cbfd
Merge pull request #3462 from martin-frbg/azure-alpine2
Azure CI: Update alpine-chroot-install again
4 years ago
Martin Kroeker
fbfc8b1b83
Update alpine-chroot-install again
4 years ago
Martin Kroeker
e7fca060db
Merge pull request #3457 from wjc404/optimize-A53-dgemm
MOD: optimize zgemm on cortex-A53/cortex-A55
4 years ago
Martin Kroeker
bc4c98de26
Merge pull request #3456 from martin-frbg/issue3444
Add/restore a GENERIC target for MIPS32 and support MIPS32 cross-compilation using CMAKE
4 years ago
Martin Kroeker
c3b1e55bdc
AzureCI: Fetch alpine-chroot-install from master to get key updates ( #3460 )
* Fetch alpine-chroot-install from master to get key updates
4 years ago
Jia-Chen
5c1cd5e0c2
MOD: add comments to a53 zgemm kernel
4 years ago
Rafael Cardoso Fernandes Sousa
d5c9353f1b
Modify the order that cmake set the KERNEL variables (generic now is fallback)
4 years ago
Rafael Cardoso Fernandes Sousa
fb891f33da
Fix the cmake parser to identify more patterns
4 years ago
Jia-Chen
9f59b19fcd
MOD: optimize zgemm on cortex-A53/cortex-A55
4 years ago
Martin Kroeker
52a3f004a0
Fix unintended reversion of recent CortexA53 changes
4 years ago
Martin Kroeker
a3cd36acff
Add CMAKE support for cross-compiling to MIPS32
4 years ago
Martin Kroeker
b7df500106
Add generic mips32 target
4 years ago
Martin Kroeker
19ccef5fb1
Add generic MIPS32 target
4 years ago
Martin Kroeker
ec4daf420f
Merge pull request #3451 from wjc404/optimize-A53-dgemm
MOD: optimize DGEMM of large matrices on cortex A53 & A55
4 years ago
Jia-Chen
302f22693a
MOD: optimize normal DGEMM on ARMV8 cortex-A53 & cortex-A55
4 years ago
Martin Kroeker
7b825531a6
Merge pull request #3450 from mmuetzel/suffix-nofortran
cmake: Set SUFFIX64 also for NOFORTRAN
4 years ago
Markus Mützel
de2ed66596
cmake: Set SUFFIX64 also for NOFORTRAN
4 years ago
Martin Kroeker
8f6c8d1a9e
Merge pull request #3449 from martin-frbg/mips_msa
Fix MIPS/MIPS64 compilation querying compiler rather than cpu for MSA capability
4 years ago
Martin Kroeker
46947efb83
Ignore compiler support for MIPS MSA if the cpu lacks this capability
4 years ago
Martin Kroeker
a569fa1540
MIPS P5600 and 24KC,1004K cpus do not support MSA
4 years ago
Martin Kroeker
d6194d6a0c
get MSA capability from feature flags
4 years ago
Martin Kroeker
5b7a3c0e1b
Merge pull request #3447 from martin-frbg/issue3446
Fix potentially wrong HOSTARCH definition in cross-compilation
4 years ago
Martin Kroeker
9cc0098ce2
Fix potentially wrong HOSTARCH definition in cross-compilation
4 years ago
Martin Kroeker
2d7ca63e21
Merge pull request #3443 from martin-frbg/issue3441
Fix NULL pointer checks in blas_memory_alloc
4 years ago
Martin Kroeker
4f057bffd6
Fix NULL pointer checks in blas_memory_alloc
4 years ago
Martin Kroeker
2c32e462ac
Merge pull request #3431 from MehdiChinoune/export-shared-only
Fix exported OpenBLASTargets.cmake
4 years ago
Martin Kroeker
7bcd64357d
Merge pull request #3442 from martin-frbg/cpuid_x86
Add CPUID recognition of Intel Alder Lake
4 years ago
Martin Kroeker
08f8bb66c0
Add CPUIDs for Alder Lake and other recent Intel cpus
4 years ago
Martin Kroeker
faae86fba2
Add CPUIDs for Alder Lake and some other recent Intel cpus
4 years ago
Martin Kroeker
4ea9a14567
Merge pull request #3429 from martin-frbg/issue3428
Adjust compiler options for nvc after 21.9 (and fix typo in DYNAMIC_ARCH settings)
4 years ago
Martin Kroeker
3737766bdd
Merge pull request #3440 from mhillenbrand/fix_gemv_indices
Fix flipped indices in benchmark for gemv
4 years ago
Martin Kroeker
efb16fafb0
Fix miscounting of threadpool size on Linux with OMP_PROC_BIND=TRUE ( #3437 )
* return OMP places (if available, or SC_NPROCESSORS_CONF) for maximum thread count when built with OpenMP
4 years ago
Marius Hillenbrand
f119e26354
Fix flipped indices in benchmark for gemv
Fixes #3439
4 years ago
Martin Kroeker
abf45f7235
Merge pull request #3427 from mhillenbrand/zarch-detection-notes
cpuid_zarch/hwcaps: add documentation and dump hwcaps in init
4 years ago
Martin Kroeker
2847a24498
Merge pull request #3434 from gxw-loongson/develop
Add cblas_{c/z}srot cblas_{c/z}rotg support
4 years ago
gxw
25f99fa9f8
Add cblas_{c/z}srot cblas_{c/z}rotg support
4 years ago
Martin Kroeker
a6fd497820
Fix nvidia HPC version checks
4 years ago
Mehdi Chinoune
9874cd11cb
Fix exported OpenBLASTargets.cmake
When both BUILD_SHARED_LIBS and BUILD_STATIC_LIBS are enabled,
cmake export both of them to OpenBLASTargets under tha same name `OpenBLAS::OpenBLAS`
which leads to fatal error about OpenBLAS::OpenBLAS being both static and shared target.
This change makes cmake export only the shared library in that case.
There is another solution to treat them as components,
but I am afraid that will make it backward incompatible.
4 years ago
Martin Kroeker
bb01e26cfe
Adjust compiler options for nvidia hpc 21.9 (and fix a long-standing typo in dynamic_arch settings)
4 years ago
Marius Hillenbrand
77747bc536
cpuid_zarch/hwcaps: add documentation and dump hwcaps in init
Add pointers to the definition of the hardware capability flags in glibc
and describe how they relate to the levels CPU_Z13 and CPU_Z14 for
optimized kernels.
To aid identifying available hardware capabilities and in debugging
potential build issues, dump their value in dynamic_arch_init() when
OPENBLAS_VERBOSE is set to 2 or higher.
Signed-off-by: Marius Hillenbrand <mhillen@linux.ibm.com>
4 years ago
Martin Kroeker
aa231b5875
Merge pull request #3426 from martin-frbg/pr3424
Add runtime DYNAMIC_ARCH cpu detection for Tiger Lake H
4 years ago
Martin Kroeker
22a616bd8f
Add model number for Tiger Lake H (mobile variant)
4 years ago
Martin Kroeker
f573ccd107
Merge pull request #3424 from Neutron3529/patch-1
auto-detect for Intel i7-11800H
4 years ago
Martin Kroeker
dd103eac93
Merge pull request #3423 from mhillenbrand/fix-static-detection
s390x: use DYNAMIC_ARCH's cpu detection for compile-time choice
4 years ago
Neutron3529
ead476025d
auto-detect for Intel i7-11800H
4 years ago
Marius Hillenbrand
44950ca173
s390x: use DYNAMIC_ARCH's cpu detection for compile-time choice
On s390x, the run-time detection for DYNAMIC_ARCH and the compile-time
choice in cpuid_zarch use different methods for identifying the
supported CPU features. To make cpuid_zarch future-proof and both easier
to maintain, switch cpuid_zarch to the same mechanism as DYNAMIC_ZARCH
(i.e., derive the supported CPU features from hwcap flags) and share
code between both (in a new header cpuid_zarch.h).
Signed-off-by: Marius Hillenbrand <mhillen@linux.ibm.com>
4 years ago
Martin Kroeker
03f1354336
Merge pull request #3422 from martin-frbg/issue3421
Revert invalid trsv shortcut from PR #3252
4 years ago
Martin Kroeker
4b3769823a
Revert #3252
4 years ago
Martin Kroeker
059d3a04c1
Merge pull request #3420 from martin-frbg/issue3419
Revert wrong ZTRSV optimization from #3252
4 years ago