Martin Kroeker
ce18eef3e4
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
3563012d3f
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
c65214ab37
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
274433c4b3
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
807333aab9
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
6e02ec95b3
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
60135f3bd3
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
e9b636e066
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
6f80842908
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
30b85c589d
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
079137350a
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
e6ab4b0cab
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
6d9ff11919
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
9854d7fc07
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
ce0d38cc95
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
6f2f065471
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
82e45b23e6
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
26c55db4ed
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
4ee9b48e59
Update LAPACK to 3.9.0
6 years ago
Martin Kroeker
4a62c8f665
Update make.inc entries for LAPACK 3.9.0
Reference-LAPACK PR 347 changed some variable names and relative paths
6 years ago
Martin Kroeker
0257f26488
Merge pull request #21 from xianyi/develop
rebase
6 years ago
Martin Kroeker
c45b7aef14
Merge pull request #2348 from wjc404/develop
AVX2 CGEMM3M kernel
6 years ago
wjc404
312060d0d6
Update CONTRIBUTORS.md
6 years ago
wjc404
cd765f094b
Update cgemm3m_kernel_8x4_haswell.c
6 years ago
wjc404
64639f440f
Update param.h
6 years ago
wjc404
3a66c8cac1
Update KERNEL.ZEN
6 years ago
wjc404
4c35b8dbaa
Update gemm3m_level3.c
6 years ago
wjc404
ed9af2f7da
Update KERNEL.HASWELL
6 years ago
wjc404
5fd1edead9
Create cgemm3m_kernel_8x4_haswell.c
6 years ago
Martin Kroeker
26478eb0d0
Merge pull request #2345 from wjc404/develop
Optimize AVX2 CGEMM
6 years ago
wjc404
eeecd623d8
Update cgemm_kernel_8x2_haswell.c
6 years ago
wjc404
3ce6bcdb5f
Update CONTRIBUTORS.md
6 years ago
wjc404
6fbe51072b
Update CONTRIBUTORS.md
6 years ago
wjc404
611445c7f8
Update param.h
6 years ago
wjc404
2cd9306bb5
Update KERNEL.ZEN
6 years ago
wjc404
c418c81224
Update KERNEL.HASWELL
6 years ago
wjc404
025741f16a
Fast Haswell CGEMM kernel
6 years ago
Martin Kroeker
0ae49d2990
Merge pull request #2344 from wjc404/develop
Optimize AVX2 ZGEMM
6 years ago
wjc404
105e26e12a
Adjust Haswell ZGEMM blocking parameters
6 years ago
wjc404
f41d52665d
Fast Haswell ZGEMM kernel
6 years ago
wjc404
d573d24de7
Fast Haswell ZGEMM kernel
6 years ago
Martin Kroeker
31d6c2eb7d
Merge pull request #2340 from Zeyiii/develop
[WIP] Use arm neon instructions to optimize gemm beta operation
6 years ago
w00421467
b7cc69ee62
declare DGEMM_BETA in KERNEL.ARMV8 rather than the generic KERNEL
6 years ago
w00421467
aeef942c4f
use arm neon instructions to optimize gemm beta operation
6 years ago
Martin Kroeker
445ca2f418
Merge pull request #2339 from Jehan/wip/Jehan/fix-timeout
driver: more reasonable thread wait timeout on Windows.
6 years ago
Jehan
13226e3101
driver: more reasonable thread wait timeout on Windows.
It used to be 5ms, which might not be long enough in some cases for the
thread to exit well, but then when set to 5000 (5s), it would slow down
any program depending on OpenBlas.
Let's just set it to 50ms, which is at least 10 times longer than
originally, but still reasonable in case of failed thread termination.
6 years ago
Martin Kroeker
1a6ea8ee6d
Merge pull request #2338 from kavanabhat/aix_mod
Changes to build on AIX in POWER8 mode
6 years ago
Martin Kroeker
c6ecb195e6
Merge pull request #2337 from martin-frbg/issue2336
Support two-digit version numbers in gcc version check
6 years ago
Martin Kroeker
b28db31429
Support two-digit version numbers in gcc version check
fixes #2336 (non-recognition of gcc 10) with patch provided by JeffreyALaw.
6 years ago
Kavana Bhat
6baa9b07d7
AIX changes for Power8
6 years ago