platform/upstream/openblas.git
2019-03-29 AbdelRaufpower9 makefile. dgemm based on power8 kernel with...
2019-02-04 UbuntuNote for unused kernels
2019-02-04 UbuntuNBMAX=4096 for gemvn, added sgemvn 8x8 for future
2019-02-01 Ubuntusgemv cgemv pairs
2019-01-17 Ubuntucrot fix
2019-01-16 AbdelraufMerge branch 'develop' into develop
2019-01-16 UbuntuAdded missing Blas1 single fp {saxpy, caxpy, cdot,...
2019-01-16 Martin KroekerMerge pull request #1960 from cnjsdfcy/Hygon
2019-01-16 caiyuAdd support for Hygon Dhyana
2019-01-14 Martin KroekerFix missing braces in support_av() call
2019-01-14 Martin KroekerFix missing braces in support_avx()
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-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 Martin KroekerMerge pull request #1946 from martin-frbg/issue1908
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
2018-12-31 Martin KroekerMerge pull request #1944 from hartzell/patch-1
2018-12-30 George HartzellTypo: Skyalke -> Skylake
2018-12-30 Martin KroekerMerge pull request #1939 from TiborGY/patch-2
2018-12-30 Martin KroekerMerge pull request #1943 from martin-frbg/issue1748
2018-12-30 Martin KroekerRe-enable loop unrolling in trmv and remove the scary...
2018-12-30 Martin KroekerMerge pull request #1942 from martin-frbg/issue1720
2018-12-30 Martin KroekerRemove stray include of complex.h
2018-12-29 Martin KroekerDelete the pthread key on cleanup in TLS mode
2018-12-29 Martin KroekerFix wrong case in TARGET setting for Alpine
2018-12-28 TiborGYUpdate cpuid_mips64.c
2018-12-28 TiborGYUpdate Makefile
2018-12-28 TiborGYUpdate cpuid_mips.c
2018-12-28 TiborGYUpdate cpuid_arm.c
2018-12-27 TiborGYFix typo in UNKNOWN core name
2018-12-24 Martin KroekerMerge pull request #1932 from martin-frbg/issue1915
2018-12-24 Martin KroekerRemove unnecessary change again
2018-12-24 Martin KroekerMerge pull request #1934 from fenrus75/betagoof
2018-12-24 Arjan van de VenFix thinko in skylake beta handling
2018-12-23 Martin KroekerMake sure that -fPIC is present if needed
2018-12-23 Martin KroekerMake sure that -fPIC is present when needed
2018-12-23 Martin KroekerMerge pull request #1931 from martin-frbg/pr1921
2018-12-23 Martin KroekerUse -dumpversion with gcc only
2018-12-23 Martin KroekerAdd -mavx2 for TARGET=HASWELL if compiler supports...
2018-12-23 Martin KroekerAdd -mavx2 to TARGET=HASWELL builds
2018-12-23 Martin KroekerMerge pull request #1930 from martin-frbg/issue1908
2018-12-23 Martin KroekerReflect ARMV8 target definition changes from PR1876
2018-12-23 Martin KroekerMerge pull request #1929 from martin-frbg/issue1924
2018-12-22 Martin KroekerAvoid taking the root of a negative number
2018-12-22 Martin KroekerMerge pull request #1 from xianyi/develop
2018-12-17 Martin KroekerMerge pull request #1921 from fenrus75/haswelldgemm
2018-12-16 Arjan van de Venset GEMM_PREFERED_SIZE for HASWELL
2018-12-16 Arjan van de Vendgemm: use dgemm_ncopy_8_skylakex.c also for Haswell
2018-12-16 Arjan van de Vendgemm: Use the skylakex beta function also for haswell
2018-12-16 Martin KroekerMerge pull request #1919 from fenrus75/haswelltuning
2018-12-16 Martin KroekerUpdate Makefile
2018-12-16 Martin Kroekertypo
2018-12-16 Martin KroekerAdd -mavx2 on Haswell only if the compiler supports it
2018-12-16 Arjan van de VenMake the skylakex/haswell sgemm code compile and run...
2018-12-15 Martin Kroekeruse -maxv2 on haswell
2018-12-15 Martin Kroekershould be core-avx2
2018-12-15 Martin Kroekerfix elseifeq and use older option core2-avx for compati...
2018-12-15 Martin KroekerAdd -march=haswell to HASWELL part of DYNAMIC_ARCH...
2018-12-15 Arjan van de VenUse sgemm_ncopy_4_skylakex.c also for Haswell
2018-12-15 Arjan van de VenUse the skylake sgemm beta code also for haswell
2018-12-13 Martin KroekerMerge pull request #1914 from fenrus75/smallmatrix
2018-12-13 Arjan van de VenAdd a "sgemm direct" mode for small matrixes
2018-12-12 Martin KroekerMerge pull request #1910 from martin-frbg/issue1909
2018-12-11 Martin Kroekermake sure the added march=skylake-avx512 does not cause...
2018-12-11 Martin KroekerAdd -march=skylake-avx512 to SkylakeX part of DYNAMIC_A...
2018-12-11 Martin KroekerAvoid adding blanket march=skylake-avx512 to dynamic_ar...
2018-12-07 Martin KroekerFix typo in previous commit for arm dynamic arch
2018-12-07 Martin KroekerAdd DYNAMIC_CORE list for ARM64
2018-12-07 Martin KroekerMake sure to use the arm version of dynamic.c in ARM64...
2018-12-06 Martin KroekerMerge pull request #1904 from martin-frbg/issue1870
2018-12-06 Martin KroekerFix missing parameter in popen call
2018-12-06 Martin KroekerRewrite the conditional for OSX to fix cmake parsing...
2018-12-06 Martin KroekerAvoid creating spurious non-suffixed c/zgemm_kernels
2018-12-06 Martin KroekerFix typo that broke CNRM2 on ARMV8 since 0.3.0
2018-12-05 Martin KroekerMerge pull request #1903 from rengolin/armv8
2018-12-05 Renato GolinFix two mistakes on Arm64 builds
2018-12-03 Martin KroekerUse p2align instead of align for OSX compatibility
2018-12-03 Martin KroekerMerge pull request #1899 from brada4/fbsd12
2018-12-03 Martin KroekerMerge branch 'develop' into fbsd12
2018-12-03 Martin KroekerMerge pull request #1894 from pkubaj/patch-2
2018-12-03 Martin KroekerUpdate Makefile.system
2018-12-02 Martin KroekerUpdate with the changes from 0.3.4
2018-12-02 Martin KroekerIncrement version to 0.3.5.dev
2018-12-02 Martin KroekerIncrement version to 0.3.5.dev
2018-12-02 Martin KroekerUpdate with changes from 0.3.4 v0.3.4
2018-12-02 Martin KroekerMerge pull request #1900 from xianyi/develop
next