Martin Kroeker
2a62d2df96
Enable use of AVX512 microkernels with NVIDIA HPC from version 22.3
2 years ago
steppi
76aa6bac4d
Fix cirun url [skip actions]
2 years ago
Martin Kroeker
849c8806b8
Merge pull request #4161 from Mousius/non-sve-kernels
Use latest non-SVE kernels in ARMV8SVE
2 years ago
Martin Kroeker
b1f6c4a1e4
Merge pull request #4160 from Mousius/sve-sniff
Add ARMV8SVE to AArch64 Dynamic Dispatch
2 years ago
Martin Kroeker
9ff84dc3f2
remove unused status variable
2 years ago
Martin Kroeker
94adf98bb8
remove unused status variable
2 years ago
Martin Kroeker
3326b924b3
remove status variable blas_num_threads_set; initialize openmp thread maximum on startup
2 years ago
Martin Kroeker
ea669c8ae9
simplify openmp thread limit handling
2 years ago
Chris Sidebottom
24586bc4ff
Disambiguate whilelt
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
Chris Sidebottom
aea2a4622b
Use latest non-SVE kernels in ARMV8SVE
These are generally better and, in some cases, include threading which helps in the cores we're targeting here.
2 years ago
steppi
42cbcf58bf
EMPTY: [skip ci] [skip cirrus]
2 years ago
steppi
b92033e3be
EMPTY: [skip ci]
2 years ago
steppi
7c8ea130a3
Set up cirun workflow for arm64 graviton
2 years ago
martin-frbg
7976deff80
Fix file permissions (issue 4095)
2 years ago
martin-frbg
fec4867748
Fix file permissions (issue 4095)
2 years ago
Martin Kroeker
25037ae875
Fix actual arguments in some LAPACK procedure calls (Reference-LAPACK PR 885) ( #4155 )
* Fix actual arguments (Reference-LAPACK PR 885)
2 years ago
Martin Kroeker
bd01dc354b
Merge pull request #4151 from martin-frbg/issue4101
Ensure that early calls to blas_set_num_threads will not overwrite unrelated memory
2 years ago
Martin Kroeker
3bdcf3259d
Merge branch 'xianyi:develop' into issue4101
2 years ago
Martin Kroeker
5cb4f5940d
Merge pull request #4152 from martin-frbg/shutup-4098
Override the C910V DSDOT with generic code to get rid of the qemu precision error in CI
2 years ago
Martin Kroeker
76ef1672f8
Override DSDOT with generic code to get rid of qemu precision error
2 years ago
Martin Kroeker
8a27a274a1
Merge pull request #4150 from martin-frbg/armsve
Fix runtime detection in ARMV8 DYNAMIC_ARCH to check SVE capability
2 years ago
Martin Kroeker
b34f19a365
Ensure that a premature call to set_num_threads will not overwrite unrelated memory
2 years ago
Martin Kroeker
66904f8148
Ensure that a premature call will not overwrite unrelated memory
2 years ago
Martin Kroeker
5c58994eb2
Add fallback warning
2 years ago
Martin Kroeker
ca7199f249
Treat newer Neoverse as N1 if SVE unavailable (may be disabled in container/cloud env)
2 years ago
Martin Kroeker
9e81a3a0a2
Merge pull request #4100 from martin-frbg/cirrusm1gccmake
Cirrus CI: Add Apple M1 build using gcc,gmake and OpenMP
2 years ago
Martin Kroeker
ada9e442eb
Add Apple M1 build using gcc,gmake and OpenMP
2 years ago
Martin Kroeker
81228fc586
Merge pull request #4147 from martin-frbg/aldern
Support Alder Lake N (family 6 exmodel 11 model 14) as Haswell
2 years ago
Martin Kroeker
8da6aca2ec
Support Alder Lake N (fam 6 exmodel 11 model 14) as Haswell
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
Martin Kroeker
0a637cc403
Fix workspace query corner cases to always return at least 1 (Reference-LAPACK PR 883) ( #4146 )
* Fix workspace query corner cases to always return at least 1
2 years ago
Martin Kroeker
4c43d1eeba
Fix C prototypes and LAPACKE headers for ?GEDMD/?GEDMDQ ( #4134 )
* Fix prototypes for ?GEDMD/?GEDMDQ and their LAPACKE interfaces
2 years ago
Martin Kroeker
49077e7bde
Merge pull request #4145 from martin-frbg/issue4144
Restore zero-initialization of variables in generic ztrsm_utcopy
2 years ago
Martin Kroeker
3d31191b0f
Work around Clang failing to disambiguate SVE intrinsics and add AppleClang crossbuild to MacOS/arm64 DYNAMIC_ARCH in AzureCI ( #4140 )
* Add AppleClang crossbuild to MacOS/arm64 DYNAMIC_ARCH
* add casts to disambiguate svwhilelt for clang
2 years ago
Martin Kroeker
04cdf5efb4
fix typo and missing declaration
2 years ago
Martin Kroeker
5e1103b8d7
Update rotg.c
2 years ago
Martin Kroeker
cfa0a80664
Restore initialization of data variables
2 years ago
Martin Kroeker
9567305e4c
Restore initialization of data01,data02
2 years ago
Martin Kroeker
4cc232bb07
Merge branch 'xianyi:develop' into issue4130
2 years ago
Martin Kroeker
7c75c8b2fe
fix truncated edit
2 years ago
Martin Kroeker
0f2ce93904
typo fix
2 years ago
Martin Kroeker
affeef0b9c
Fix gmake build not always picking the right ARM64 arch options for clang ( #4136 )
* Fix gcc version checks erroneously excluding clang
* Avoid some mtune names not supported by (Apple)Clang
2 years ago
Martin Kroeker
e08743d977
Update to use safe scaling algorithm from Reference-LAPACK PR 527
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
494313e75e
Merge pull request #4138 from martin-frbg/fix4126
Add converted C versions of C/ZRSCL to fix build errors introduced by PR4126
2 years ago
Martin Kroeker
afef854863
Add C versions of C/ZRSCL
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