Martin Kroeker
d1ee6ff73f
fix function typecasts
4 years ago
Martin Kroeker
07fe5b19a4
typecast function pointers
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
Martin Kroeker
ea09355eae
Fix DYNAMIC_ARCH builds with CMAKE on OSX and add corresponding test to Azure CI ( #3409 )
* Use linker response files and a custom link command to get around ARG_MAX limitations on OSX
* Reconfigure a redundant job on Azure to test shared library builds with CMAKE and DYNAMIC_ARCH on OSX
4 years ago
Martin Kroeker
54d321d742
Merge pull request #3466 from rafaelcfsousa/rafael/small_matrix_p10
[POWER] Add small matrix for sgemm/dgemm on Power10
4 years ago
Martin Kroeker
c248442df4
Merge pull request #3465 from kavanabhat/develop
Fix truncated assembler checks used to build Power10 Kernels
4 years ago
Martin Kroeker
1470b7e4de
Delete test_zhemv.c
4 years ago
Martin Kroeker
0882db30a2
Merge pull request #3455 from cenewcombe/develop
Fix unsafe read during final iteration of zsymv_L_sse2.S
4 years ago
kavanabhat
9a45b5123f
Update Makefile.system
4 years ago