Martin Kroeker
d93cf7f23c
fix defines for CORTEX-X
3 years ago
Martin Kroeker
48e421934f
CortexX1 is only ArmV8
3 years ago
Martin Kroeker
115bc9b98f
CortexX1 is ARMV8 like A7x
3 years ago
Martin Kroeker
848722926c
CortexX1 is only ARMV8
3 years ago
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…
3 years ago
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>
3 years ago
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
3 years ago
Martin Kroeker
b3b4672c30
Add initial support for Phytium FT2000 series and ARMV9 Cortex 510/710/X1/X2
3 years ago
Martin Kroeker
57dd92a662
Add initial support for ARMV9 Cortex 510/710/X1/X2
3 years ago
Martin Kroeker
09b8545fc5
Add initial support for M1 on Linux, Phytium FT2xxx series, ARM Cortex 510/710/X1/X2
3 years ago
Martin Kroeker
a3d2514b9a
Merge pull request #3585 from martin-frbg/issue3581
Revert accidental change of generic ARMV8 DGEMM parameters from #3425
3 years ago
Martin Kroeker
8d0f7f0176
Revert accidental change of generic ARMV8 DGEMM parameters from #3425
3 years ago
Martin Kroeker
153f8bc8da
Merge pull request #3584 from martin-frbg/ctestskip
Add a (CMAKE) option to skip the LAPACK testsuite and use it in Azure CI
3 years ago
Martin Kroeker
6c3842a891
Disable the LAPACK testsuite for the Windows clang/flang build as it takes too long
3 years ago
Martin Kroeker
4199ca728e
Add LAPACK-like option to omit the LAPACK testsuite
3 years ago
Martin Kroeker
34ecd967a5
Merge pull request #3580 from martin-frbg/dynx86_sbgemm
Remove extraneous (and wrong) definition of sbgemm_r on x86_64
3 years ago
Martin Kroeker
2519c9d93f
Merge pull request #3579 from martin-frbg/issue3557-2
Fix malfunctioning AVX512 check
3 years ago
Martin Kroeker
40302558ed
Remove extraneous (and wrong) definition of sbgemm_r on x86_64
3 years ago
Martin Kroeker
b79b99d695
Merge branch 'xianyi:develop' into issue3557-2
3 years ago
Martin Kroeker
c87a4dbf35
Fix checks for AVX512 and atomics
3 years ago
Martin Kroeker
93a81856ae
Revert AVX512 capability check from PR #1980 (moved to build)
3 years ago
Martin Kroeker
9fbeb88fb8
Utilize compiler AVX512 capability info from c_check when building getarch
3 years ago
Martin Kroeker
4cb302a596
Merge pull request #3561 from AlessioZanga/patch-msvc
Remove MSVC limitation
3 years ago
Martin Kroeker
f67977a323
Merge pull request #3576 from martin-frbg/cmaketestbom
Skip BLAS tests if Windows powershell added a BOM
3 years ago
Martin Kroeker
0ee2d15fdb
Merge pull request #3577 from martin-frbg/azure_win2022
Update Windows jobs in Azure CI to use Windows2022
3 years ago
Martin Kroeker
a0e86adf93
Update Windows jobs in Azure CI to use Windows2022
3 years ago
Martin Kroeker
2408315d10
Skip tests if Windows powershell added a BOM
3 years ago
Martin Kroeker
694f6c5c8d
Merge pull request #3574 from AdamNiederer/fix-dynamic-list-compilation
Fix broken elif in dynamic.c
3 years ago
Adam Niederer
69f2ac4ea2
Fix broken elif in dynamic.c
This fixes compilation in the following case:
$(MAKE) USE_OPENMP=1 USE_THREAD=1 NO_LAPACK=0 DYNAMIC_ARCH=1 \
DYNAMIC_LIST="HASWELL SKYLAKEX ATOM COOPERLAKE SAPPHIRERAPIDS ZEN"
3 years ago
Martin Kroeker
501bf31e3e
Merge pull request #3567 from cenewcombe/develop
Fix unsafe read of Y in zsymv_L_sse2.S
3 years ago
Caroline Newcombe
5cc1111383
fix unsafe read of Y in assembly kernel
3 years ago
Martin Kroeker
8d5a9c2f98
Merge pull request #3565 from jonaszhou1/develop
Support Zhaoxin/Centaur kh40000 as ZEN
3 years ago
Martin Kroeker
9dcd8aeb7a
Merge pull request #3566 from martin-frbg/configtls
Report USE_TLS in get_config output if set
3 years ago
Martin Kroeker
bf4642eb7e
Report USE_TLS if set
3 years ago
JonasZhou
2d0ad89b0d
Support Zhaoxin/Centaur kh40000 as ZEN
Signed-off-by: JonasZhou <JonasZhou@zhaoxin.com>
4 years ago
AlessioZanga
ed2871cb71
Change `BUILD_WITHOUT_LAPACK` to `OFF` by default
4 years ago
Alessio Zanga
ed8c028f7f
Remove MSVC limitation
4 years ago
Martin Kroeker
1ef97c470c
Merge pull request #3550 from guowangy/smatrix-mask-fix
Small Matrix: use proper inline asm input constraint for AVX512 mask
4 years ago
Wangyang Guo
225683218c
Small Matrix: use proper inline asm input constraint for AVX512 mask
4 years ago
Martin Kroeker
10b0428b2c
Merge pull request #3549 from martin-frbg/issue3543
Annotate LAPACKE_lsame with attribute const for GCC(+compatible)
4 years ago
Martin Kroeker
9c3e0bf319
Merge pull request #3548 from martin-frbg/rela-gemmt
Enable the ?GEMMT functions in ReLAPACK
4 years ago
Martin Kroeker
1c1ffb0591
Annotate LAPACKE_lsame with the const attribute for GCC and compatible compilers
4 years ago
Martin Kroeker
4058f32492
Fix xGEMMT argument lists
4 years ago
Martin Kroeker
35d5105922
Enable xGEMMT functions
4 years ago
Martin Kroeker
ab304cca69
Merge pull request #3547 from martin-frbg/issue3540-2
More build fixes for CooperLake with BFLOAT16 and DYNAMIC_ARCH
4 years ago
Martin Kroeker
9c626e466e
really fix definition of SHUFFLE_MAGIC_NO
4 years ago
Martin Kroeker
0698212c8c
Remove stray $
4 years ago
Martin Kroeker
9d7429406f
Declare SHUFFLE_MAGIC_NO as const to placate clang
4 years ago
Martin Kroeker
d9894f45d3
Define sbgemm_r to fix DYNAMIC_ARCH builds
4 years ago
Martin Kroeker
522f809825
Merge pull request #3542 from martin-frbg/issue3540
Fix compilation for CooperLake on Windows/clang
4 years ago