Chip Kerchner
|
61c8e19f95
|
Fix Makefile to support OpenMP on AIX for xlc (clang) with xlf.
|
1 year ago |
Martin Kroeker
|
d1343302bd
|
Merge pull request #4465 from XiWeiGu/utest-zscal
utest: Add tests for zscal
|
1 year ago |
gxw
|
969601a1dc
|
X86_64: Fixed bug in zscal
Fixed handling of NAN and INF arguments when
inc is greater than 1.
|
1 year ago |
Martin Kroeker
|
98c9ff3194
|
Merge pull request #4464 from XiWeiGu/loongarch64-zscal
LoongArch64: Handle NAN and INF
|
1 year ago |
Martin Kroeker
|
9f0630187a
|
Merge pull request #4463 from XiWeiGu/loongarch64-zamax-zamin
Loongarch64: amax and amin
|
1 year ago |
gxw
|
bb043a021f
|
utest: Add tests for zscal
|
1 year ago |
gxw
|
83ce97a4ca
|
LoongArch64: Handle NAN and INF
|
1 year ago |
gxw
|
3d4dfd0085
|
Benchmark: Rename the executable file names for {sc/dz}a{min/max}
No interface named {c/z}a{min/max}, keeping it would
cause ambiguity
|
1 year ago |
gxw
|
a79d117405
|
LoogArch64: Fixed bug for {s/d}amin
|
1 year ago |
gxw
|
519ea6e87a
|
utest: Add utest for the {sc/dz}amax and {s/d/sc/dz}amin
|
1 year ago |
Martin Kroeker
|
8892121130
|
Merge pull request #4462 from martin-frbg/issue4449
Use +sve in arch declarations of the fallback paths for SVE targets
|
1 year ago |
Martin Kroeker
|
48a4c4d454
|
Use +sve in arch declarations of the fallback paths for SVE targets
|
1 year ago |
gxw
|
276e3ebf9e
|
LoongArch64: Add dzamax and dzamin opt
|
1 year ago |
Martin Kroeker
|
d6a5174e9c
|
Merge pull request #4447 from RevySR/update-thead-toolchains
Update T-Head toolchains v2.8.0
|
1 year ago |
Han Gao/Revy/Rabenda
|
304a9b60af
|
Update T-Head toolchains v2.8.0
Signed-off-by: Han Gao/Revy/Rabenda <rabenda.cn@gmail.com>
|
1 year ago |
Martin Kroeker
|
f5de4fad27
|
Merge pull request #4444 from Mousius/part-mapping
Add dynamic support for Arm(R) Neoverse(TM) V2 processor
|
1 year ago |
Chris Sidebottom
|
aaf65210cc
|
Add dynamic support for Arm(R) Neoverse(TM) V2 processor
Whilst I figure out how best to map the L2 parameters without
duplicating all of `ARMV8SVE`, lets just map this to `NEOVERSEV1`.
|
1 year ago |
Martin Kroeker
|
500442cf96
|
Merge pull request #4442 from pbo-linaro/fix-utest-compilation
Fix utest compilation
|
1 year ago |
Pierrick Bouvier
|
a4992e09bc
|
Fix utest compilation
Introduced recently when adding new test cases for ZSCAL
- include cblas is needed for cblas_zscal
- ASSERT macro does not exist
- missing closing )
|
1 year ago |
Martin Kroeker
|
6f0e0e4021
|
Merge pull request #4438 from Dirreke/csky-support
Add CSKY support
|
1 year ago |
Martin Kroeker
|
43cb266178
|
Merge pull request #4441 from martin-frbg/gemv-threshold
Increase multithreading threshold for S/DGEMV by a factor of 50
|
1 year ago |
Martin Kroeker
|
d2fc4f3b4d
|
Increase multithreading threshold by a factor of 50
|
1 year ago |
Martin Kroeker
|
ec46ca7a43
|
Support Arm Compiler for Linux as classic flang (#4436)
* Support ArmCompilerforLinux as classic flang
|
1 year ago |
Dirreke
|
ec89466e14
|
Add CSKY support
|
1 year ago |
Martin Kroeker
|
452741b67f
|
Merge pull request #4435 from imciner2/im/sapphire
Fix Clang sapphire rapids march flag
|
1 year ago |
Ian McInerney
|
8f4e325ea8
|
Fix Clang sapphire rapids march flag
|
1 year ago |
Martin Kroeker
|
13c764eaaa
|
Merge pull request #4434 from martin-frbg/issue4433
Only use mtune=native in ARM64 fallback paths when not cross-compiling
|
1 year ago |
Martin Kroeker
|
025a1b2c7b
|
Only use mtune=native when not cross-compiling
|
1 year ago |
Martin Kroeker
|
2527afaaa2
|
Merge pull request #4429 from martin-frbg/issue4428
Handle NAN and INF in ARM and generic/s390x ZSCAL
|
1 year ago |
Martin Kroeker
|
0d2e486edf
|
Handle NAN and INF
|
1 year ago |
Martin Kroeker
|
a782103b9c
|
Merge pull request #4425 from martin-frbg/issue2392
Add BLAS extension openblas_set_num_threads_local()
|
1 year ago |
Martin Kroeker
|
152a6c43b6
|
Add blas_omp_threads_local
|
1 year ago |
Martin Kroeker
|
8a9d492af7
|
Add default for blas_omp_threads_local
|
1 year ago |
Martin Kroeker
|
b3341527ad
|
Merge pull request #4426 from martin-frbg/issue4415
Tweak LAPACK tests for SGS/DGS to avoid spurious errors resulting from FMA-induced inaccuracies
|
1 year ago |
Martin Kroeker
|
9fab60d32f
|
Remove matrix dimension 6 from SGS to avoid spurious errors from FMA
|
1 year ago |
Martin Kroeker
|
bf66af3dc0
|
remove matrix dimension 6 from DGS to avoid spurious errors from FMA
|
1 year ago |
Martin Kroeker
|
87d31af2ae
|
Add openblas_set_num_threads_local()
|
1 year ago |
Martin Kroeker
|
2e2e538b7c
|
Add openblas_set_num_threads_local() and use of blas_omp_threads_local in OMP parallel regions
|
1 year ago |
Martin Kroeker
|
f9b2d7f225
|
Merge pull request #3253 from wi24rd/patch-1
Fix typo in common.h
|
1 year ago |
Martin Kroeker
|
5f5b7c4f45
|
Merge pull request #4423 from martin-frbg/issue4422
Check compiler support for AVX512BF16 and base COL/SPR kernel choice on that
|
1 year ago |
Martin Kroeker
|
f31bea07dd
|
Merge pull request #4419 from martin-frbg/issue4413
[WIP] Add fixes and utests for ZSCAL with NaN or Inf arguments
|
1 year ago |
Martin Kroeker
|
20413ee6ec
|
Update zscal.c
|
1 year ago |
Martin Kroeker
|
b57627c27f
|
Handle NAN and INF
|
1 year ago |
Martin Kroeker
|
d1ead06bd8
|
define NAN and INFINITY if needed
|
1 year ago |
Martin Kroeker
|
995a990e24
|
Make AVX512 BFLOAT16 kernels conditional on compiler capability
|
1 year ago |
Martin Kroeker
|
1dada6d65d
|
Add compiler test and flag for AVX512BF16 capability
|
1 year ago |
Martin Kroeker
|
7df363e1e2
|
temporarily disable the MSA C/ZSCAL kernels
|
1 year ago |
Martin Kroeker
|
3599f2de8b
|
Merge pull request #4421 from ChipKerchner/power10Copies_DGEMM
Replace two vector loads with one vector pair load and fix endianess of stores - DGEMM PowerPC versions.
|
1 year ago |
Chip-Kerchner
|
5c5c1a1220
|
Merge remote-tracking branch 'origin/develop' into power10Copies_DGEMM
|
1 year ago |
Chip-Kerchner
|
058dd2a4cb
|
Replace two vector loads with one vector pair load and fix endianess of stores - DGEMM versions.
|
1 year ago |