Martin Kroeker
2787c9f8e4
Disable GEMM3M for generic targets (not implemented)
1 year ago
Martin Kroeker
4e9144b39f
Update .cirrus.yml ( #4735 )
* Update versions (and paths) of XCode, and update FreeBSD version
1 year ago
Martin Kroeker
0c2ac76a63
Merge pull request #4734 from XiWeiGu/loongarch64_small_matrix
LoongArch: DGEMM small matrix opt
1 year ago
Martin Kroeker
913be34bf0
Merge pull request #4733 from martin-frbg/issue4719
Drop the -static Fortran flag from generic RISCV builds as it breaks OpenMP
1 year ago
gxw
8ab2e9ec65
LoongArch: DGEMM small matrix opt
2 years ago
Martin Kroeker
df87aeb5a2
Drop the -static Fortran flag from generic builds as it breaks OpenMP
1 year ago
Martin Kroeker
3a3ff1ba5e
Merge pull request #4732 from martin-frbg/issue4731
fix conflicting types for cblas_sbgemm_batch
1 year ago
Martin Kroeker
db9f7bc552
fix float array types to include bfloat16
1 year ago
Martin Kroeker
a9fae32a33
Merge pull request #4730 from jake-arkinstall/develop
Updated CONTRIBUTORS.md
1 year ago
Jake Arkinstall
44004178aa
Updated CONTRIBUTORS.md
As requested on X (https://x.com/KroekerMartin/status/1755218919290278185 )
1 year ago
Martin Kroeker
83bc8d5dd8
Merge pull request #4712 from RajalakshmiSR/zscalp10
POWER: Fix issues in zscal to address lapack failures
1 year ago
Martin Kroeker
56bd57ca99
Merge pull request #4720 from martin-frbg/issue3039
Resurrect and complete cblas_?gemm_batch
1 year ago
Martin Kroeker
6b564d53fd
Merge pull request #4727 from martin-frbg/issue4726
Fix another corner case of infinity handling in x86_64 ZSCAL
1 year ago
Martin Kroeker
db070a9223
add gemm_batch drivers
1 year ago
Martin Kroeker
076766df4e
Update CMakeLists.txt
1 year ago
Martin Kroeker
8c05765a5a
fix other corner cases where x=INF
1 year ago
Martin Kroeker
516743f7dc
fix other instances of mishandling INF
1 year ago
Martin Kroeker
9ff4e9714e
additional fixes for handling INF arguments
1 year ago
Martin Kroeker
ce130f11d2
Update zscal.c
1 year ago
Martin Kroeker
ab13cfef93
more fixes for infinite x
1 year ago
Martin Kroeker
a16f8249ba
add tests with the imaginary part of the array infinite
1 year ago
Martin Kroeker
ad2b5c67c8
fix another corner case involving infinity
1 year ago
Martin Kroeker
0d007adb18
fix clang_cl-flang job to use flang-new after the llvm update
1 year ago
Martin Kroeker
b9a1c9a06c
Merge pull request #4725 from Neumann-A/patch-1
Fix CMake warning
1 year ago
Martin Kroeker
ff6670cb83
don't generate non-cblas files for gemm_batch
1 year ago
Alexander Neumann
dd4505c5dd
Fix CMake warning
1 year ago
Martin Kroeker
362a063396
remove return value
1 year ago
Martin Kroeker
d0794f88dc
add gemm_batch driver
1 year ago
Martin Kroeker
833a8880c6
add cblas_?gemm_batch
1 year ago
Martin Kroeker
89c7bbcba6
add cblas_?gemm_batch
1 year ago
Martin Kroeker
103637887e
add cblas_?gemm_batch
1 year ago
Martin Kroeker
0073affe63
Merge pull request #4693 from goplanid/locks-improvement
Lock Management Improvements for Memory Allocation Efficiency
1 year ago
Martin Kroeker
834e633d79
Merge pull request #4718 from martin-frbg/issue4713
Override Intel icx's default fp-model to ensure correct handling on NaNs
1 year ago
Martin Kroeker
3833190454
Merge pull request #4716 from martin-frbg/lapack1018
Fix a potential bounds error in ?UNHR_COL/?ORHR_COL (Reference-LAPACK PR 1018)
1 year ago
Martin Kroeker
cf7e668fe8
Merge pull request #4709 from martin-frbg/docsbuildbranch
Don't try to deploy docs when PR-building in a fork
1 year ago
Martin Kroeker
8b4996a2d5
Override icx's default fast math mode to ensure correct NaN handling
1 year ago
Martin Kroeker
616cc28d82
Override icx's default fast math mode to ensure correct NaN handling
1 year ago
Martin Kroeker
772116879d
Merge pull request #4717 from bartoldeman/zscal-float-inf-fix
Replace use of FLT_MAX in x86_64 zscal.c by isinf()
1 year ago
Bart Oldeman
62f7b244ff
Replace use of FLT_MAX in x86_64 zscal.c by isinf()
Commit def4996 fixed issues with inf and nan values in zscal,
but used FLT_MAX, where DBL_MAX or isinf() is more appropriate,
as FLT_MAX is for single precision only.
Using FLT_MAX caused test case failures in the LAPACK tests.
isinf() is consistent with the later fix 969601a1
1 year ago
Martin Kroeker
7ebbe3cc72
Fix potential bounds error (Reference-LAPACK PR 1018)
1 year ago
Martin Kroeker
791e015024
Fix potential bounds error (Reference-LAPACK PR 1018)
1 year ago
Martin Kroeker
4dd715d220
Fix potential bounds error (Reference-LAPACK PR 1018)
1 year ago
Martin Kroeker
e2c1a1e269
Fix potential bounds error (Reference-LAPACK PR 1018)
1 year ago
Rajalakshmi Srinivasaraghavan
e112191b54
POWER: Fix issues in zscal to address lapack failures
This patch fixes following lapack failures with clang compiler on POWER.
zed.out: ZVX: 18 out of 5190 tests failed to pass the threshold
zgd.out: ZGV drivers: 25 out of 1092 tests failed to pass the threshold
zgd.out: ZGV drivers: 6 out of 1092 tests failed to pass the threshold
1 year ago
Martin Kroeker
172d91846f
Don't try to deploy docs in a fork
1 year ago
Martin Kroeker
700ea74a37
Merge pull request #4705 from martin-frbg/issue4703
Fix INTERFACE64 builds on Loongarch64
1 year ago
Martin Kroeker
aa259b141d
Merge pull request #4704 from amritahs-ibm/saxpy_perf_fix
Fix regression SAXPY when compiler with OpenXL compiler.
1 year ago
Martin Kroeker
25b34e67f9
Merge pull request #4678 from ev-br/codspeed
WIP: add codspeed benchmarks [skip cirrus]
1 year ago
Martin Kroeker
6494f432df
Fix INTERFACE64 builds on Loongarch64
1 year ago
Evgeni Burovski
81cf0db047
DOC: add a readme for benchmarks/pybench
1 year ago