platform/upstream/openblas.git
2020-09-02 Marius Hillenbrands390x: allow clang to emit fused multiply-adds (replica...
2020-09-02 Marius Hillenbrands390x: avoid variable-length arrays in struct for asm...
2020-09-02 Marius Hillenbrands390x: avoid inline assembly for vector loads for clang
2020-09-02 Marius Hillenbrands390x: replace nop with "nop 0" in inline assembly
2020-09-02 Marius Hillenbrands390x: use "lghi" for immediate values to fix build...
2020-09-01 Martin KroekerMerge pull request #2813 from martin-frbg/issue2804-2
2020-09-01 Martin KroekerFix c_check misinterpreting arm64 in uname output to...
2020-09-01 Martin KroekerMerge pull request #2811 from martin-frbg/issue2806
2020-09-01 Martin KroekerMerge pull request #2797 from martin-frbg/relafixes1
2020-09-01 Martin KroekerMerge pull request #79 from xianyi/develop
2020-09-01 Martin KroekerFix misnaming of LAPACK_?ggsvp function prototypes...
2020-08-31 Martin KroekerMerge pull request #2807 from martin-frbg/issue2804
2020-08-31 Martin KroekerReport cpu as ARMV8 instead of just giving up on non...
2020-08-31 Martin KroekerHandle Apple labeling armv8 as arm64 rather than aarch64
2020-08-28 Martin KroekerMerge pull request #2799 from RajalakshmiSR/p10_ger
2020-08-28 Rajalakshmi... POWER10: Avoid setting accumulators to zero in gemm...
2020-08-28 Martin KroekerMerge pull request #2798 from kadler/aix-cpuid
2020-08-28 Kevin AdlerFix compile error on AIX cpuid detection
2020-08-27 Martin KroekerAdd early returns and fix sign errors in workspace...
2020-08-27 Martin KroekerAdd early returns
2020-08-27 Martin KroekerAdd early returns
2020-08-27 Martin KroekerAdd early returns
2020-08-27 Martin KroekerMake ILAENV and xGETRF2 functions available
2020-08-24 Martin KroekerMerge pull request #2775 from Guobing-Chen/Fix_OMP_thre...
2020-08-24 Martin KroekerMerge pull request #2792 from pkubaj/patch-1
2020-08-23 pkubajAdd aliases for armv6, armv7
2020-08-23 Chen, GuobingFix OMP num specify issue
2020-08-23 Martin KroekerMerge pull request #2791 from martin-frbg/issue2787
2020-08-23 Martin KroekerFix mssing dummy parameter (imag part of alpha) of...
2020-08-23 Martin KroekerMerge pull request #2790 from martin-frbg/issue2789
2020-08-22 Martin KroekerAdd OpenMP dependency to pkgconfig file if needed
2020-08-22 Martin KroekerAdd OpenMP dependency to pkgconfig file if needed
2020-08-22 Martin KroekerMerge pull request #78 from xianyi/develop
2020-08-20 Martin KroekerMerge pull request #2780 from Guobing-Chen/CPL_build_su...
2020-08-19 Martin KroekerUpdate system.cmake
2020-08-19 Martin KroekerUpdate system.cmake
2020-08-19 Martin Kroekerfallback from cooperlake to skylake if gcc<10
2020-08-19 Martin KroekerTypo fix
2020-08-19 Martin Kroeker-march=cooperlake requires gcc10
2020-08-19 Martin Kroeker-march=cooperlake requires gcc10
2020-08-19 Martin KroekerFix typo
2020-08-19 Martin Kroeker-march=cooperlake only available in gcc >= 10
2020-08-19 Martin Kroekermake march=cooperlake option conditional on gcc >=...
2020-08-19 Martin Kroeker[WIP] Refactor the driver code for direct SGEMM (#2782)
2020-08-19 Martin KroekerMerge pull request #2785 from albertziegenhagel/always...
2020-08-18 Albert ZiegenhagelDo not require pkg-config to generate the *.pc file
2020-08-17 Martin KroekerMerge pull request #2784 from martin-frbg/issue2783
2020-08-17 Martin KroekerAdd typedef for bfloat16 if needed
2020-08-17 Martin KroekerMerge pull request #77 from xianyi/develop
2020-08-17 Martin Kroekerrevert
2020-08-17 Martin Kroekerrevert
2020-08-17 Martin Kroekerrevert
2020-08-15 Martin KroekerUpdate .drone.yml
2020-08-15 Martin KroekerUpdate Makefile
2020-08-15 Martin KroekerAdd simple MT sgemm precision test and INTERFACE64...
2020-08-15 Martin KroekerAdd simple sgemm preicsion test
2020-08-15 Martin KroekerUpdate gemm64.cpp
2020-08-15 Martin KroekerAdd trivial gemm test for multithread consistency
2020-08-12 Chen, GuobingEnable COOPERLAKE build target
2020-08-12 Martin KroekerAdd a dedicated POWER9 build to the Travis CI (#2774)
2020-08-11 Martin KroekerMerge pull request #2765 from martin-frbg/issue2760
2020-08-11 Martin KroekerMerge pull request #2773 from martin-frbg/issue2770
2020-08-11 Martin KroekerMerge pull request #2772 from mhillenibm/s390x_gemm_tuning
2020-08-11 Martin KroekerFix mishandling of NO_CBLAS=0 and NO_LAPACKE=0
2020-08-11 Martin Kroekerfix another source of NO_CBLAS=0 surprise
2020-08-11 Martin KroekerMerge pull request #76 from xianyi/develop
2020-08-11 Marius Hillenbrands390x/SGEMM: adjust default P and Q to multiples of M
2020-08-11 Marius Hillenbrands390x: Factor out small block sizes for SGEMM/DGEMM...
2020-08-11 Marius Hillenbrands390x: Optimize SGEMM/DGEMM blocks for z14 with explici...
2020-08-10 Martin KroekerMerge pull request #2764 from martin-frbg/lapacktests
2020-08-09 Martin KroekerAdd memory barrier to the blas_lock implementation...
2020-08-09 Martin Kroeker Fix use of unallocated array in workspace query and...
2020-08-09 Martin KroekerExpand TAU array as SGEMQR/DGEMQR read elements 2 and 3
2020-08-08 Martin KroekerCreate Jenkinsfile for OSUOSL PowerCI
2020-08-08 Martin KroekerMerge pull request #2761 from RajalakshmiSR/Makefile_err
2020-08-07 Rajalakshmi... Remove extra symbol in Makefile
2020-08-03 Martin KroekerMerge pull request #2758 from martin-frbg/undef_shift
2020-08-02 Martin KroekerMerge pull request #2757 from martin-frbg/cmake64
2020-08-02 Martin KroekerMultiply by 2 instead of left-shifting a potentially...
2020-08-02 Martin KroekerMultiply instead of doing a left shift of a potentially...
2020-08-02 Martin KroekerMultiply by two instead of left-shifting one place
2020-08-02 Martin KroekerMultiply by two rather than left shift by one place
2020-08-02 Martin KroekerApply current library name suffix
2020-08-02 Martin KroekerApply library name suffix to openblas if any
2020-08-02 Martin KroekerMerge pull request #75 from xianyi/develop
2020-08-02 Martin KroekerMerge pull request #2753 from martin-frbg/issue2751
2020-08-02 Martin KroekerAdd SYMBOLPREFIX and/or -SUFFIX to cblas.h if needed
2020-08-01 Martin KroekerImprove substitution rules for SYMBOLPREFIX and -SUFFIX...
2020-08-01 Martin KroekerMerge pull request #2756 from martin-frbg/issue2755
2020-08-01 Martin KroekerProtect against inadvertent activation of USE_CUDA
2020-07-31 Martin KroekerAdd SYMBOLPREFIX and/or SYMBOLSUFFIX to cblas prototypes
2020-07-31 Martin KroekerMerge pull request #2752 from kadler/cpuid_aix
2020-07-31 Kevin AdlerUse systemcfg APIs for CPU detection on AIX
2020-07-30 Martin KroekerFix inadvertent version number reversal to 0.3.9.dev...
2020-07-30 Martin KroekerMerge pull request #2749 from martin-frbg/make_ppc
2020-07-30 Martin KroekerMerge pull request #2750 from RajalakshmiSR/dgemv_p10
2020-07-29 Rajalakshmi... dgemv optimization for POWER10
2020-07-29 Martin KroekerSeparate OpenMP handling and allow compilation of Power...
2020-07-29 Martin KroekerMerge pull request #74 from xianyi/develop
2020-07-29 Martin KroekerMerge pull request #2741 from martin-frbg/issue2739
next