platform/upstream/openblas.git
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-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
2020-07-28 Martin KroekerMerge pull request #2744 from martin-frbg/issue2738
2020-07-28 Martin KroekerMerge pull request #2740 from RajalakshmiSR/clang-power
2020-07-28 Martin KroekerPut hint to use git develop rather than master branch...
2020-07-28 Martin KroekerAdd AMD Renoir/Matisse and preliminary support for...
2020-07-28 Martin KroekerAdd AMD Renoir models and preliminary support for ZEN3...
2020-07-27 Martin Kroekermissing braces
2020-07-27 Martin KroekerAdjust A53 SGEMM parameters to reflect move to 8x8...
2020-07-27 Rajalakshmi... Fix compilation issues with clang on POWER
2020-07-27 Martin KroekerMerge pull request #2737 from ashwinyes/add_thunderx3_t...
2020-07-27 Ashwin Sekhar T KARM64: Add THUNDERX3T110 Target
2020-07-26 Martin KroekerMerge pull request #2735 from martin-frbg/move_potrf
2020-07-25 Martin KroekerMerge pull request #2734 from RajalakshmiSR/p10_fix
2020-07-25 Martin KroekerUse _Atomic instead of volatile where available (file...
2020-07-25 Martin KroekerDelete potrf_parallel.c (moving it to ../potrf)
2020-07-25 Rajalakshmi... Fix to store results in correct order for POWER10 GEMM...
2020-07-24 Martin KroekerMerge pull request #2720 from martin-frbg/issue2694
2020-07-24 Martin KroekerTypo fix
2020-07-24 Martin KroekerRegroup the 32 and 64bit sections and restore 64bit...
2020-07-24 Martin KroekerMerge pull request #2721 from martin-frbg/p8align
2020-07-24 Martin KroekerMerge pull request #2731 from martin-frbg/pgippc
2020-07-23 Martin KroekerUse OPENBLAS_MAKE_COMPLEX_FLOAT on PPC only
2020-07-23 Martin KroekerAdd ifdefs around call to altivec microkernel
2020-07-23 Martin KroekerTypo fix
2020-07-23 Martin KroekerRewrite assignment to complex for better portability
2020-07-23 Martin KroekerExclude altivec code paths if the compiler does not...
2020-07-23 Martin KroekerAvoid undefining NAME,CNAME etc for pgcc as it makes...
2020-07-23 Martin KroekerMerge pull request #73 from xianyi/develop
2020-07-22 Martin KroekerMerge pull request #2729 from martin-frbg/issue2728
2020-07-22 Martin KroekerUnify BUFFER_SIZE settings for x86_64 again to fix...
2020-07-21 Martin KroekerMerge pull request #2727 from wyphan/develop
2020-07-21 Martin KroekerMerge pull request #2726 from martin-frbg/2725-2
2020-07-21 Wileam PhanPatch for building on Summit
2020-07-20 Martin KroekerAdd trivial check for stdatomic.h
2020-07-20 Martin KroekerMerge pull request #72 from xianyi/develop
2020-07-18 Martin KroekerMerge pull request #2725 from martin-frbg/ccheck_c11
2020-07-18 Martin KroekerUpdate conditional for atomics to use HAVE_C11
2020-07-18 Martin KroekerUpdate conditional for atomics to use HAVE_C11
2020-07-18 Martin KroekerUpdate conditional for C11 atomics to use HAVE_C11
2020-07-18 Martin KroekerUpdate conditional for atomics to use HAVE_C11
2020-07-18 Martin KroekerUpdate conditional for atomics to use HAVE_C11
2020-07-18 Martin KroekerUpdate conditional for atomics to HAVE_C11
2020-07-18 Martin KroekerUpdate conditional for atomics to use HAVE_C11
2020-07-18 Martin KroekerUpdate conditional for atomics to use HAVE_C11
2020-07-18 Martin KroekerReport availability of C11 support
2020-07-18 Martin KroekerAdd a check for C11 atomics and stdatomic.h
2020-07-18 Martin KroekerMerge pull request #2724 from martin-frbg/loongsonreadme
2020-07-18 Martin KroekerUpdate cross-compiling example to reflect change in...
2020-07-17 Martin KroekerMerge pull request #2722 from martin-frbg/cmakefcheck
2020-07-16 Martin Kroekerinclude CheckLanguage module
2020-07-16 Martin Kroekerhandle missing lack of fortran compiler more gracefully
2020-07-16 Martin KroekerUse vec_vsx_ld/st to fix misaligned accesses flagged...
2020-07-15 Martin Kroekerremove debug output and revert changes to cdot and...
2020-07-14 Martin KroekerMerge pull request #2716 from RajalakshmiSR/p10_ldflag
2020-07-14 Rajalakshmi... Add new linker option for POWER10
2020-07-14 Martin Kroekerfix trailing whitespace
2020-07-14 Martin KroekerUse POWER6 GEMM, TRMM and DTRSM on 32bit POWER8
2020-07-14 Martin KroekerDo not define USE_TRMM for 32bit POWER8
2020-07-14 Martin KroekerUse POWER6 GEMM parameters on 32bit POWER8
2020-07-14 Martin KroekerMerge pull request #71 from xianyi/develop
2020-07-13 Martin KroekerMerge pull request #2682 from martin-frbg/aix
2020-07-13 Martin KroekerMerge pull request #2651 from leezu/actionsflang
2020-07-12 Martin KroekerMerge branch 'develop' into actionsflang
2020-07-12 Martin KroekerMerge pull request #2706 from jussienko/use-always...
2020-07-12 Martin KroekerMake 32bit POWER8 use POWER6 kernels for now
2020-07-12 Martin Kroekermerge overwritten part of power10 support
2020-07-10 Martin KroekerMerge pull request #2710 from martin-frbg/cmake-lapacktest
2020-07-10 Martin KroekerMerge pull request #2713 from RajalakshmiSR/p10-gcc10
2020-07-10 Rajalakshmi... Change minimum gcc version for POWER10
2020-07-09 Martin KroekerDo not build lapack-test on MSVC for now (same as with...
2020-07-09 Martin Kroekerenable fortran for cmake
2020-07-09 Martin KroekerModify for building with OpenBLAS
2020-07-09 Martin KroekerModify for building with OpenBLAS
2020-07-09 Martin KroekerAppend crude hack for enabling lapack tests in the...
2020-07-09 Martin KroekerAdd lapack-test
2020-07-08 Martin KroekerMerge pull request #2708 from RajalakshmiSR/p10_future
2020-07-07 Martin KroekerMerge branch 'develop' into aix
2020-07-07 Rajalakshmi... Changing mcpu option as power10
2020-07-07 Martin KroekerObtain actual cpu count on AIX and suppress spurious...
2020-07-07 Jussi Enkovaarafixes #2238
2020-07-06 Martin KroekerMerge pull request #2670 from mhillenibm/dumpfullversio...
2020-07-02 Martin KroekerMerge pull request #2703 from martin-frbg/issue2702
2020-07-02 Martin KroekerOption -mavx2 requires at least gcc 4.7
next