Martin Kroeker
|
b329e45288
|
Guard against omp_get_num_places returning zero
|
4 years ago |
Martin Kroeker
|
ee823b6ed9
|
Merge pull request #3500 from martin-frbg/osx_dyn_xerbla
Ensure that the right xerbla gets included in OSX DYNAMIC_ARCH builds
|
4 years ago |
Martin Kroeker
|
6cae44d4f7
|
Ensure that the right xerbla gets included in OSX DYNAMIC_ARCH builds
|
4 years ago |
Martin Kroeker
|
a06b4aff52
|
Merge pull request #3496 from yuanhec/develop
Fixed MSA enabled optimization on Loongson-3A4000
|
4 years ago |
yuanhecai
|
9d455b1b09
|
Merge remote-tracking branch 'upstream/develop' into develop
|
4 years ago |
yuanhecai
|
2db0b2e445
|
Fixed MSA enabled optimization on Loongson-3A4000
|
4 years ago |
Martin Kroeker
|
253670383f
|
Merge pull request #3491 from gxw-loongson/develop
loongarch64: Optimize dgemm_kernel
|
4 years ago |
gxw
|
8d9b9c6b2a
|
loongarch64: Optimize dgemm_kernel
|
4 years ago |
Martin Kroeker
|
8cec83bdfb
|
Update version to 0.3.19.dev
|
4 years ago |
Martin Kroeker
|
894fde9bfe
|
Update version to 0.3.19.dev
|
4 years ago |
Martin Kroeker
|
d1c6270c52
|
Merge pull request #3489 from xianyi/release-0.3.0
Merge back from release branch to copy 0.3.19 tag
|
4 years ago |
Martin Kroeker
|
2480e5046e
|
Update version to 0.3.19
|
4 years ago |
Martin Kroeker
|
488911486a
|
Merge pull request #3488 from xianyi/develop
Update from develop branch for 0.3.19 release
|
4 years ago |
Martin Kroeker
|
54a0c0bce3
|
Merge branch 'release-0.3.0' into develop
|
4 years ago |
Martin Kroeker
|
6025daca63
|
Update version to 0.3.19
|
4 years ago |
Martin Kroeker
|
e545614cd0
|
Merge pull request #3487 from martin-frbg/0319changes
Update Changelog for 0.3.19 release
|
4 years ago |
Martin Kroeker
|
b6001a2ee3
|
Update with 0.3.19 changes
|
4 years ago |
Martin Kroeker
|
9c8d1e013f
|
Merge pull request #3486 from martin-frbg/nvhpc
Update -tp option for recent nvfortran on x86_64
|
4 years ago |
Martin Kroeker
|
ed430cd963
|
Update -tp option for recent nvfortran on x86_64
|
4 years ago |
Martin Kroeker
|
b3f4b8c95a
|
Merge pull request #3485 from martin-frbg/issue3453
Add feature-based fallback for unknown x86_64 cpus
|
4 years ago |
Martin Kroeker
|
6ed52576f8
|
Add feature-based fallback for unknown x86_64 cpus
|
4 years ago |
Martin Kroeker
|
126ad48991
|
Merge pull request #3484 from martin-frbg/issue3481
Enable delayed (re)init of Windows threads beyond Cygwin
|
4 years ago |
Martin Kroeker
|
f67a0620a3
|
Merge pull request #3480 from wzgpeter/develop
fix bug in zscal function
|
4 years ago |
Martin Kroeker
|
449fb7d849
|
Merge pull request #3478 from ffontaine/develop
Makefile: also consider -O, -Og and -Os when stripping flags
|
4 years ago |
Martin Kroeker
|
7a7fbb11c3
|
define "unlikely" on non-cygwin too
|
4 years ago |
Martin Kroeker
|
b31349c22a
|
Open up delayed (re)init to non-Cygwin OS as well
|
4 years ago |
Martin Kroeker
|
4d61e453cc
|
Merge pull request #3483 from martin-frbg/issue3482
Fix bracing in cpuid_mips64.c
|
4 years ago |
Martin Kroeker
|
f3b51ec608
|
move brace inside the ifdef block
|
4 years ago |
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>
|
4 years ago |
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>
|
4 years ago |
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
|
4 years ago |
Martin Kroeker
|
b0a590f4fe
|
Merge pull request #3475 from wjc404/optimize-A53-dgemm
optimize cgemm on ARM cortex A53 & cortex A55
|
4 years ago |
Martin Kroeker
|
f4d1f0333b
|
Merge pull request #3474 from rafaelcfsousa/rafael/cmake_power
Add CMake support for Power
|
4 years ago |
Jia-Chen
|
b610d2de37
|
optimize cgemm on ARM cortex A53 & cortex A55
|
4 years ago |
Martin Kroeker
|
697e2752d7
|
Merge pull request #3464 from binebrank/arm_sve_sgemm
Add sgemm part for Arm SVE
|
4 years ago |
Bine Brank
|
a8f62a347b
|
fix UNROLL_MN and add to targets for SVE
|
4 years ago |
Bine Brank
|
774267fdac
|
adjust Makefile.L3 for SVE
|
4 years ago |
Rafael Cardoso Fernandes Sousa
|
d38110a5ce
|
Use CMake variables instead of as
|
4 years ago |
Rafael Cardoso Fernandes Sousa
|
23a7561353
|
Fix error cmake (small kernels)
|
4 years ago |
Rafael Cardoso Fernandes Sousa
|
214fbcee15
|
Fix cmake for power
|
4 years ago |
Martin Kroeker
|
f7f7fea0dc
|
Merge pull request #3472 from kavanabhat/p10_aixas_p8
Fallback for Power kernels
|
4 years ago |
Martin Kroeker
|
2241068c26
|
Merge pull request #3469 from martin-frbg/issue2986
Roll back SkylakeX DGEMM kernels to 4x8 when compiling for DYNAMIC_ARCH
|
4 years ago |
Martin Kroeker
|
3e9a52869c
|
Fix ar path in ARMV7 Darwin NDK build on Azure (#3473)
* Adjust ar commad in ARMV7 Darwin NDK build after homebrew update to NDK 23b
|
4 years ago |
kavanabhat
|
eee3381cbe
|
Fallback for Power kernels
|
4 years ago |
Martin Kroeker
|
5378046abd
|
roll back DGEMM kernels to 4x8 when compiling for DYNAMIC_ARCH
|
4 years ago |
Martin Kroeker
|
dd1f645371
|
switch DGEMM unroll parameters for SkylakeX if DYNAMIC_ARCH
|
4 years ago |
Bine Brank
|
a1fea1fe2a
|
sgemm v2x8 SVE kernel
|
4 years ago |
Martin Kroeker
|
2ae73a2b34
|
Merge pull request #3468 from martin-frbg/issue3467
Fix hardcoded library name in cpp_thread_test Makefile
|
4 years ago |
Martin Kroeker
|
8d11278e28
|
Fix hardcoded library name
|
4 years ago |
Bine Brank
|
abe1ce3434
|
strmm sve v1x8 kernel
|
4 years ago |