Commit Graph

8807 Commits

Author SHA1 Message Date
Martin Kroeker 453b9e4886
Merge pull request #4961 from h-vetinari/flang
explicitly link to OpenMP
2024-10-31 17:46:55 +01:00
H. Vetinari d3272e51eb explicitly link to OpenMP 2024-11-01 00:55:50 +11:00
Martin Kroeker c634114c8a
Merge pull request #4960 from martin-frbg/gemmtr
Provide copies of GEMMT under its new name GEMMTR adopted by the Reference BLAS
2024-10-30 18:37:26 +01:00
Martin Kroeker 598bd21991
Merge pull request #4958 from XiWeiGu/x86_64_opt_somatcopy_ct_avx
x86_64: opt somatcopy_ct with AVX
2024-10-30 16:04:00 +01:00
Martin Kroeker c9d1a3b912
Merge pull request #4954 from XiWeiGu/la64_update_gh_actions
gh-actions: Test LoongArch64 with gcc14 from Ubuntu 24.04
2024-10-30 14:35:57 +01:00
Martin Kroeker c3e7d08fb4
Copy GEMMT to its new name GEMMTR 2024-10-30 12:56:16 +01:00
Martin Kroeker 0cf656fd3e
Add copies of GEMMT under its new name GEMMTR 2024-10-30 12:55:14 +01:00
Martin Kroeker 24b5ccaf4b
Merge pull request #4202 from TiborGY/inlines_pt2
Remove some unused inline macro definitions
2024-10-30 12:48:35 +01:00
gxw 73c6a28073 x86_64: opt somatcopy_ct with AVX 2024-10-29 07:06:15 +00:00
Martin Kroeker f66e6d32c2
Merge pull request #4953 from NickelWenzel/fix_trtrs_return_types
fix: return types of *trtrs routines
2024-10-25 23:29:24 +02:00
Martin Kroeker a8bb105ed6
Merge pull request #4848 from haampie/fix/cmake-min-version
cmake: set `CMP0042` to `NEW`
2024-10-25 20:59:13 +02:00
Martin Kroeker 0e6a2cc93c
bump the minimum_required version instead 2024-10-25 16:47:52 +02:00
TGY 815cb24944 remove unused INLINE macro definitions 2024-10-25 15:29:51 +02:00
Martin Kroeker ac736820d7
Merge pull request #4955 from cdaley/optimize_gemv_forwarding
Optimize gemv forwarding on ARM64 systems
2024-10-25 13:43:54 +02:00
gxw 8f595382c4 gh-actions: Test LoongArch64 with gcc14 from Ubuntu 24.04 2024-10-25 05:00:54 +00:00
Chris Daley cb48505251 optimize gemv forwarding on ARM64 systems 2024-10-24 21:05:26 -07:00
nickel 79f4bbd4cd fix: return types of *trtrs routines 2024-10-24 11:20:02 +02:00
Martin Kroeker 72461f1c8c
Merge pull request #4950 from ayappanec/fix-aix-build
Fix AIX build
2024-10-23 16:40:02 +02:00
Ayappan Perumal 020cce1068 Fix build issues with gcc compiler as well 2024-10-23 04:24:06 -05:00
Ayappan Perumal b6ec73e77c Fix AIX build 2024-10-21 07:38:03 -05:00
Martin Kroeker 8a0cd5fcef
Merge pull request #4949 from martin-frbg/mingw32-14.2
work around mingw32-gfortran 14.2 miscompiling CBLAS1 tests
2024-10-20 21:52:57 +02:00
Martin Kroeker 4dba6ce6ea
work around mingw32-gfortran 14.2 miscompiling CBLAS1 tests 2024-10-20 20:25:06 +02:00
Martin Kroeker a93ec74e95
Merge pull request #4948 from martin-frbg/fixhavesve
Properly report HAVE_SVE in ARM64 autodetection where applicable
2024-10-18 20:00:42 +02:00
Martin Kroeker c4bb4e74fc
NeoverseN2 has SVE too 2024-10-18 14:50:55 +02:00
Martin Kroeker 86720778ef
write HAVE_SVE to config where applicable 2024-10-18 14:14:43 +02:00
Martin Kroeker 016bdb9b0b
Merge pull request #4946 from XiWeiGu/la64_omatcopy_lasx
LoongArch64: Opt somatcopy with LASX
2024-10-18 14:03:06 +02:00
gxw ffaa5765a4 Bench: Add omatcopy 2024-10-18 11:07:52 +08:00
Martin Kroeker a93897276b
Merge pull request #4943 from martin-frbg/update_readme
Update README.md
2024-10-17 21:13:48 +02:00
Martin Kroeker 3fc1225dd6
Merge branch 'OpenMathLib:develop' into update_readme 2024-10-17 21:08:58 +02:00
Martin Kroeker 33078d11e4
stress importance of TARGET setting in DYNAMIC_ARCH builds 2024-10-17 21:07:49 +02:00
Martin Kroeker 15a57598f5
Merge pull request #4944 from ChipKerchner/vectorizeBF16GEMV
[POWER] Vectorize BF16 GEMV
2024-10-17 19:21:07 +02:00
Chip Kerchner ab71a1edf2 Better VSX. 2024-10-17 08:25:02 -05:00
gxw bb31bbef52 LoongArch64: Opt somatcopy_ct with LASX 2024-10-17 11:45:13 +00:00
gxw b37129341b LoongArch64: Opt somatcopy_cn with LASX 2024-10-17 11:27:55 +00:00
gxw acf6cab304 LoongArch64: Opt somatcopy_rn with LASX 2024-10-17 09:50:02 +00:00
gxw 15edb441bf LoongArch64: Opt somatcopy_rt with LASX 2024-10-17 09:15:42 +00:00
Martin Kroeker 457d1c6972
remove unused CI badges, wiki->docs, xianyi->OpenMathLib 2024-10-17 10:33:08 +02:00
Martin Kroeker 6a60eb1a02
Merge pull request #4924 from XiWeiGu/la64_readme
LoongArch64: Update README.md
2024-10-16 09:38:18 +02:00
Martin Kroeker 8483a71169
Merge pull request #4937 from martin-frbg/lapack1064
Fix leading dimension for B in LAPACK tests for GGEV (Reference-LAPACK PR 1064)
2024-10-14 21:52:41 +02:00
Martin Kroeker 22628f1a69
Fix leading dimension for B (Reference-LAPACK PR 1064) 2024-10-14 18:59:03 +02:00
Martin Kroeker 27ed6da331
Fix leading dimension for B (Reference-LAPACK PR 1064) 2024-10-14 18:57:50 +02:00
Martin Kroeker 7018c1b001
Fix leading dimension for B (Reference-LAPACK PR 1064) 2024-10-14 18:56:44 +02:00
Martin Kroeker a659f40fe1
Fix leading dimension for B (Reference-LAPACK PR 1064) 2024-10-14 18:53:30 +02:00
Martin Kroeker c979c1d948
Merge pull request #4936 from martin-frbg/fixmips64generic
Fix unroll parameter selection for MIPS64_GENERIC
2024-10-14 08:13:27 +02:00
Martin Kroeker a47b3c8867
Fix unroll parameter selection for MIPS64_GENERIC 2024-10-13 22:54:34 +02:00
Chip Kerchner 2391dc1c0f Merge branch 'vectorizeBF16GEMV' of github.ibm.com:PowerAppLibs/OpenBLAS into vectorizeBF16GEMV 2024-10-13 13:48:33 -05:00
Chip Kerchner 36bd3eeddf Vectorize BF16 GEMV (VSX & MMA). Use GEMM_GEMV_FORWARD_BF16 (for Power). 2024-10-13 13:46:11 -05:00
Chip Kerchner f8e113f27b Replace types with include file. 2024-10-13 10:55:03 -05:00
Chip Kerchner a53a197934 Merge remote-tracking branch 'origin/develop' into vectorizeBF16GEMV 2024-10-12 15:15:17 -05:00
Martin Kroeker 3184b7f209
Merge pull request #4933 from ChipKerchner/thread_sbgemv
Change multi-threading logic for SBGEMV to be the same as SGEMV.
2024-10-12 17:19:41 +02:00