Commit Graph

8616 Commits

Author SHA1 Message Date
Martin Kroeker a0083fdf68
Merge pull request #4647 from martin-frbg/lapack961
Fix uninitialized variables in LAPACK tests for ?QP3RK (Reference-LAPACK PR 961)
2024-04-16 00:02:12 +02:00
Martin Kroeker c20caa4960
Fix uninitialized variables in the LAPACK tests for the new ?QP3RK functions (Reference-LAPACK PR961) 2024-04-15 22:42:53 +02:00
Martin Kroeker 91a24b837d
Merge pull request #4643 from XiWeiGu/mips64_bug_fix
mips64: Fixed MSA optimization bugs for zgemv and cgemv
2024-04-15 14:55:14 +02:00
gxw 9c39e969f5 mips64: Fixed MSA optimization bugs for zgemv and cgemv 2024-04-15 15:17:29 +08:00
Martin Kroeker 4c03ed437f
Fix SICORTEX ASUM/ZASUM and SUM/ZSUM for INCX <=0 (#4640)
* Exit early if INCX <= 0
2024-04-14 15:39:11 +02:00
Martin Kroeker 23d5a8b16e
Merge pull request #4628 from XiWeiGu/CI-c910v-mips64-loongarch64
CI: add openblas_utest_ext for c910v, mips64 and loongarch64
2024-04-13 18:35:02 +02:00
Martin Kroeker b8618fa7f6
Merge pull request #4634 from martin-frbg/utest0
Fix uninitialized variables in the extensions utest
2024-04-13 17:16:54 +02:00
Martin Kroeker b883526a34
Fix uninitialized variables in the extensions utest 2024-04-13 12:26:35 +02:00
Martin Kroeker 83ec1f86ec
Merge pull request #4630 from martin-frbg/issue4178-2
Add another object signature for classic flang
2024-04-12 22:04:34 +02:00
Martin Kroeker a9703c70f3
Merge pull request #4631 from martin-frbg/issue4626
revert the C/Z NRM2 kernels for NEOVERSEN1 and VORTEX to the base NEON kernel as well
2024-04-12 20:21:31 +02:00
Martin Kroeker e6ae4b6f38
Merge pull request #4627 from mattip/soname
remove extraneous suffix from shared object SONAME
2024-04-12 16:44:58 +02:00
Martin Kroeker 00ee5d0367
On ARM, do not assume -marm by default if OS_EMBEDDED=1 2024-04-12 15:59:45 +02:00
Martin Kroeker 7cfd433d0c
revert the C/Z NRM2 kernels to the base NEON kernel as well 2024-04-12 15:34:04 +02:00
Martin Kroeker d26caff60c
Add another object signature for classic flang 2024-04-12 14:29:27 +02:00
Martin Kroeker 45dbf50036
Merge pull request #4629 from tetsuzo-usui/PfSizeTune_forNeoverseV1
Set GEMM_PREFERED_SIZE parameter for Neoverse V1
2024-04-12 14:08:27 +02:00
Usui, Tetsuzo ca673ca774 Add GEMM_PREFERED_SIZE parameter for Neoverse V1 2024-04-12 17:21:14 +09:00
gxw d9e2db3735 CI: add openblas_utest_ext for c910v, mips64 and loongarch64 2024-04-12 11:33:16 +08:00
Martin Kroeker 15b9fc3f78
Merge pull request #4624 from ChipKerchner/removeOMPfromXLF
Remove -openmp flag from XLF (since it doesn't support it).
2024-04-11 08:48:09 +02:00
Matti Picus 4d96e0ce18 remove extraneous suffix from shared object SONAME 2024-04-11 10:36:30 +10:00
Chip Kerchner 1c13cda3fc Remove -openmp flag from XLF (since it doesn't support it). 2024-04-10 15:16:47 -05:00
Martin Kroeker 93d975d8fd
Merge pull request #4593 from XiWeiGu/loongarch_add_buffer_offset
loongarch: Optimizing the performance of the GEMM on servers
2024-04-10 14:23:31 +02:00
gxw d8c4ea8793 loongarch: Optimizing the performance of the GEMM on servers 2024-04-09 09:03:34 -04:00
Martin Kroeker 3cf57a61d5
Merge pull request #4609 from yu-chen-surf/develop
Get the l2 cache size via environment variable on confidential VM
2024-04-06 19:02:00 +02:00
Martin Kroeker fbd42e9e0e
Merge pull request #4616 from MehdiChinoune/patch-1
Don't pass `-exhaustive-register-search` directly to clang compiler
2024-04-06 14:12:10 +02:00
Martin Kroeker 03ff65190d
Merge pull request #4614 from martin-frbg/issue4449-2
Retain the bf16 in fallback versions of the NeoverseN2 -march flag
2024-04-06 12:29:28 +02:00
Martin Kroeker 12650c912c
Merge pull request #4613 from martin-frbg/issue4612
Do not run the CBLAS_?GEMM3M tests when cross-compiling with gmake
2024-04-06 11:11:27 +02:00
Martin Kroeker 4eb4b033e5
Merge pull request #4610 from martin-frbg/issue4608
Make the new ZSCAL utest not require CBLAS
2024-04-06 08:38:36 +02:00
cyk 95315f95d2
Update user_manual.md for static linker
when I use static link method to compile , result is undefined with pthread_create, so we should add -lpthread
2024-04-06 13:51:01 +08:00
مهدي شينون (Mehdi Chinoune) cda55f2fd2
Don't pass `-exhaustive-register-search` directly to clang compiler
`-exhaustive-register-search` is an LLVM code generation flag that shouldn't be passed directly to clang compiler.
2024-04-06 05:54:48 +01:00
Martin Kroeker 14e71c249d
retain the bf16 capability in fallback versions of the -march option for NeoverseN2 2024-04-05 23:01:34 +02:00
Martin Kroeker 48e017de09
fix position of endif - gemm3m tests should not be run in cross-compiles 2024-04-05 22:54:34 +02:00
Martin Kroeker 9c86838279
use blasint for INTERFACE64 compatibility 2024-04-05 22:48:08 +02:00
Martin Kroeker d3f93c6015
fix arguments of zscal 2024-04-05 07:23:41 +02:00
Martin Kroeker 1f080b9328
Update test_zscal.c 2024-04-05 07:09:34 +02:00
Martin Kroeker ec8e9451f0
make independent of CBLAS 2024-04-05 06:45:59 +02:00
Chen Yu 8e39c05efd Get the l2 cache size via environment variable on confidential VM
The CPUID(leaf:2 or leaf:0x80000006) is not supported on some confidential
VMs. As a result the get_l2_size() returns the default 512M which brings
performance issues.

Introduce the environment variable OPENBLAS_L2_SIZE provided by the user
to get the l2 cache size.

Suggested-by: "Keshavamurthy, Anil S" <anil.s.keshavamurthy@intel.com>
Signed-off-by: Chen Yu <yu.c.chen@intel.com>
2024-04-05 11:39:01 +08:00
Martin Kroeker bebe5e5399
Merge pull request #4562 from honno/mkdocs-wiki
Fold wiki contents into formal documentation, build-able with `mkdocs`
2024-04-04 23:05:25 +02:00
Martin Kroeker 1c7d27c750
Update version to 0.3.27.dev 2024-04-04 23:02:29 +02:00
Martin Kroeker 17ab724da9
Update version to 0.3.27.dev 2024-04-04 23:01:32 +02:00
Martin Kroeker 5f204bb008
Merge pull request #4607 from OpenMathLib/release-0.3.0
merge back from release branch to copy tag
2024-04-04 23:00:33 +02:00
Martin Kroeker ce3f668c99
Update version to 0.3.27 2024-04-04 22:26:04 +02:00
Martin Kroeker 8f3bb62254
Merge pull request #4606 from OpenMathLib/develop
Merge develop branch for 0.3.27
2024-04-04 22:24:56 +02:00
Martin Kroeker c17f5bee81
Merge branch 'release-0.3.0' into develop 2024-04-04 22:24:40 +02:00
Martin Kroeker 0475716e2e
Update version to 0.3.27 2024-04-04 22:03:18 +02:00
Martin Kroeker 1dcbc4e0bb
Merge pull request #4605 from martin-frbg/changelog0327
Update Changelog.txt for 0.3.27
2024-04-04 21:35:47 +02:00
Martin Kroeker c5184078b4
Update Changelog.txt for 0.3.27 2024-04-04 19:07:51 +02:00
Martin Kroeker f5e5109318
Merge pull request #4604 from martin-frbg/zenprefsize
Adjust SWITCH_RATIO for ZEN and apply GEMM_PREFERRED_SIZE
2024-04-04 18:53:41 +02:00
Martin Kroeker ba6d485102
Adjust SWITCH_RATIO for ZEN and apply GEMM_PREFERRED_SIZE 2024-04-04 18:52:38 +02:00
Martin Kroeker ffedd8a2cb
Merge pull request #4603 from martin-frbg/cleanup4043
Clean up misplaced LAPACK files from PR4043 (in-code documentation changes only)
2024-04-04 13:45:16 +02:00
Martin Kroeker 5e1937531f
Merge pull request #4602 from martin-frbg/gitign_3m
Add GEMM3M tests and logs to .gitignore
2024-04-04 12:36:41 +02:00