platform/upstream/openblas.git
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-02-01 Martin KroekerDelete misplaced file sgemv_t_4.c
2019-01-31 Martin KroekerMerge pull request #1993 from martin-frbg/aarnes-zarch
2019-01-31 Martin KroekerImprove the z14 SGEMVT kernel
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 KroekerAdd cache sizes for Z14
2019-01-31 Martin KroekerAdd FORCE Z14
2019-01-31 Martin KroekerAdd parameters for Z14
2019-01-31 Martin KroekerAdd Z14 target
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-31 maamountkiRemove ztest
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
2019-01-28 maamountki[ZARCH] Undo the last commit
2019-01-28 maamountki[ZARCH] Fix bug in iamax/iamin/imax/imin
2019-01-28 Martin KroekerMerge pull request #1985 from martin-frbg/issue1984
2019-01-28 Martin KroekerMerge pull request #1981 from edisongustavo/develop
2019-01-28 Martin KroekerMerge pull request #1978 from danielgindi/feature/msvc_...
2019-01-28 Martin KroekerMerge pull request #1962 from brada4/r
2019-01-26 Martin KroekerMerge pull request #1987 from martin-frbg/issue1961
2019-01-26 Martin KroekerChange ARMV8 target to ARMV7 for BINARY=32
2019-01-26 Martin KroekerChange ARMV8 target to ARMV7 when BINARY32 is set
2019-01-25 Martin KroekerCorrect naming of getrf_parallel object
2019-01-24 Martin KroekerMerge pull request #1971 from martin-frbg/trsm-threshold
2019-01-23 Edison Gustavo... Fix include directory of exported targets
2019-01-23 Martin KroekerAvoid penalizing tall skinny matrices
2019-01-22 Martin KroekerMerge pull request #1980 from martin-frbg/issue1979
2019-01-22 Martin KroekerSyntax fix
2019-01-22 Martin KroekerReport SkylakeX as Haswell if compiler does not support...
2019-01-22 Daniel Cohen... Adjust test script for correct deployment
2019-01-22 Martin KroekerUse VERSION_LESS for comparisons involving software...
2019-01-21 Daniel Cohen... Better support for MSVC/Windows in CMake
2019-01-21 maamountki[ZARCH] Update max/min functions
2019-01-20 Martin KroekerMerge pull request #1973 from martin-frbg/issue1464
2019-01-20 Martin KroekerFix compilation with NO_AVX=1 set
2019-01-19 Martin KroekerIncrease Zen SWITCH_RATIO to 16
2019-01-18 Martin KroekerShift transition to multithreading towards larger matri...
2019-01-18 Martin KroekerFix declaration of input arguments in the Sandybridge...
2019-01-18 Martin KroekerFix declaration of input arguments in the x86_64 SCAL...
2019-01-17 Martin KroekerFix declaration of input arguments in the x86_64 microk...
2019-01-17 Martin KroekerMerge pull request #1970 from quickwritereader/develop
2019-01-17 Martin KroekerBump xcode version to 10.1 to make sure it handles...
2019-01-17 Ubuntucrot fix
2019-01-16 Martin KroekerMerge pull request #1963 from quickwritereader/develop
2019-01-16 AbdelraufMerge branch 'develop' into develop
2019-01-16 UbuntuAdded missing Blas1 single fp {saxpy, caxpy, cdot,...
2019-01-16 Andrewdisable NaN checks before BLAS calls dgemm.R
2019-01-16 Andrewdisable NaN checks before BLAS calls deig.R (shorten...
2019-01-16 Andrewdisable NaN checks before BLAS calls deig.R
2019-01-16 Andrewdisable NaN checks before BLAS calls dsolve.R (shorter...
2019-01-16 Martin KroekerMerge pull request #1960 from cnjsdfcy/Hygon
2019-01-16 Andrewdisable NaN checks before BLAS calls dsolve.R (shorter...
2019-01-16 Andrewdisable NaN checks before BLAS calls dsolve.R
2019-01-16 Andrewinit
2019-01-16 caiyuAdd support for Hygon Dhyana
2019-01-15 maamountki[ZARCH] fix a bug in max/min functions
2019-01-14 Martin KroekerFix missing braces in support_av() call
2019-01-14 Martin KroekerFix missing braces in support_avx()
2019-01-11 maamountki[ZARCH] Update dgemv_n_4.c
2019-01-11 maamountki[ZARCH] update cgemv_n_4.c
2019-01-11 maamountki[ZARCH] Update cgemv_t_4.c
2019-01-11 maamountkiUpdate sgemv_t_4.c
2019-01-11 maamountkiUpdate dgemv_t_4.c
2019-01-11 maamountki[ZARCH] fix sgemv_n_4.c
2019-01-11 maamountki[ZARCH] fix cgemv_n_4.c
2019-01-10 Martin KroekerMerge pull request #1957 from martin-frbg/issue1954
2019-01-09 Martin KroekerMove TLS key deletion to openblas_quit
2019-01-09 maamountki[ZARCH] fix data prefetch type in sdot
2019-01-09 maamountki[ZARCH] fix data prefetch type in ddot
2019-01-09 maamountki[ZARCH] fix dsdot.c
2019-01-09 maamountki[ZARCH] fix cgemv_n_4.c
2019-01-08 Martin KroekerMerge pull request #1949 from martin-frbg/issue1947
2019-01-08 Martin KroekerBump xcode to 8.3
2019-01-08 Martin KroekerUpdate OSX environment to Sierra
2019-01-08 Martin KroekerAdd travis_wait to the OSX brew install phase
2019-01-05 Martin KroekerAdd message for SkylakeX and KNL fallbacks to Haswell
2019-01-05 Martin KroekerAdd xcr0 (os support) check
2019-01-05 Martin KroekerAdd xcr0 (os support) check
2019-01-05 Martin KroekerQuery AVX2 and AVX512VL capability in x86 cpu detection
2019-01-05 Martin KroekerQuery AVX2 and AVX512 capability for runtime cpu selection
2019-01-04 maamountki[ZARCH] fix cgemv_n_4.c
2019-01-04 Martin KroekerMerge pull request #1946 from martin-frbg/issue1908
2019-01-03 maamountki[ZARCH] fix sgemv_t_4.c
2019-01-03 Martin KroekerMore fixes for cross-compiling ARM64 targets
2019-01-02 Martin KroekerFix missing quotes around thunderx targets
2018-12-31 TiborGYValidate user supplied TARGET (#1941)
2018-12-31 Martin KroekerIncrement version to 0.3.6.dev
2018-12-31 Martin KroekerIncrement version to 0.3.6.dev
2018-12-31 Martin KroekerMerge branch 'release-0.3.0' into develop
2018-12-31 Martin KroekerUpdate ChangeLog.txt with changes from 0.3.5
next