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
Evgeni Burovski
81cf0db047
DOC: add a readme for benchmarks/pybench
1 year ago
Evgeni Burovski
9f28161837
BENCH: add benchmarks using codspeed.io
2 years ago
Martin Kroeker
5015548d18
Merge pull request #4700 from martin-frbg/fix4698
Remove spurious brace in cmake/system.cmake
2 years ago
Martin Kroeker
ce96e0e50f
Merge pull request #4699 from ChipKerchner/fixSwapVectorOrder
POWER: Fixing endianness issue in cswap/zswap kernel for AIX
2 years ago
Martin Kroeker
a3f6b13bc9
remove spurious brace
2 years ago
Chip Kerchner
3a1417671a
POWER: Fixing endianness issue in cswap/zswap kernel for AIX
2 years ago
Martin Kroeker
668f48f4fc
Use CMAKE_C_COMPILER_VERSION instead of dumpversion calls ( #4698 )
* Use CMAKE_C_COMPILER_VERSION throughout
2 years ago
Martin Kroeker
39c96063fb
Merge pull request #4694 from martin-frbg/issue3660
Add a minimum problem size for multithreading in GBMV
2 years ago
Martin Kroeker
f5c080f083
Fix CMAKE syntax in kernel file parsing of IFNEQ conditionals ( #4695 )
* Fix syntax in parsing of IFNEQ
2 years ago
Martin Kroeker
9a2a6a2e52
Merge pull request #4696 from frjohnst/restore_second
Revert PRs 4515 and 4520 (restore second, dsecnd)
2 years ago
frjohnst
87026ac1b1
Revert "fix conlict between PR 4515 and AIX shared obj support"
This reverts commit bdaa6705ca .
It turns out that PRs 4515 and 4520 break the tests under
lapack-netlib/TESTING which require SECOND and DSECND. IBM
has decided this is a bigger biger problem than the conflict
between lapack second_ and the xlf run time.
2 years ago
frjohnst
56d3d1039c
Revert "resolve second_ conflict which breaks xlf timef"
This reverts commit 9b24b31419 .
It turns out that PRs 4515 and 4520 break the tests under
lapack-netlib/TESTING which require SECOND and DSECND. IBM
has decided this is a bigger biger problem than the conflict
between lapack second_ and the xlf run time.
2 years ago
Martin Kroeker
2957281275
Introduce a lower limit for multithreading
2 years ago
Martin Kroeker
5fd871d7ea
Introduce a lower limit for multithreading
2 years ago
Martin Kroeker
6ca9ffa7f5
Merge pull request #4655 from yamazakimitsufumi/update_2d_thread_distribution
Expanding the scope of 2D thread distribution to improve multi-threaded DGEMM performance
2 years ago
Martin Kroeker
b45a78c6e9
fix zdotu argument passing in utest_ext on windows ( #4691 )
* fix passing of results on windows
2 years ago
Martin Kroeker
1ab9f50561
Merge pull request #4690 from mattip/blasint
use blasint instead of int to quiet warnings
2 years ago
Amrita H S
87b3d9054f
Fix regression SAXPY when compiler with OpenXL compiler.
SAXPY built with OpenXL regresses when compared to SAXPY
built with gcc. OpenXL compiler doesn't know that the
SAXPY inner kernel assembly is a 64 element loop and
to it the remainder loop is the main loop. It vectorizes
and interleaves the remainder to be a 48 elements per
iteration loop. With a max of 63 iterations, a 48 element
loop is mostly not going to get executed, so the 1 element
scalar loop that is the remainder after that is probably
mostly what gets executed.
This can be fixed by adding a pragma, loop interleave_count(2)
which will result in 8 element loop.
Signed-off-by: Amrita H S <amritahs@linux.vnet.ibm.com>
2 years ago
Matti Picus
243640c354
use blasint instead of int to quiet warnings
2 years ago
Martin Kroeker
f0560f906f
Merge pull request #4689 from martin-frbg/issue4684
Fix compilation of the BLAS extension utests for NO_CBLAS=1
2 years ago
Martin Kroeker
e1e0d9a2ae
Merge pull request #4688 from XiWeiGu/loongarch64_fixed_gcc14_compilation
loongarch64: Fixed GCC14 compilation issue
2 years ago
Martin Kroeker
d8baf2f2ea
Support compilation without CBLAS
2 years ago
Martin Kroeker
a6c184d150
forward NO_CFLAGS to the CFLAGS, if set
2 years ago
gxw
ecf8b588a9
loongarch64: Fixed GCC14 compilation issue
2 years ago
Martin Kroeker
8da6f7e5f2
Merge pull request #4686 from XiWeiGu/loongarch64_dgemm_kernel_16x6
Loongarch64: Improving the Performance and Stability of dgemm
2 years ago
gxw
f9a26240a7
loongarch64: Fixed icamax_lsx
2 years ago
gxw
cb0f707409
loongarch64: Fixed utest fork:safety
2 years ago
gxw
637c650f4f
loongarch64: Add buffer offset for target LOONGSON3R5
2 years ago
Martin Kroeker
5d678f1831
Merge pull request #4685 from martin-frbg/issue4660-2
Fix builds for LOONGARCH64 in LSX mode
2 years ago
Martin Kroeker
b45d8e1ab2
remove stray comma
2 years ago
Martin Kroeker
5500b4ab26
Merge pull request #4680 from theAeon/develop
Expose whether locking is enabled in get_config
2 years ago
gxw
6017ad7146
loongarch64: Update dgemm_kernel_16x4 to dgemm_kernel_16x6
2 years ago
Martin Kroeker
d66aa63478
Merge pull request #4681 from martin-frbg/fix4662-2
fix HUGETLB allocation for TLS mode as well
2 years ago
Martin Kroeker
f0f1ff7820
fix HUGETLB allocation for TLS mode as well
2 years ago
Andrew Robbins
edfe1aa471
Expose whether locking is enabled in get_config
2 years ago
Martin Kroeker
edeb5259a1
Merge pull request #4679 from martin-frbg/fix4662
Restore Loongson LA64ARCH handling
2 years ago
Martin Kroeker
4376b6f7d2
Restore Loongson LA64ARCH handling
2 years ago
Martin Kroeker
8735b54fa8
Merge pull request #4662 from martin-frbg/hugetlb-doc
Fix and document the two HUGETLB options for buffer allocation in Makefile.rule
2 years ago
Martin Kroeker
fc10673fd3
Merge branch 'develop' into hugetlb-doc
2 years ago
Martin Kroeker
c20189cc82
Merge pull request #4677 from martin-frbg/issue4676
Add autodetection of Intel Meteor Lake and Emerald Rapids
2 years ago
Martin Kroeker
bbd227ce4a
Add Intel Meteor Lake and Emerald Rapids
2 years ago
Martin Kroeker
f034745ce6
Merge pull request #4675 from martin-frbg/issue4619
Mention LD_LIBRARY_PATH in user documentation
2 years ago
Martin Kroeker
a82ecadc11
mention LD_LIBRARY_PATH
2 years ago
Martin Kroeker
b859f6f191
Merge pull request #4617 from cyk2018/patch-1
[Doc]Update user_manual.md for static linker
2 years ago
Martin Kroeker
dc99b61380
sort unwanted interdependencies of alloc_shm and alloc_hugetlb
2 years ago
Martin Kroeker
9c4e10fbd1
sort hugetlb and shm alloc options
2 years ago
Martin Kroeker
a63d71129c
Merge pull request #4671 from martin-frbg/issue4668
Silence a GCC14 warning/error in the f2c-converted LAPACK
2 years ago
Martin Kroeker
3d26837a35
Suppress GCC14 error exit in the f2c-converted LAPACK
2 years ago