platform/upstream/openblas.git
2017-05-06 Martin KroekerMerge pull request #1178 from jcowgill/mips-fixes
2017-05-06 Martin KroekerMerge pull request #1179 from jcowgill/memory-fixes
2017-05-05 James Cowgillmemory: Fix buffer overflow when position == NUM_BUFFERS
2017-05-05 James Cowgillmips: remove incorrect blas_lock implementations
2017-05-05 James Cowgillmips: implement MB and WMB
2017-05-05 James Cowgillmemory: switch loop condition around in blas_memory_free
2017-05-05 Martin KroekerMerge pull request #1175 from martin-frbg/lapack_143
2017-05-05 Martin KroekerMerge pull request #1176 from staticfloat/sf/dynamic_arch
2017-05-04 Elliot SabaForce `DYNAMIC_ARCH` to empty when `DYNAMIC_CORE` is...
2017-05-04 Elliot SabaAdd Makefile debugging trick so that we can inspect...
2017-05-04 Martin KroekerFix workspace computation for side=L
2017-05-04 Martin KroekerFix workspace computation for side=L
2017-05-04 Martin KroekerFix workspace computation for side=L
2017-05-04 Martin KroekerFix workspace allocation in lapacke_ctp for side=L
2017-05-04 Martin KroekerMerge pull request #1169 from martin-frbg/cblas_xerbla
2017-04-26 Martin KroekerUpdate xerbla.c
2017-04-26 Martin KroekerAdd cblas_xerbla
2017-04-26 Martin KroekerAdd cblas_xerbla()
2017-04-21 Martin KroekerMerge pull request #1165 from rcoscali/patch-1
2017-04-21 Rémi Cohen... Update README.md
2017-04-21 Martin KroekerMerge pull request #1164 from sharkcz/s390x
2017-04-20 Dan Horákdetect CPU on zArch
2017-04-19 Martin KroekerMerge pull request #1160 from gcp/extra-streamroller...
2017-04-19 Gian-Carlo... Add an extra familiy/model combination used by AMD...
2017-04-19 Martin KroekerMerge pull request #1158 from martin-frbg/force-zen
2017-04-19 Martin KroekerFix FORCE_ZEN option in getarch.c
2017-04-18 Martin KroekerMerge pull request #1157 from gcp/revert-zen-param
2017-04-18 Gian-Carlo... Revert Zen param.h to Haswell values (instead of Excava...
2017-04-18 Martin KroekerMerge pull request #1156 from SoapGentoo/cmake-fixes
2017-04-15 David SeifertUse GNUInstallDirs to allow changing target directories
2017-04-13 Martin KroekerMerge pull request #1154 from sharkcz/s390x
2017-04-13 Dan Horákadd lapack laswp for zarch
2017-04-11 Zhang XianyiBuild shared library for Android.
2017-04-10 Martin KroekerMerge pull request #1148 from gcp/fix-dynamic-zen
2017-04-10 Gian-Carlo... Recognize ZEN when passed as OPENBLAS_CORETYPE.
2017-04-10 Gian-Carlo... Fix dynamic detection for ZEN CPUs.
2017-04-06 Martin KroekerMerge pull request #1142 from amodra/develop
2017-04-04 Alan ModraPower8 inline assembly tweaks
2017-04-03 Martin KroekerMerge pull request #1140 from JohannesBuchner/develop
2017-04-03 Johannes BuchnerAutodetect AMD A8-6410 as BARCELONA
2017-03-24 Martin KroekerFix integer overflow in LAPACK DBDSQR, SBDSQR (#1135)
2017-03-24 Martin KroekerMerge pull request #1133 from steckdenis/develop
2017-03-19 Denis SteckelmacherAdd ZEN support (tested for auto-detected static backend)
2017-03-16 AndrewAddress unlikely memleak in zimatcopy interface (#1129)
2017-03-15 Martin KroekerMerge pull request #1130 from quickwritereader/develop
2017-03-14 Martin KroekerMerge pull request #1126 from martin-frbg/pgi
2017-03-13 Martin KroekerUpdate zdot.c
2017-03-13 Martin KroekerUpdate zdot.c
2017-03-12 Martin KroekerReplace gnu _real_, _imag_ extensions in initializers
2017-03-12 Martin KroekerReplace gnu _real_ , _imag_ extensions in initializers
2017-03-12 Martin KroekerFix CREAL,CIMAG macros for PGI
2017-03-12 Abdurraufstrmm and ctrmm
2017-03-10 Martin KroekerMerge pull request #1124 from martin-frbg/c_check-ppc
2017-03-10 Martin KroekerUpdate c_check.cmake
2017-03-10 Martin KroekerMerge pull request #1122 from martin-frbg/zlasyf
2017-03-10 Martin KroekerFix misspelling of zlasyf_aa from previous commit
2017-03-10 Martin KroekerMerge pull request #1121 from staticfloat/sf/Xsymv_export
2017-03-09 Elliot SabaWhitespace cleanup/reformatting
2017-03-09 Elliot SabaAdd `csymv` and `zsymv` into `@lapackobjs2` for exporting
2017-03-06 Abdurraufinitial strmm(sgemm). not tuned yet
2017-03-02 Martin KroekerMerge pull request #1111 from martin-frbg/kaby-no-avx
2017-03-02 Martin KroekerFix core detection for Kaby Lake without AVX (G4560)
2017-03-01 Martin KroekerMerge pull request #1110 from quickwritereader/develop
2017-03-01 Abdurraufconventional usage of the register save area
2017-02-28 Abdurraufchanged to conventional register save area
2017-02-28 Martin KroekerMerge pull request #1108 from ashwinyes/develop_2017020...
2017-02-28 Ashwin Sekhar T KTHUNDERX2T99: Performance fix for ZGEMM
2017-02-28 Ashwin Sekhar T KTHUNDERX2T99: Bug Fixes in D/Z NRM2 and ZGEMM
2017-02-28 Ashwin Sekhar T KTHUNDERX2T99: Add Optimized ZGEMM Implementation
2017-02-26 Martin KroekerMerge pull request #1107 from quickwritereader/develop
2017-02-26 AbdurraufMerge branch 'z13' into develop
2017-02-26 Abdurraufztrmm kernel.
2017-02-23 Martin KroekerMerge pull request #915 from mdong/small_fix_for_icc
2017-02-23 Ashwin Sekhar T KTHUNDERX2T99: Add Optimized D/Z NRM2 Implementation
2017-02-22 Martin KroekerMerge pull request #1105 from martin-frbg/testing-eig...
2017-02-22 Martin KroekerRemove spurious names from EXTERNAL list
2017-02-22 Martin KroekerRemove spurious names from EXTERNAL list
2017-02-22 Martin KroekerFix typo in EXTERNAL declaration
2017-02-22 Martin KroekerMerge pull request #1104 from martin-frbg/lapack-comma
2017-02-22 Martin KroekerFix missing comma on continued line
2017-02-22 Martin KroekerFix missing comma on continued line
2017-02-22 Martin KroekerFix missing comma on continued line
2017-02-22 Martin KroekerFix missing comma in continued line
2017-02-22 Ashwin Sekhar T KARM64: Remove unused code
2017-02-21 Martin KroekerMerge pull request #1103 from vladimir-ch/fix-lapacke...
2017-02-21 Vladimir ChalupeckyLAPACKE: fix wrong matrix size in ?ormbr
2017-02-21 Martin KroekerMerge pull request #1098 from martin-frbg/amodra-power8
2017-02-21 Martin KroekerMerge pull request #1101 from martin-frbg/martin-frbg...
2017-02-21 Ashwin Sekhar T KTHUNDERX2T99: Add Optimized C/Z DOT Implementation
2017-02-21 Ashwin Sekhar T KTHUNDERX2T99: Add Optimized SDOT Implementation
2017-02-21 Martin KroekerMerge pull request #1102 from brada4/develop
2017-02-20 Andrewdetect apollo lake for real
2017-02-20 Martin KroekerLAPACKE: fix wrong number of columns in ?ormlq
2017-02-20 Ashwin Sekhar T KTHUNDERX2T99: Bug fix in C/Z IAMAX
2017-02-17 Ashwin Sekhar T KTHUNDERX2T99: Add Optimized C/Z IAMAX Implementation
2017-02-17 Martin KroekerMerge pull request #1091 from staticfloat/sf/corei5_7600k
2017-02-14 Ashwin Sekhar T KTHUNDERX2T99: Add parallel SCNRM2 Implementation
2017-02-13 Martin KroekerPower8 inline assembly fixes
2017-02-12 Martin KroekerMerge pull request #1096 from martin-frbg/pkg-config
2017-02-12 Martin KroekerAdd cmake template for openblas.pc
next