Commit Graph

8616 Commits

Author SHA1 Message Date
Martin Kroeker 0ff854921c
Merge pull request #4519 from martin-frbg/gh-applem1
CI: Move most Apple M1 jobs from Cirrus to Github workflow
2024-02-23 08:03:59 +01:00
Martin Kroeker 00ae343db0
Merge pull request #4518 from martin-frbg/cmakefixes
Prevent mixed gomp/omp linking and enable INTERFACE64 for ARM64 and MIPS in CMAKE builds
2024-02-22 23:15:05 +01:00
Martin Kroeker 5b953f2f8d
Disable most AppleM1 builds (replaced by gh workflows) 2024-02-22 22:41:08 +01:00
Martin Kroeker 16b488cabe
CI: Add various Apple M1 build configurations to gh workflow 2024-02-22 22:38:05 +01:00
Martin Kroeker be20588a3c
Avoid linking both libgomp and libomp in mixed clang/gfortran builds 2024-02-22 22:17:48 +01:00
Martin Kroeker ca121eb5ed
Avoid linking both libgomp and libomp in mixed clang/gfortran builds 2024-02-22 22:17:05 +01:00
Martin Kroeker 4adfe4d531
Avoid linking both libgomp and libomp in mixed clang/gfortran builds 2024-02-22 22:16:01 +01:00
Martin Kroeker 3516fff378
Avoid linking both libgomp and libomp in mixed clang/gfortran builds 2024-02-22 22:15:28 +01:00
Martin Kroeker 8fc2c2db04
Fix missing support for INTERFACE64 on ARM64 and MIPS64 2024-02-22 22:14:13 +01:00
Martin Kroeker 82b81c0bbe
Dont fail if there is no Fortran compiler 2024-02-22 22:11:50 +01:00
Martin Kroeker 5e8722a963
Merge pull request #4517 from ayappanec/SharedLibforAIX
Shared library support for AIX
2024-02-22 19:08:52 +01:00
Martin Kroeker e5c93d1f37
Merge pull request #4516 from XiWeiGu/loongarch64-cgemv-zgemv-opt
Loongarch64 cgemv zgemv opt
2024-02-22 17:34:27 +01:00
Martin Kroeker 78a9ef35b4
Merge pull request #4515 from frjohnst/second_conflict
resolve second_ conflict which breaks xlf timef
2024-02-22 16:23:12 +01:00
Ayappan Perumal 892f8ff3e5 Shared library support for AIX 2024-02-22 07:05:37 -06:00
Martin Kroeker 9d6eeea867
Merge pull request #4513 from ChipKerchner/fixNumCoresAIX
Fix get_num_cores for AIX.
2024-02-22 12:42:15 +01:00
gxw 990507e3b8 LoongArch64: Opt zgemv with LASX 2024-02-22 11:58:02 +08:00
gxw d51ffec3a2 LoongArch64: Opt cgemv with LASX 2024-02-22 11:56:04 +08:00
frjohnst 9b24b31419 resolve second_ conflict which breaks xlf timef 2024-02-21 15:52:29 -05:00
Chip-Kerchner bf2310442b Fix get_num_cores for AIX. 2024-02-21 13:26:28 -06:00
Chip-Kerchner a69adbbd11 Merge branch 'develop' of https://github.com/openmathlib/openblas into develop 2024-02-21 12:18:18 -06:00
Martin Kroeker 99ef76f9bb
Merge pull request #4511 from ErnstPeng/feature-branch
Optimized cgemm kernel 16x4 LASX for LoongArch
2024-02-21 14:25:57 +01:00
pengxu 4787a55c64 Optimized cgemm kernel 16x4 LASX for LoongArch 2024-02-21 15:28:47 +08:00
Martin Kroeker ebbf5b3ea0
Merge pull request #4504 from sergei-lewis/dev/slewis/ci
Add builds and unit tests for new RISCV platforms to CI
2024-02-16 22:48:28 +01:00
Sergei Lewis 461ecabb22 add RISCV64_ZVL128B and RISCV64_ZVL256B targets to CI flows and to README.md 2024-02-16 16:26:29 +00:00
Sergei Lewis ba17758c02 fix axpy implementations where y has a stride of 0 2024-02-16 16:00:38 +00:00
Martin Kroeker 5266998b9f
Merge pull request #4498 from mseminatore/win_tidy
blas_server_win32.c pass to clean up code
2024-02-15 14:37:37 +01:00
Martin Kroeker ca6b4961e4
updates to fix option conflicts and config file generation 2024-02-15 14:31:11 +01:00
Martin Kroeker c90979d8ef
allow for more pre- and suffixes in the name of the openblas library 2024-02-15 14:17:11 +01:00
Martin Kroeker 3120f12e76
allow for more pre- and suffixes in the name of the openblas library 2024-02-15 14:16:20 +01:00
Martin Kroeker a0e3f77e0b
add FIXED_LIBNAME, PREFIX and SUFFIX 2024-02-15 12:17:38 +01:00
Martin Kroeker ffbfc3c692
Add libname prefix and suffix 2024-02-15 12:16:34 +01:00
Martin Kroeker 179527f622
Merge branch 'OpenMathLib:develop' into issue4468 2024-02-15 12:15:39 +01:00
Martin Kroeker a28afac791
Add FIXED_LIBNAME, LIBNAMEPREFIX and LIBNAMESUFFIX 2024-02-15 11:48:33 +01:00
Martin Kroeker 57dd894af0
Merge pull request #4502 from dmikushin/add-missing-use_gemm3m-macro
Add missing USE_GEMM3M macro into CMake
2024-02-15 11:13:36 +01:00
Mark Seminatore b29fd48998
Merge branch 'develop' into win_tidy 2024-02-12 10:23:17 -08:00
Mark Seminatore 0a7ae326d2 Merge branch 'win_tidy' of https://github.com/mseminatore/OpenBLAS into win_tidy 2024-02-12 10:22:26 -08:00
Mark Seminatore 10548a0460 update contributors 2024-02-12 10:22:12 -08:00
Dmitry Mikushin d0f5dc763b Adding USE_GEMM3M macro to kernel targets, so that the *gemm3m functions and parameters can be included into the gotoblas structure. Fixes #4500 2024-02-12 02:29:58 +01:00
Dmitry Mikushin 8698f9e37f Adding basic support of benchmarks into CMake for single, double, single complex and double complex cases. Each benchmarking target has a suffix to identify the data type, for example ./benchmark_gemm3m_COMPLEX_DOUBLE is a gemm3m.c source compiled with COMPLEX and DOUBLE macros defined 2024-02-10 19:12:16 +01:00
kseniyazaytseva 7e9b1c0807 fix uninitialized data usage 2024-02-10 00:49:42 +03:00
kseniyazaytseva c6f30fd414 check for zero inc 2024-02-10 00:48:07 +03:00
kseniyazaytseva 5e9ead09ac fix info return 2024-02-10 00:47:25 +03:00
kseniyazaytseva 4c554bd527 check abs zero inc 2024-02-10 00:46:52 +03:00
kseniyazaytseva 46de7c8a2b Merge remote-tracking branch 'origin/risc-v-new-tests' into new-tests 2024-02-09 23:52:51 +03:00
Martin Kroeker 10ea3fb742
fix duplication of name parts 2024-02-09 17:09:55 +01:00
Martin Kroeker b1ae777afb
Merge pull request #4497 from sergei-lewis/dev/slewis/zaxpy
Fix axpy test hangs when n==0. Reenable zaxpy_vector kernel for C910V.
2024-02-09 16:22:00 +01:00
Martin Kroeker bb96e466ae
Introduce LIBNAMEPREFIX to avoid messing with the internal LIBPREFIX 2024-02-09 15:50:11 +01:00
Chip-Kerchner 32ed6e391a Merge branch 'develop' of https://github.com/openmathlib/openblas into develop 2024-02-09 07:25:04 -06:00
Sergei Lewis ff1523163f Fix axpy test hangs when n==0. Reenable zaxpy_vector kernel for C910V. 2024-02-09 12:59:14 +00:00
Martin Kroeker ba3bfe85ee
Merge pull request #4495 from martin-frbg/update-gensymbol
Update gensymbol with recently added CBLAS interfaces and LAPACK/LAPACKE functions
2024-02-09 08:55:22 +01:00