Commit Graph

7452 Commits

Author SHA1 Message Date
Martin Kroeker 6cae44d4f7
Ensure that the right xerbla gets included in OSX DYNAMIC_ARCH builds 2021-12-28 19:06:55 +01:00
Martin Kroeker a06b4aff52
Merge pull request #3496 from yuanhec/develop
Fixed MSA enabled optimization on Loongson-3A4000
2021-12-28 18:51:56 +01:00
yuanhecai 9d455b1b09 Merge remote-tracking branch 'upstream/develop' into develop 2021-12-27 09:50:57 +08:00
Bine Brank 6ec4aab875 zgemm sve copy routines 2021-12-26 17:05:46 +01:00
Bine Brank 878064f394 sve zgemm kernel 2021-12-26 08:44:05 +01:00
Bine Brank 683a7548bf added macros for sve zgemm kernels 2021-12-25 11:46:41 +01:00
Martin Kroeker 7b146e590c
fix function typecast 2021-12-24 20:01:52 +01:00
Martin Kroeker e9a0e52201
fix function typecast 2021-12-24 20:00:50 +01:00
yuanhecai 2db0b2e445 Fixed MSA enabled optimization on Loongson-3A4000 2021-12-23 20:29:42 +08:00
Martin Kroeker 253670383f
Merge pull request #3491 from gxw-loongson/develop
loongarch64: Optimize dgemm_kernel
2021-12-22 08:34:12 +01:00
Martin Kroeker 9809931eb4
clean up unused variables and unreachable statements 2021-12-21 18:53:55 +01:00
Martin Kroeker 6b407a16cb
fix function typecasts 2021-12-21 18:51:28 +01:00
Martin Kroeker aecb4a5e8d
fix function typecasts 2021-12-21 18:50:22 +01:00
Martin Kroeker c49d46f25f
fix function typecast 2021-12-21 18:49:18 +01:00
Martin Kroeker 64365c919e
fix function typecasts 2021-12-21 18:47:35 +01:00
Martin Kroeker d1ee6ff73f
fix function typecasts 2021-12-21 18:45:28 +01:00
Martin Kroeker 07fe5b19a4
typecast function pointers 2021-12-21 12:31:54 +01:00
Bine Brank e3c9947c0f prepare kernel for sve zgemm 2021-12-21 11:19:27 +01:00
gxw 8d9b9c6b2a loongarch64: Optimize dgemm_kernel 2021-12-21 09:33:06 +08:00
Martin Kroeker 8cec83bdfb
Update version to 0.3.19.dev 2021-12-19 21:22:19 +01:00
Martin Kroeker 894fde9bfe
Update version to 0.3.19.dev 2021-12-19 21:21:47 +01:00
Martin Kroeker d1c6270c52
Merge pull request #3489 from xianyi/release-0.3.0
Merge back from release branch to copy 0.3.19 tag
2021-12-19 21:21:13 +01:00
Martin Kroeker 2480e5046e
Update version to 0.3.19 2021-12-19 20:55:57 +01:00
Martin Kroeker 488911486a
Merge pull request #3488 from xianyi/develop
Update from develop branch for 0.3.19 release
2021-12-19 20:54:49 +01:00
Martin Kroeker 54a0c0bce3
Merge branch 'release-0.3.0' into develop 2021-12-19 16:35:07 +01:00
Martin Kroeker 6025daca63
Update version to 0.3.19 2021-12-19 16:32:04 +01:00
Martin Kroeker e545614cd0
Merge pull request #3487 from martin-frbg/0319changes
Update Changelog for 0.3.19 release
2021-12-19 16:30:47 +01:00
Martin Kroeker b6001a2ee3
Update with 0.3.19 changes 2021-12-19 14:34:14 +01:00
Martin Kroeker 9c8d1e013f
Merge pull request #3486 from martin-frbg/nvhpc
Update -tp option for recent nvfortran on x86_64
2021-12-18 23:09:30 +01:00
Martin Kroeker ed430cd963
Update -tp option for recent nvfortran on x86_64 2021-12-18 21:56:26 +01:00
Martin Kroeker b3f4b8c95a
Merge pull request #3485 from martin-frbg/issue3453
Add feature-based fallback for unknown x86_64 cpus
2021-12-17 11:08:36 +01:00
Martin Kroeker 6ed52576f8
Add feature-based fallback for unknown x86_64 cpus 2021-12-16 22:02:49 +01:00
Martin Kroeker 126ad48991
Merge pull request #3484 from martin-frbg/issue3481
Enable delayed (re)init of Windows threads beyond Cygwin
2021-12-16 21:50:28 +01:00
Martin Kroeker f67a0620a3
Merge pull request #3480 from wzgpeter/develop
fix bug in zscal function
2021-12-16 21:50:06 +01:00
Martin Kroeker 449fb7d849
Merge pull request #3478 from ffontaine/develop
Makefile: also consider -O, -Og and -Os when stripping flags
2021-12-16 21:49:19 +01:00
Martin Kroeker 7a7fbb11c3
define "unlikely" on non-cygwin too 2021-12-16 17:28:28 +01:00
Martin Kroeker b31349c22a
Open up delayed (re)init to non-Cygwin OS as well 2021-12-16 16:58:12 +01:00
Martin Kroeker 4d61e453cc
Merge pull request #3483 from martin-frbg/issue3482
Fix bracing in cpuid_mips64.c
2021-12-16 11:54:20 +01:00
Martin Kroeker f3b51ec608
move brace inside the ifdef block 2021-12-16 09:37:58 +01:00
Wu Zhigang 92b7b949dd fix bug in zscal function
memset can not be used in zscal because of
the stride parameters.

Signed-off-by: Wu Zhigang <zhigang.wu@starfivetech.com>
2021-12-15 01:23:30 -08:00
Thomas De Schampheleire a0cc119f26 Makefile: also consider -O, -Og and -Os when stripping flags
gcc also supports -O, -Og and -Os as optimization flags.
They may be given on the make command-line by users.

For the calculation of LAPACK_NOOPT, all such flags should be considered.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
[Retrieved from:
https://git.buildroot.net/buildroot/tree/package/openblas/0003-Makefile-also-consider-Os-when-determining-LAPACK_NO.patch]
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2021-12-14 23:36:16 +01:00
Martin Kroeker c8d05aa7a5
Move the threads overflow flag under the protection of the local blas lock (#3476)
* Move accesses to the overflow flag into the scope of the blas lock
2021-12-13 08:34:52 +01:00
Martin Kroeker b0a590f4fe
Merge pull request #3475 from wjc404/optimize-A53-dgemm
optimize cgemm on ARM cortex A53 & cortex A55
2021-12-12 19:09:08 +01:00
Martin Kroeker f4d1f0333b
Merge pull request #3474 from rafaelcfsousa/rafael/cmake_power
Add CMake support for Power
2021-12-12 19:08:27 +01:00
Jia-Chen b610d2de37 optimize cgemm on ARM cortex A53 & cortex A55 2021-12-12 17:22:52 +08:00
Martin Kroeker 697e2752d7
Merge pull request #3464 from binebrank/arm_sve_sgemm
Add sgemm part for Arm SVE
2021-12-11 20:35:22 +01:00
Bine Brank a8f62a347b fix UNROLL_MN and add to targets for SVE 2021-12-11 16:37:23 +01:00
Bine Brank 774267fdac adjust Makefile.L3 for SVE 2021-12-11 16:35:08 +01:00
Rafael Cardoso Fernandes Sousa d38110a5ce Use CMake variables instead of as 2021-12-10 17:46:53 -06:00
Rafael Cardoso Fernandes Sousa 23a7561353 Fix error cmake (small kernels) 2021-12-09 09:57:39 -06:00