Martin Kroeker
e8db1fe89b
Merge pull request #3943 from martin-frbg/llvm15
Add clang option to avoid running out of registers in AVX512 assembly
2 years ago
Martin Kroeker
de937b3194
Add clang option to avoid running out of registers in AVX512 assembly
2 years ago
Martin Kroeker
f3d21039ce
Improve fix from PR3924 ( #3941 )
* compare denominator against DBL_MIN rather than a somewhat arbitrary small number near it
2 years ago
Martin Kroeker
8d6813ec41
Merge pull request #3938 from martin-frbg/issue3937
Fix CMAKE-based cross-compilation to CortexA53 (wrong DGEMM setting)
2 years ago
Martin Kroeker
19d6795122
Merge pull request #3936 from martin-frbg/issue3933
Observe any stricter (OpenMP) thread count limit imposed by openblas_set_num_threads()
2 years ago
Martin Kroeker
50c263716e
Correct DGEMM_UNROLL_M value for A53 in cross-compile
2 years ago
Martin Kroeker
e298d613fa
initialize status variable for openblas_set_num_threads
2 years ago
Martin Kroeker
05aa88268f
add status variable for openblas_set_num_threads
2 years ago
Martin Kroeker
9f9d0012a3
observe thread limit imposed by openblas_set_num_threads()
2 years ago
Martin Kroeker
fe5d3ca8e0
Merge pull request #3935 from martin-frbg/omp_place_num
Fix OpenMP thread counting returning places rather than cores
2 years ago
Martin Kroeker
e38ab079a0
Fix OpenMP thread counting returning places rather than cores
2 years ago
Martin Kroeker
9feaaa3f39
Merge pull request #3932 from martin-frbg/issue3931
Handle unrecognized ASM compiler (from Arm Compiler 22.1) in CMAKE builds
2 years ago
Martin Kroeker
8272dfc552
Handle unrecognized ASM compiler (from Arm Compiler 22.1)
2 years ago
Martin Kroeker
f616c86404
Merge pull request #3930 from sergei-lewis/dot-kernel-early-bail
dot.c early bail fix
2 years ago
Sergei Lewis
cb0a70e0e2
dot.c early bail fix
2 years ago
Martin Kroeker
5925178d03
Merge pull request #3924 from martin-frbg/numpy22025
Avoid overflow from division in GETF2 potentially causing NaN
2 years ago
Zhang Xianyi
f58080278f
Merge pull request #3923 from xctan/fix-cmake-riscv64
Add missing RISC-V architecture in arch.cmake
2 years ago
Martin Kroeker
3d27cbd9a3
avoid overflow in division
2 years ago
Martin Kroeker
a39ced0551
avoid overflow in division
2 years ago
xctan
6a0de3aa39
Add missing RISC-V architecture in arch.cmake
RISC-V support exists in Makefile.system but is missing in arch.cmake. This patch adds riscv64 platform support to cmake building system just like 039e27545f/Makefile.system (L830-L832) did.
2 years ago
Martin Kroeker
039e27545f
Merge pull request #3915 from martin-frbg/issue3910
Fix DYNAMIC_ARCH builds that select only a subset of precisions
2 years ago
Martin Kroeker
38d6fb4225
Fix dependencies in builds with specified subsets of precision types
2 years ago
Martin Kroeker
75d5e3eaf5
Replace ifdefs and fix conditional definitions for including only selected precisions in DYNAMIC_ARCH
2 years ago
Martin Kroeker
c0f3417725
make SLARMM/DLARMM available to complex-only builds
2 years ago
Martin Kroeker
e412bee313
fix GEMM kernel dependencies in builds that use only a subset of precisions
2 years ago
Martin Kroeker
69256c2b6c
fix GEMM kernel dependencies in builds for a subset of precisions
2 years ago
Martin Kroeker
d80adf253e
make SSYMV available to BUILD_DOUBLE-only builds
2 years ago
Martin Kroeker
5481c328e8
fix DYNAMIC_ARCH builds that use only a subset of precisions
2 years ago
Martin Kroeker
ee44082827
fix DYNAMIC_ARCH builds that use only a subset of precisions
2 years ago
Martin Kroeker
fa5ff7d199
slarmm/dlarmm are needed by COMPLEX/COMPLEX16-only builds too
2 years ago
Martin Kroeker
cb76be5bd0
Merge pull request #3914 from martin-frbg/lapack798
Fix bug in complex precision tests (c|z)het21 (Reference-LAPACK PR798)
2 years ago
Martin Kroeker
1946eb4f44
Fix bug in complex precision tests (c|z)het21
2 years ago
Martin Kroeker
10be02c896
Merge pull request #3909 from martin-frbg/lapack796
Fix ill-conditioned matrix in LIN testsuite test_rfp (LAPACK PR 796)
3 years ago
Martin Kroeker
85a03675f6
Fix ill-conditioned test matrix for DIAG=U in LIN testsuite test_rfp (LAPACK 678/796)
3 years ago
Martin Kroeker
fa3bc574d1
Merge pull request #3907 from martin-frbg/lapack794
Fix double subtraction of N_DEFLATE from istop in ?LAQZ0 (LAPACK 794)
3 years ago
Martin Kroeker
15c2571c93
Merge pull request #3906 from martin-frbg/lapack782
Fix warnings and delete unneeded tests in LAPACKE ?LARFB (LAPACK PR782)
3 years ago
Martin Kroeker
24ceb0fc40
Fix double subtraction of N_DEFLATE from istop in ?LAQZ0 (LAPACK 794)
3 years ago
Martin Kroeker
f0f40a599c
Suppress warnings and delete unnecessary tests (LAPACK PR782)
3 years ago
Martin Kroeker
2158dc64a3
Merge pull request #3904 from martin-frbg/issue3901
Don't add -tp for the nvc compiler if there is one already in CFLAGS
3 years ago
Martin Kroeker
ebe50458f3
Do not add a -tp to the flags of the nvc compiler if there is one already in CFLAGS
3 years ago
Martin Kroeker
3dec11c669
Merge pull request #3902 from haampie/fix/parallel-build
fix shared and tests prereqs
3 years ago
Harmen Stoppels
bb7ae98dfd
fix shared and tests prereqs
3 years ago
Martin Kroeker
fdc1cdb102
Merge pull request #3898 from martin-frbg/zen4fix
Fix compiler option setting for AVX512-capable ZEN targets
3 years ago
Martin Kroeker
60dfba0d92
Merge pull request #3897 from martin-frbg/cortexx3-id
Add cpuid support for Cortex A715 and X3 by aliasing to A710/X2
3 years ago
Martin Kroeker
19a696f8fe
fix nested conditionals
3 years ago
Martin Kroeker
e964ebd0d0
Add compiler option for AVX512-capable Ryzen(4)
3 years ago
Martin Kroeker
8e8651f0a5
Supply necessary gcc option for AVX512-capable Ryzens
3 years ago
Martin Kroeker
9ecfa94744
Add part numbers for A715 and X3 aliased to A710/X2
3 years ago
Martin Kroeker
6876360a7a
Merge pull request #3896 from antonio-rojas/patch-1
Fix USE_PERL option usage
3 years ago
Martin Kroeker
ab3399d0c3
Merge pull request #3895 from martin-frbg/issue3892
Fix linking to libm with CMAKE
3 years ago