Martin Kroeker
b55c586fac
Fix missing clobber in x86/x86_64 blas_quickdivide inline assembly function ( #2017 )
* Fix missing clobber in blas_quickdivide assembly
7 years ago
Martin Kroeker
056917d616
Merge pull request #2013 from martin-frbg/issue2011
Fix invalid memory access in PPC gemm_beta
7 years ago
Martin Kroeker
718efcec6f
Fix out-of-bounds memory access in gemm_beta
Fixes #2011 (as suggested by davemq), assuming typo by K.Goto
7 years ago
Martin Kroeker
f9d67bb5e8
Fix out-of-bounds memory access in gemm_beta
Fixes #2011 (as suggested by davemq) presuming typo by K.Goto
7 years ago
Martin Kroeker
76bb74fcd4
Merge pull request #2012 from maamountki/z14
[ZARCH] Many improvements
7 years ago
maamountki
0a54c98b9d
[ZARCH] Modify constraints
7 years ago
maamountki
bec54ae366
[ZARCH] Fix caxpy
7 years ago
Martin Kroeker
63d7bad8a5
Merge pull request #2010 from martin-frbg/issue2009
Fix declaration of input arguments in x86_64 GEMV, SYMV and DSCAL
7 years ago
Martin Kroeker
ab1630f9fa
Fix declaration of arguments in inline assembly
Argument 0 is modified so should be input and output
7 years ago
Martin Kroeker
b824fa70eb
Fix declaration of assembly arguments in SSYMV and DSYMV microkernels
Arguments 0 and 1 are both input and output
7 years ago
Martin Kroeker
91481a3e4e
Fix declaration of input arguments in inline assembly
Argument 0 is modified as it doubles as a counter
7 years ago
Martin Kroeker
dc6ac9eab0
Fix declaration of input arguments in the x86_64 s/dGEMV_T and s/dGEMV_N kernels
Arguments 0 and 1 need to be tagged as both input and output
7 years ago
maamountki
f583674109
[ZARCH] Fix cgemv_t_4
7 years ago
maamountki
77fe70019f
[ZARCH] Fix constraints and source code formatting
7 years ago
Martin Kroeker
03a2bf2602
Fix potential memory leak in cpu enumeration on Linux ( #2008 )
* Fix potential memory leak in cpu enumeration with glibc
An early return after a failed call to sched_getaffinity would leak the previously allocated cpu_set_t. Wrong calculation of the size argument in that call increased the likelyhood of that failure. Fixes #2003
7 years ago
Martin Kroeker
69edc5bbe7
Restore dropped patches in the non-TLS branch of memory.c ( #2004 )
* Restore dropped patches in the non-TLS branch of memory.c
As discovered in #2002 , the reintroduction of the "original" non-TLS version of memory.c as an alternate branch had inadvertently used ba1f91f rather than a8002e2 , thereby dropping the commits for #1450 , #1468 , #1501 , #1504 and #1520 .
7 years ago
maamountki
7039770165
[ZARCH] Undo the last commit
7 years ago
Martin Kroeker
641767f846
Merge pull request #2001 from martin-frbg/cmake-dynlist
Support DYNAMIC_LIST option in cmake
7 years ago
Martin Kroeker
af6e2253a2
Merge pull request #2000 from martin-frbg/issue1989
Make c_check robust against old or incomplete perl installations
7 years ago
Martin Kroeker
5952e586ce
Support DYNAMIC_LIST option in cmake
e.g. cmake -DDYNAMIC_ARCH=1 -DDYNAMIC_LIST="NEHALEM;HASWELL;ZEN" ..
original issue was #1639
7 years ago
Martin Kroeker
f10408aae8
Merge pull request #1999 from martin-frbg/issue1996-2
fix second instance of complex.h for c++ as well
7 years ago
Martin Kroeker
d70ae3ab43
Make c_check robust against old or incomplete perl installations
by catching and working around failures to load modules, and avoiding object-oriented syntax in tempfile creation.
Fixes #1989
7 years ago
Martin Kroeker
1391fc46d2
fix second instance of complex.h for c++ as well
7 years ago
maamountki
11a43e8116
[ZARCH] Set alignment hint for vl/vst
7 years ago
Martin Kroeker
817fe9865c
Merge pull request #1998 from martin-frbg/issue1992
Include complex rather than complex.h in C++ contexts
7 years ago
Martin Kroeker
f4b82d7bc4
Include complex rather than complex.h in C++ contexts
to avoid name clashes e.g. with boost headers that use I as a generic placeholder.
Fixes #1992 as suggested by aprokop in that issue ticket.
7 years ago
maamountki
61526480f9
[ZARCH] Fix copy constraint
7 years ago
maamountki
81daf6bc38
[ZARCH] Format source code, Fix constraints
7 years ago
maamountki
a38aa56e76
Merge pull request #1 from xianyi/develop
Update
7 years ago
Martin Kroeker
729e925174
Merge pull request #1996 from quickwritereader/develop
NBMAX=4096 for gemvn, added sgemvn 8x8 for future
7 years ago
Ubuntu
498ac98581
Note for unused kernels
7 years ago
Ubuntu
cd9ea45463
NBMAX=4096 for gemvn, added sgemvn 8x8 for future
7 years ago
Martin Kroeker
f9c5023e04
Merge pull request #1994 from quickwritereader/develop
sgemv cgemv pairs
7 years ago
Ubuntu
4abc375a91
sgemv cgemv pairs
7 years ago
Martin Kroeker
874df65491
Fix incorrect sgemv results for IBM z14
part of PR #1993 that was inadvertently misplaced into the toplevel directory
7 years ago
Martin Kroeker
1f4b61f572
Delete misplaced file sgemv_t_4.c
from #1993 , file should have gone into kernel/zarch
7 years ago
Martin Kroeker
282230c303
Merge pull request #1993 from martin-frbg/aarnes-zarch
Various fixes for the new Z14 target
7 years ago
Martin Kroeker
cce574c3e0
Improve the z14 SGEMVT kernel
from patch provided by aarnez in #991
7 years ago
Martin Kroeker
877023e1e1
Fix precision of zarch DSDOT
from patch provided by aarnez in #991
7 years ago
Martin Kroeker
265142edd5
Fix typo in the zarch min/max kernels
from patch provided by aarnez in #991
7 years ago
Martin Kroeker
885a3c4350
USE_TRMM on Z14
from patch provided by aarnez in #991
7 years ago
Martin Kroeker
4b512f84dd
Add cache sizes for Z14
from patch provided by aarnez in #991
7 years ago
Martin Kroeker
72d3e7c9b4
Add FORCE Z14
from patch provided by aarnez in #991
7 years ago
Martin Kroeker
bdc73a49e0
Add parameters for Z14
from patch provided by aarnez in #991
7 years ago
Martin Kroeker
1249ee1fd0
Add Z14 target
from patch provided by aarnez in #991
7 years ago
Martin Kroeker
42df9efa0c
Merge pull request #1991 from maamountki/z14
[ZARCH] Z14 Support, BLAS 1/2 single precision implementations
7 years ago
maamountki
82124729af
Merge branch 'develop' into z14
7 years ago
maamountki
29416cb5a3
[ZARCH] Add Z13 version for max/min functions
7 years ago
maamountki
48b9b94f7f
[ZARCH] Improve loading performance for camax/icamax
7 years ago
Martin Kroeker
86a824c97f
Fix wrong comparison that made IMIN identical to IMAX
as reported by aarnez in #1990
7 years ago