platform/upstream/openblas.git
2 years agoMerge pull request #3455 from cenewcombe/develop
Martin Kroeker [Fri, 3 Dec 2021 09:01:20 +0000 (10:01 +0100)]
Merge pull request #3455 from cenewcombe/develop

Fix unsafe read during final iteration of zsymv_L_sse2.S

2 years agoMerge pull request #3425 from binebrank/arm_sve_dgemm
Martin Kroeker [Fri, 26 Nov 2021 15:14:55 +0000 (16:14 +0100)]
Merge pull request #3425 from binebrank/arm_sve_dgemm

Add dgemm kernel for arm64 SVE

2 years agoMerge pull request #3459 from rafaelcfsousa/fix_cmake
Martin Kroeker [Fri, 26 Nov 2021 14:19:24 +0000 (15:19 +0100)]
Merge pull request #3459 from rafaelcfsousa/fix_cmake

Fix issues when building OpenBLAS with cmake

2 years agoMerge pull request #3462 from martin-frbg/azure-alpine2
Martin Kroeker [Fri, 26 Nov 2021 12:40:23 +0000 (13:40 +0100)]
Merge pull request #3462 from martin-frbg/azure-alpine2

Azure CI: Update alpine-chroot-install again

2 years agoUpdate alpine-chroot-install again
Martin Kroeker [Fri, 26 Nov 2021 12:39:49 +0000 (13:39 +0100)]
Update alpine-chroot-install again

2 years agoupdate CONTRIBUTORS.md
Bine Brank [Fri, 26 Nov 2021 12:11:19 +0000 (13:11 +0100)]
update CONTRIBUTORS.md

2 years agoAdapt CMake for SVE
Bine Brank [Fri, 26 Nov 2021 09:35:01 +0000 (10:35 +0100)]
Adapt CMake for SVE

2 years agoMerge pull request #3457 from wjc404/optimize-A53-dgemm
Martin Kroeker [Fri, 26 Nov 2021 09:30:47 +0000 (10:30 +0100)]
Merge pull request #3457 from wjc404/optimize-A53-dgemm

MOD: optimize zgemm on cortex-A53/cortex-A55

2 years agoMerge pull request #3456 from martin-frbg/issue3444
Martin Kroeker [Fri, 26 Nov 2021 09:29:28 +0000 (10:29 +0100)]
Merge pull request #3456 from martin-frbg/issue3444

Add/restore a GENERIC target for MIPS32 and support MIPS32 cross-compilation using CMAKE

2 years agoAzureCI: Fetch alpine-chroot-install from master to get key updates (#3460)
Martin Kroeker [Fri, 26 Nov 2021 08:38:41 +0000 (09:38 +0100)]
AzureCI: Fetch alpine-chroot-install from master to get key updates (#3460)

* Fetch alpine-chroot-install from master to get key updates

2 years agoMOD: add comments to a53 zgemm kernel
Jia-Chen [Thu, 25 Nov 2021 14:48:48 +0000 (22:48 +0800)]
MOD: add comments to a53 zgemm kernel

2 years agoModify the order that cmake set the KERNEL variables (generic now is fallback)
Rafael Cardoso Fernandes Sousa [Thu, 25 Nov 2021 02:07:20 +0000 (20:07 -0600)]
Modify the order that cmake set the KERNEL variables (generic now is fallback)

2 years agoFix the cmake parser to identify more patterns
Rafael Cardoso Fernandes Sousa [Wed, 24 Nov 2021 20:07:28 +0000 (14:07 -0600)]
Fix the cmake parser to identify more patterns

2 years agoMOD: optimize zgemm on cortex-A53/cortex-A55
Jia-Chen [Wed, 24 Nov 2021 13:51:45 +0000 (21:51 +0800)]
MOD: optimize zgemm on cortex-A53/cortex-A55

2 years agoreduced dgemm_unroll_m to work with 128-bit sve
Bine Brank [Tue, 23 Nov 2021 20:18:08 +0000 (21:18 +0100)]
reduced dgemm_unroll_m to work with 128-bit sve

2 years agoremoved unused code (compiler warnings)
Bine Brank [Mon, 22 Nov 2021 09:12:34 +0000 (10:12 +0100)]
removed unused code (compiler warnings)

2 years agomodify Makefile for SVE copy
Bine Brank [Mon, 22 Nov 2021 08:54:20 +0000 (09:54 +0100)]
modify Makefile for SVE copy

2 years agoconfigure SVE Makefile
Bine Brank [Sun, 21 Nov 2021 17:33:43 +0000 (18:33 +0100)]
configure SVE Makefile

2 years agosome clean-up & commentary
Bine Brank [Sun, 21 Nov 2021 13:56:27 +0000 (14:56 +0100)]
some clean-up & commentary

2 years agoFix unintended reversion of recent CortexA53 changes
Martin Kroeker [Sat, 20 Nov 2021 22:54:48 +0000 (23:54 +0100)]
Fix unintended reversion of recent CortexA53 changes

2 years agoAdd CMAKE support for cross-compiling to MIPS32
Martin Kroeker [Sat, 20 Nov 2021 16:34:28 +0000 (17:34 +0100)]
Add CMAKE support for cross-compiling to MIPS32

2 years agoAdd generic mips32 target
Martin Kroeker [Sat, 20 Nov 2021 16:31:51 +0000 (17:31 +0100)]
Add generic mips32 target

2 years agoAdd generic MIPS32 target
Martin Kroeker [Sat, 20 Nov 2021 16:31:11 +0000 (17:31 +0100)]
Add generic MIPS32 target

2 years agosymm SVE copy rutines
Bine Brank [Sat, 20 Nov 2021 15:35:29 +0000 (16:35 +0100)]
symm SVE copy rutines

2 years agoFix unsafe read during final iteration of zsymv_L_sse2.S
Caroline Newcombe [Fri, 19 Nov 2021 20:29:32 +0000 (14:29 -0600)]
Fix unsafe read during final iteration of zsymv_L_sse2.S

2 years agoMerge pull request #3451 from wjc404/optimize-A53-dgemm
Martin Kroeker [Thu, 18 Nov 2021 17:17:27 +0000 (18:17 +0100)]
Merge pull request #3451 from wjc404/optimize-A53-dgemm

MOD: optimize DGEMM of large matrices on cortex A53 & A55

2 years agoMOD: optimize normal DGEMM on ARMV8 cortex-A53 & cortex-A55
Jia-Chen [Thu, 18 Nov 2021 13:14:43 +0000 (21:14 +0800)]
MOD: optimize normal DGEMM on ARMV8 cortex-A53 & cortex-A55

2 years agoMerge pull request #3450 from mmuetzel/suffix-nofortran
Martin Kroeker [Tue, 16 Nov 2021 22:58:09 +0000 (23:58 +0100)]
Merge pull request #3450 from mmuetzel/suffix-nofortran

cmake: Set SUFFIX64 also for NOFORTRAN

2 years agocmake: Set SUFFIX64 also for NOFORTRAN
Markus Mützel [Mon, 15 Nov 2021 07:53:52 +0000 (08:53 +0100)]
cmake: Set SUFFIX64 also for NOFORTRAN

2 years agoadd remaining trmm copy rutines for SVE
Bine Brank [Sun, 14 Nov 2021 15:00:10 +0000 (16:00 +0100)]
add remaining trmm copy rutines for SVE

2 years agoMerge pull request #3449 from martin-frbg/mips_msa
Martin Kroeker [Sun, 14 Nov 2021 11:01:53 +0000 (12:01 +0100)]
Merge pull request #3449 from martin-frbg/mips_msa

Fix MIPS/MIPS64 compilation querying compiler rather than cpu for MSA capability

2 years agoIgnore compiler support for MIPS MSA if the cpu lacks this capability
Martin Kroeker [Sat, 13 Nov 2021 22:32:26 +0000 (23:32 +0100)]
Ignore compiler support for MIPS MSA if the cpu lacks this capability

2 years agoMIPS P5600 and 24KC,1004K cpus do not support MSA
Martin Kroeker [Sat, 13 Nov 2021 22:26:48 +0000 (23:26 +0100)]
MIPS P5600 and 24KC,1004K cpus do not support MSA

2 years agoget MSA capability from feature flags
Martin Kroeker [Sat, 13 Nov 2021 22:25:34 +0000 (23:25 +0100)]
get MSA capability from feature flags

2 years agodtrmm_utcopy sve function
Bine Brank [Sat, 13 Nov 2021 17:48:53 +0000 (18:48 +0100)]
dtrmm_utcopy sve function

2 years agoMerge pull request #3447 from martin-frbg/issue3446
Martin Kroeker [Thu, 11 Nov 2021 08:29:36 +0000 (09:29 +0100)]
Merge pull request #3447 from martin-frbg/issue3446

Fix potentially wrong HOSTARCH definition in cross-compilation

2 years agoFix potentially wrong HOSTARCH definition in cross-compilation
Martin Kroeker [Wed, 10 Nov 2021 21:27:14 +0000 (22:27 +0100)]
Fix potentially wrong HOSTARCH definition in cross-compilation

2 years agoadd v2x8 kernel + fix sve dtrmm
Bine Brank [Sun, 7 Nov 2021 19:37:51 +0000 (20:37 +0100)]
add v2x8 kernel + fix sve dtrmm

2 years agoMerge pull request #3443 from martin-frbg/issue3441
Martin Kroeker [Fri, 5 Nov 2021 11:23:47 +0000 (12:23 +0100)]
Merge pull request #3443 from martin-frbg/issue3441

Fix NULL pointer checks in blas_memory_alloc

2 years agoFix NULL pointer checks in blas_memory_alloc
Martin Kroeker [Fri, 5 Nov 2021 09:43:17 +0000 (10:43 +0100)]
Fix NULL pointer checks in blas_memory_alloc

2 years agoMerge pull request #3431 from MehdiChinoune/export-shared-only
Martin Kroeker [Thu, 4 Nov 2021 22:48:02 +0000 (23:48 +0100)]
Merge pull request #3431 from MehdiChinoune/export-shared-only

Fix exported OpenBLASTargets.cmake

2 years agoMerge pull request #3442 from martin-frbg/cpuid_x86
Martin Kroeker [Thu, 4 Nov 2021 22:47:11 +0000 (23:47 +0100)]
Merge pull request #3442 from martin-frbg/cpuid_x86

Add CPUID recognition of Intel Alder Lake

2 years agoAdd CPUIDs for Alder Lake and other recent Intel cpus
Martin Kroeker [Thu, 4 Nov 2021 19:36:39 +0000 (20:36 +0100)]
Add CPUIDs for Alder Lake and other recent Intel cpus

2 years agoAdd CPUIDs for Alder Lake and some other recent Intel cpus
Martin Kroeker [Thu, 4 Nov 2021 19:35:41 +0000 (20:35 +0100)]
Add CPUIDs for Alder Lake and some other recent Intel cpus

2 years agoMerge pull request #3429 from martin-frbg/issue3428
Martin Kroeker [Thu, 4 Nov 2021 11:13:22 +0000 (12:13 +0100)]
Merge pull request #3429 from martin-frbg/issue3428

Adjust compiler options for nvc after 21.9 (and fix typo in DYNAMIC_ARCH settings)

2 years agoMerge pull request #3440 from mhillenbrand/fix_gemv_indices
Martin Kroeker [Thu, 4 Nov 2021 11:11:50 +0000 (12:11 +0100)]
Merge pull request #3440 from mhillenbrand/fix_gemv_indices

Fix flipped indices in benchmark for gemv

2 years agoFix miscounting of threadpool size on Linux with OMP_PROC_BIND=TRUE (#3437)
Martin Kroeker [Thu, 4 Nov 2021 11:11:16 +0000 (12:11 +0100)]
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

2 years agoFix flipped indices in benchmark for gemv
Marius Hillenbrand [Wed, 3 Nov 2021 11:45:09 +0000 (12:45 +0100)]
Fix flipped indices in benchmark for gemv

Fixes #3439

2 years agoadd ARMV8SVE target
Bine Brank [Mon, 1 Nov 2021 21:53:21 +0000 (22:53 +0100)]
add ARMV8SVE target

2 years agoMerge pull request #3427 from mhillenbrand/zarch-detection-notes
Martin Kroeker [Mon, 1 Nov 2021 20:45:33 +0000 (21:45 +0100)]
Merge pull request #3427 from mhillenbrand/zarch-detection-notes

cpuid_zarch/hwcaps: add documentation and dump hwcaps in init

2 years agoMerge pull request #3434 from gxw-loongson/develop
Martin Kroeker [Mon, 1 Nov 2021 20:44:49 +0000 (21:44 +0100)]
Merge pull request #3434 from gxw-loongson/develop

Add cblas_{c/z}srot cblas_{c/z}rotg support

2 years agoAdd cblas_{c/z}srot cblas_{c/z}rotg support
gxw [Mon, 1 Nov 2021 12:15:42 +0000 (20:15 +0800)]
Add cblas_{c/z}srot cblas_{c/z}rotg support

2 years agofix sve dgemm kernel + sve dtrmm
Bine Brank [Sun, 31 Oct 2021 09:24:25 +0000 (10:24 +0100)]
fix sve dgemm kernel + sve dtrmm

2 years agoFix nvidia HPC version checks
Martin Kroeker [Sat, 30 Oct 2021 15:31:19 +0000 (17:31 +0200)]
Fix nvidia HPC version checks

2 years agoadded SVE ncopy and tcopy
Bine Brank [Sat, 30 Oct 2021 10:11:44 +0000 (12:11 +0200)]
added SVE ncopy and tcopy

2 years agoFix exported OpenBLASTargets.cmake
Mehdi Chinoune [Fri, 29 Oct 2021 20:28:21 +0000 (21:28 +0100)]
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.

2 years agoAdjust compiler options for nvidia hpc 21.9 (and fix a long-standing typo in dynamic_...
Martin Kroeker [Fri, 29 Oct 2021 14:39:03 +0000 (16:39 +0200)]
Adjust compiler options for nvidia hpc 21.9 (and fix a long-standing typo in dynamic_arch settings)

2 years agocpuid_zarch/hwcaps: add documentation and dump hwcaps in init
Marius Hillenbrand [Wed, 27 Oct 2021 15:26:28 +0000 (17:26 +0200)]
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>
2 years agoMerge pull request #3426 from martin-frbg/pr3424
Martin Kroeker [Thu, 28 Oct 2021 05:31:12 +0000 (07:31 +0200)]
Merge pull request #3426 from martin-frbg/pr3424

Add runtime DYNAMIC_ARCH cpu detection for Tiger Lake H

2 years agoAdd model number for Tiger Lake H (mobile variant)
Martin Kroeker [Wed, 27 Oct 2021 20:17:58 +0000 (22:17 +0200)]
Add model number for Tiger Lake H (mobile variant)

2 years agoadd sve dgemm prototype
Bine Brank [Wed, 27 Oct 2021 14:37:18 +0000 (16:37 +0200)]
add sve dgemm prototype

2 years agoMerge pull request #3424 from Neutron3529/patch-1
Martin Kroeker [Wed, 27 Oct 2021 14:28:12 +0000 (16:28 +0200)]
Merge pull request #3424 from Neutron3529/patch-1

auto-detect for Intel i7-11800H

2 years agoMerge pull request #3423 from mhillenbrand/fix-static-detection
Martin Kroeker [Wed, 27 Oct 2021 14:27:47 +0000 (16:27 +0200)]
Merge pull request #3423 from mhillenbrand/fix-static-detection

s390x: use DYNAMIC_ARCH's cpu detection for compile-time choice

2 years agoauto-detect for Intel i7-11800H
Neutron3529 [Wed, 27 Oct 2021 06:16:37 +0000 (14:16 +0800)]
auto-detect for Intel i7-11800H

2 years agos390x: use DYNAMIC_ARCH's cpu detection for compile-time choice
Marius Hillenbrand [Tue, 26 Oct 2021 13:19:49 +0000 (15:19 +0200)]
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>
2 years agoMerge pull request #3422 from martin-frbg/issue3421
Martin Kroeker [Mon, 25 Oct 2021 21:37:28 +0000 (23:37 +0200)]
Merge pull request #3422 from martin-frbg/issue3421

Revert invalid trsv shortcut from PR #3252

2 years agoRevert #3252
Martin Kroeker [Sun, 24 Oct 2021 21:57:06 +0000 (23:57 +0200)]
Revert #3252

2 years agoMerge pull request #3420 from martin-frbg/issue3419
Martin Kroeker [Wed, 20 Oct 2021 10:00:06 +0000 (12:00 +0200)]
Merge pull request #3420 from martin-frbg/issue3419

Revert wrong ZTRSV optimization from #3252

2 years agoRemove dangerous optimization from previous #3252 - buffer is never unused here
Martin Kroeker [Wed, 20 Oct 2021 08:50:02 +0000 (10:50 +0200)]
Remove dangerous optimization from previous #3252 - buffer is never unused here

2 years agoMerge pull request #3418 from martin-frbg/issue2927-2
Martin Kroeker [Wed, 20 Oct 2021 06:23:53 +0000 (08:23 +0200)]
Merge pull request #3418 from martin-frbg/issue2927-2

Enable SVE for A64FX

2 years agoEnable SVE for A64FX
Martin Kroeker [Tue, 19 Oct 2021 21:23:40 +0000 (23:23 +0200)]
Enable SVE for A64FX

2 years agoAdd basic support for the Fujitsu A64FX (#3415)
Martin Kroeker [Mon, 18 Oct 2021 13:00:19 +0000 (15:00 +0200)]
Add basic support for the Fujitsu A64FX (#3415)

* Add initial support for Fujitsu A64FX as generic ARMV8

2 years agoMerge pull request #3416 from guowangy/spr-bf16
Martin Kroeker [Mon, 18 Oct 2021 12:59:21 +0000 (14:59 +0200)]
Merge pull request #3416 from guowangy/spr-bf16

sbgemm: add AMX-BF16 based kernel for Sapphire Rapids

2 years agosbgemm: spr: disable small matrix path by default
Wangyang Guo [Tue, 12 Oct 2021 08:18:37 +0000 (01:18 -0700)]
sbgemm: spr: disable small matrix path by default

2 years agosbgemm: spr: implement otcopy_16
Wangyang Guo [Thu, 23 Sep 2021 08:08:40 +0000 (01:08 -0700)]
sbgemm: spr: implement otcopy_16

2 years agosbgemm: spr: reuse ncopy_16 from cooperlake as incopy
Wangyang Guo [Sat, 18 Sep 2021 08:11:31 +0000 (01:11 -0700)]
sbgemm: spr: reuse ncopy_16 from cooperlake as incopy

2 years agosbgemm: spr: optimization for tmp_c buffer
Wangyang Guo [Sat, 18 Sep 2021 06:59:32 +0000 (23:59 -0700)]
sbgemm: spr: optimization for tmp_c buffer

2 years agosbgemm: spr: kernel handle alpha != 1.0
Wangyang Guo [Fri, 17 Sep 2021 07:48:52 +0000 (00:48 -0700)]
sbgemm: spr: kernel handle alpha != 1.0

2 years agosbgemm: spr: oncopy: use tile load/store instead
Wangyang Guo [Fri, 17 Sep 2021 03:08:42 +0000 (20:08 -0700)]
sbgemm: spr: oncopy: use tile load/store instead

2 years agosbgemm: spr: only load A once in tail_k handling
Wangyang Guo [Thu, 16 Sep 2021 08:04:01 +0000 (01:04 -0700)]
sbgemm: spr: only load A once in tail_k handling

2 years agosbgemm: spr: process k2 and odd k at the same time
Wangyang Guo [Thu, 16 Sep 2021 06:59:38 +0000 (23:59 -0700)]
sbgemm: spr: process k2 and odd k at the same time

2 years agosbgemm: spr: enlarge P to 256 for performance
Wangyang Guo [Thu, 16 Sep 2021 03:29:49 +0000 (20:29 -0700)]
sbgemm: spr: enlarge P to 256 for performance

2 years agosbgemm: spr: oncopy: avoid handling too much pointer at a time
Wangyang Guo [Thu, 16 Sep 2021 02:36:02 +0000 (19:36 -0700)]
sbgemm: spr: oncopy: avoid handling too much pointer at a time

2 years agosbgemm: spr: reduce tile conf loading by seperate tail k handling
Wangyang Guo [Wed, 15 Sep 2021 08:11:15 +0000 (01:11 -0700)]
sbgemm: spr: reduce tile conf loading by seperate tail k handling

2 years agosbgemm: spr: tuning for blocking params
Wangyang Guo [Mon, 13 Sep 2021 08:44:53 +0000 (01:44 -0700)]
sbgemm: spr: tuning for blocking params

2 years agosbgemm: spr: kernel works for NN case when alpha is 1.0
Wangyang Guo [Mon, 13 Sep 2021 02:22:58 +0000 (19:22 -0700)]
sbgemm: spr: kernel works for NN case when alpha is 1.0

2 years agosbgemm: spr: kernel works for m32 in NN case
Wangyang Guo [Fri, 10 Sep 2021 08:14:05 +0000 (01:14 -0700)]
sbgemm: spr: kernel works for m32 in NN case

2 years agosbgemm: spr: implement oncopy_16
Wangyang Guo [Thu, 9 Sep 2021 02:41:12 +0000 (19:41 -0700)]
sbgemm: spr: implement oncopy_16

2 years agosbgemm: spr: add dummy source files
Wangyang Guo [Tue, 7 Sep 2021 02:48:23 +0000 (19:48 -0700)]
sbgemm: spr: add dummy source files

2 years agoAdd march/mtune flags for clang builds on ARM64 as well (#3414)
Martin Kroeker [Sun, 17 Oct 2021 22:26:14 +0000 (00:26 +0200)]
Add march/mtune flags for clang builds on ARM64 as well (#3414)

* Add march/mtune flags for clang as well

2 years agoMerge pull request #3404 from guowangy/spr-build
Martin Kroeker [Sun, 17 Oct 2021 21:05:11 +0000 (23:05 +0200)]
Merge pull request #3404 from guowangy/spr-build

Initial build support for Sapphire Rapids

2 years agoMerge pull request #3413 from MehdiChinoune/cmake-readibiltiy
Martin Kroeker [Sun, 17 Oct 2021 20:46:48 +0000 (22:46 +0200)]
Merge pull request #3413 from MehdiChinoune/cmake-readibiltiy

[NFC] Improve CMakeLists.txt file readibility

2 years ago[NFC] Improve CMakeLists.txt file readibility
Mehdi Chinoune [Sun, 17 Oct 2021 04:19:30 +0000 (05:19 +0100)]
[NFC] Improve CMakeLists.txt file readibility

Add some extra lines and indentations.

2 years agoMerge pull request #3411 from MehdiChinoune/both_shared_static
Martin Kroeker [Sun, 17 Oct 2021 18:07:14 +0000 (20:07 +0200)]
Merge pull request #3411 from MehdiChinoune/both_shared_static

Support building both static and shared libraries

2 years agoSupport building both static and shared libraries
Mehdi Chinoune [Sat, 16 Oct 2021 07:33:47 +0000 (08:33 +0100)]
Support building both static and shared libraries

2 years agoMerge pull request #3410 from MehdiChinoune/mingw-clang-64
Martin Kroeker [Sat, 16 Oct 2021 11:52:41 +0000 (13:52 +0200)]
Merge pull request #3410 from MehdiChinoune/mingw-clang-64

Fix MinGW/Clang 64 bits detection.

2 years agoFix MinGW/Clang 64 bits detection.
مهدي شينون (Mehdi Chinoune) [Sat, 16 Oct 2021 06:55:10 +0000 (07:55 +0100)]
Fix MinGW/Clang 64 bits detection.

CMAKE_COMPILER_IS_GNUCC is only valid for GCC.

2 years agoFix build error in legacy gcc
Wangyang Guo [Tue, 12 Oct 2021 09:01:20 +0000 (02:01 -0700)]
Fix build error in legacy gcc

2 years agoAdd NO_AVX=1 fallbacks to Sapphire Rapids build
Wangyang Guo [Tue, 12 Oct 2021 08:39:09 +0000 (01:39 -0700)]
Add NO_AVX=1 fallbacks to Sapphire Rapids build

2 years agoinitial support for Sapphire Rapids platform
Wangyang Guo [Fri, 3 Sep 2021 07:39:50 +0000 (00:39 -0700)]
initial support for Sapphire Rapids platform