Disable repeated recursion on Ab_BR in ReLAPACK xGBTRF
[platform/upstream/openblas.git] / kernel /
2019-04-28 Martin KroekerMerge pull request #2096 from martin-frbg/eig-testing
2019-04-28 Martin KroekerMerge pull request #2095 from martin-frbg/trsm
2019-04-27 Martin KroekerMerge pull request #2094 from martin-frbg/issue2066
2019-04-23 Martin KroekerMerge pull request #2092 from jeffbaylor/snprintf_with_...
2019-04-23 Martin KroekerMerge pull request #2072 from martin-frbg/sum
2019-04-14 Martin KroekerMerge pull request #2084 from RashmicaG/develop
2019-04-09 Rashmica GuptaAdd in runtime CPU detection for POWER.
2019-03-31 Martin KroekerAdd ?sum definitions for generic kernel
2019-03-31 Martin KroekerAdd ?sum
2019-03-30 Martin KroekerAdd ZARCH implementation of ?sum
2019-03-30 Martin KroekerAdd x86_64 implementation of ?sum
2019-03-30 Martin KroekerAdd x86 implementation of ?sum
2019-03-30 Martin KroekerAdd SPARC implementation of ?sum
2019-03-30 Martin KroekerAdd POWER implementation of ?sum
2019-03-30 Martin KroekerAdd MIPS64 implementation of ?sum
2019-03-30 Martin KroekerAdd MIPS implementation of ?sum
2019-03-30 Martin KroekerAdd ia64 implementation of ?sum
2019-03-30 Martin KroekerAdd ARM64 implementations of ?sum
2019-03-30 Martin KroekerAdd ARM implementations of ?sum
2019-03-30 Martin KroekerAdd implementations of ssum/dsum and csum/zsum
2019-03-30 Martin KroekerAdd ?sum
2019-03-30 Martin KroekerMerge pull request #2061 from martin-frbg/martin-frbg...
2019-03-30 Martin KroekerMerge pull request #2071 from martin-frbg/issue2068
2019-03-29 Martin KroekerMerge pull request #2070 from quickwritereader/develop
2019-03-29 Martin KroekerMerge branch 'develop' into develop
2019-03-29 AbdelRaufpower9 makefile. dgemm based on power8 kernel with...
2019-03-13 Martin KroekerDisable the AVX512 DGEMM kernel (again)
2019-03-12 Martin KroekerMerge pull request #2042 from maomao194313/develop
2019-03-12 Martin KroekerMerge pull request #2055 from martin-frbg/atomid
2019-03-09 Martin KroekerMerge pull request #2051 from martin-frbg/issue2048
2019-03-09 Martin KroekerMake TARGET=GENERIC compatible with DYNAMIC_ARCH=1
2019-03-07 Martin KroekerMerge pull request #2049 from Celelibi/fix_crash_sgemm_...
2019-03-07 CelelibiFix crash in sgemm SSE/nano kernel on x86_64
2019-03-06 Martin KroekerMerge pull request #2045 from martin-frbg/2033-3
2019-03-05 Martin KroekerMerge pull request #2044 from martin-frbg/issue2043
2019-03-05 Martin KroekerMerge pull request #2039 from brada4/meminit
2019-03-04 Martin KroekerMerge pull request #2026 from martin-frbg/trmv_threads
2019-03-04 Martin KroekerMerge pull request #2038 from martin-frbg/issue2035
2019-03-04 Martin KroekerMerge pull request #2040 from martin-frbg/locks2002
2019-03-04 maomao194313HiSilicon tsv110 CPUs optimization branch
2019-03-01 Martin KroekerMerge pull request #2037 from martin-frbg/issue2033-2
2019-02-28 Martin KroekerMerge pull request #2034 from martin-frbg/issue2033
2019-02-24 Martin KroekerMerge pull request #2028 from brada4/mv
2019-02-24 Andrewmove fix to right place
2019-02-17 Martin KroekerMerge pull request #2024 from martin-frbg/gcc9fixes4
2019-02-17 Martin KroekerMerge pull request #2023 from martin-frbg/gcc9fixes3
2019-02-17 Martin KroekerMerge pull request #1988 from TiborGY/patch-1
2019-02-16 Martin KroekerFix inline assembly constraints in Bulldozer TRSM kernels
2019-02-16 Martin KroekerFix inline assembly constraints
2019-02-16 Martin KroekerFix inline assembly constraints
2019-02-16 Martin KroekerFix inline assembly constraints
2019-02-16 Martin KroekerMerge pull request #2021 from martin-frbg/gcc9fixes2
2019-02-15 Martin KroekerFix wrong constraints in inline assembly
2019-02-15 Martin KroekerMerge pull request #2019 from martin-frbg/gcc9fixes
2019-02-15 Martin KroekerRename operands to put lda on the input/output constrai...
2019-02-15 Martin KroekerMerge pull request #2020 from martin-frbg/issue1956
2019-02-14 Martin KroekerSave and restore input argument 8 (lda4)
2019-02-14 Martin KroekerMerge pull request #2018 from bartoldeman/fix-dgemv...
2019-02-14 Bart Oldemandgemv_kernel_4x4(Haswell): add missing clobbers for...
2019-02-14 Martin KroekerMerge pull request #2013 from martin-frbg/issue2011
2019-02-13 Martin KroekerFix out-of-bounds memory access in gemm_beta
2019-02-13 Martin KroekerFix out-of-bounds memory access in gemm_beta
2019-02-13 Martin KroekerMerge pull request #2012 from maamountki/z14
2019-02-13 maamountki[ZARCH] Modify constraints
2019-02-13 maamountki[ZARCH] Fix caxpy
2019-02-12 Martin KroekerMerge pull request #2010 from martin-frbg/issue2009
2019-02-12 Martin KroekerFix declaration of arguments in inline assembly
2019-02-12 Martin KroekerFix declaration of assembly arguments in SSYMV and...
2019-02-12 Martin KroekerFix declaration of input arguments in inline assembly
2019-02-12 Martin Kroeker Fix declaration of input arguments in the x86_64 s...
2019-02-12 maamountki[ZARCH] Fix cgemv_t_4
2019-02-11 maamountki[ZARCH] Fix constraints and source code formatting
2019-02-06 maamountki[ZARCH] Undo the last commit
2019-02-06 Martin KroekerMerge pull request #2001 from martin-frbg/cmake-dynlist
2019-02-05 Martin KroekerMerge pull request #2000 from martin-frbg/issue1989
2019-02-05 Martin KroekerMerge pull request #1999 from martin-frbg/issue1996-2
2019-02-05 maamountki[ZARCH] Set alignment hint for vl/vst
2019-02-05 Martin KroekerMerge pull request #1998 from martin-frbg/issue1992
2019-02-05 maamountki[ZARCH] Fix copy constraint
2019-02-05 maamountki[ZARCH] Format source code, Fix constraints
2019-02-05 maamountkiMerge pull request #1 from xianyi/develop
2019-02-04 Martin KroekerMerge pull request #1996 from quickwritereader/develop
2019-02-04 UbuntuNote for unused kernels
2019-02-04 UbuntuNBMAX=4096 for gemvn, added sgemvn 8x8 for future
2019-02-01 Martin KroekerMerge pull request #1994 from quickwritereader/develop
2019-02-01 Ubuntusgemv cgemv pairs
2019-02-01 Martin KroekerFix incorrect sgemv results for IBM z14
2019-01-31 Martin KroekerMerge pull request #1993 from martin-frbg/aarnes-zarch
2019-01-31 Martin KroekerFix precision of zarch DSDOT
2019-01-31 Martin KroekerFix typo in the zarch min/max kernels
2019-01-31 Martin KroekerUSE_TRMM on Z14
2019-01-31 Martin KroekerMerge pull request #1991 from maamountki/z14
2019-01-31 maamountkiMerge branch 'develop' into z14
2019-01-31 maamountki[ZARCH] Add Z13 version for max/min functions
2019-01-31 maamountki[ZARCH] Improve loading performance for camax/icamax
2019-01-31 Martin KroekerFix wrong comparison that made IMIN identical to IMAX
2019-01-31 Martin KroekerFix wrong comparison that made IMIN identical to IMAX
2019-01-29 maamountki[ZARCH] Fix bug in max/min functions
2019-01-29 maamountki[ZARCH] Fix icamax/icamin
2019-01-28 maamountki[ZARCH] Fix iamax/imax single precision
next