platform/upstream/openblas.git
2021-01-29 Rajalakshmi... Optimize cscal function for POWER10
2021-01-29 Martin KroekerMerge pull request #3091 from martin-frbg/lapack477-2
2021-01-29 Martin Kroekerfix data type
2021-01-29 Martin Kroekerfix calculation of non-exceptional shift (from Referenc...
2021-01-29 Martin KroekerMerge pull request #11 from xianyi/develop
2021-01-27 Martin KroekerMerge pull request #3087 from martin-frbg/lapack477
2021-01-27 Martin KroekerAdd exceptional shift to fix rare convergence problems
2021-01-27 Martin KroekerMerge pull request #10 from xianyi/develop
2021-01-27 Martin KroekerMerge pull request #3076 from martin-frbg/dyn-thunderx
2021-01-26 Martin KroekerMerge pull request #3085 from alexhenrie/memory_alloc
2021-01-26 Martin KroekerMerge pull request #3083 from martin-frbg/develop
2021-01-25 Martin KroekerRemove the VORTEX support bits again for now
2021-01-25 Martin KroekerAdd DYNAMIC_LIST support for ARM64
2021-01-25 Alex HenrieFix null pointer check in blas_memory_alloc
2021-01-24 Martin KroekerAdd DYNAMIC_LIST support for ARM64
2021-01-24 Martin KroekerAdd DYNAMIC_LIST option for ARM64
2021-01-24 Martin KroekerMerge pull request #9 from xianyi/develop
2021-01-24 Martin KroekerMerge pull request #3082 from RajalakshmiSR/scalp10
2021-01-24 Rajalakshmi... Optimize s/dscal function for POWER10
2021-01-23 Martin KroekerMerge pull request #3059 from Guobing-Chen/BF16_gemm
2021-01-23 Martin KroekerMerge pull request #3068 from alexhenrie/scan-build
2021-01-22 Martin KroekerMerge pull request #3079 from RajalakshmiSR/rotp10
2021-01-21 Rajalakshmi... Optimize s/drot function for POWER10
2021-01-21 Martin KroekerMerge pull request #3075 from martin-frbg/issue3074
2021-01-20 Martin Kroekerpatch to support power10 in builtin_cpu_is was backport...
2021-01-20 Martin KroekerUpdate .drone.yml
2021-01-20 Martin KroekerAdd gcc10/arm64 DYNAMIC_ARCH build
2021-01-20 Martin KroekerRequire gcc 11 for builtin_cpu_is(power10)
2021-01-20 Martin KroekerMerge pull request #8 from xianyi/develop
2021-01-16 Martin KroekerMerge pull request #3070 from RajalakshmiSR/cdot
2021-01-15 Rajalakshmi... Optimize cdot function for POWER10
2021-01-15 Alex HenrieRemove dead assignment to dflag in rotmg functions
2021-01-15 Alex HenrieDon't define the mode variable when not needed in gemm...
2021-01-15 Alex HenrieFix uninitialized argument value in dasum_k
2021-01-14 Martin KroekerMerge pull request #3067 from albertziegenhagel/fix...
2021-01-14 Martin KroekerMerge pull request #3064 from martin-frbg/issue3063
2021-01-14 Martin KroekerMerge pull request #3066 from martin-frbg/buffsizefix
2021-01-14 Martin KroekerMerge pull request #3062 from austinpagan/GemmPreferedSize3
2021-01-14 Martin KroekerMerge pull request #3061 from martin-frbg/arm64-pgi
2021-01-14 Martin KroekerMerge pull request #3051 from martin-frbg/rocketlake
2021-01-14 Albert ZiegenhagelFix building "generic" TRMM kernel with CMake
2021-01-13 Martin KroekerMake compile-time BUFFERSIZE setting actually reach...
2021-01-13 Martin KroekerWorkaround for cmake having its own C_COMPILER variable
2021-01-13 Martin Kroekertry to work around gcc update problems
2021-01-12 Martin KroekerAdd prototypes for CBLAS_CROTG and CBLAS_ZROTG
2021-01-12 Martin KroekerBuild CBLAS interfaces for CROTG and ZROTG as well
2021-01-12 Martin Kroekerrestore Makefile after accidental overwrite
2021-01-12 Martin KroekerBuild CBLAS interfaces for CROTG and ZROTG as well
2021-01-12 Martin KroekerAdd CBLAS interfaces for csrot and zdrot
2021-01-12 Martin KroekerAdd prototypes for cblas_csrot and cblas_zdrot
2021-01-12 Martin KroekerMerge pull request #3060 from martin-frbg/dyn_arm64
2021-01-12 Martin KroekerAdd workaround for NVIDIA HPC
2021-01-12 Martin KroekerAdd workaround for NVIDIA HPC
2021-01-12 Martin KroekerAdd workaround for NVIDIA HPC
2021-01-12 Martin KroekerAdd workaround for NVIDIA HPC mishandling of the asm...
2021-01-12 Martin KroekerAdd workaround for NVIDIA HPC mishandling of the asm...
2021-01-12 Martin KroekerSupport NVIDIA HPC compiler
2021-01-12 Martin KroekerSupport compilation with NVIDIA HPC compilers (which...
2021-01-12 Martin KroekerSupport compilation with nvfortran
2021-01-12 Gordon FossumAdded definitions for GEMM_PREFERED_SIZE and SWITCH_RAT...
2021-01-11 Martin KroekerLabel get_cpu_ftr as volatile to keep gcc from rearrang...
2021-01-10 Chen, GuobingInitial code for Cooperlake BF16 GEMM kernel
2021-01-10 Martin KroekerMerge pull request #7 from xianyi/develop
2021-01-08 Martin KroekerMerge pull request #3055 from RajalakshmiSR/swapp10
2021-01-08 Rajalakshmi... Optimize swap function for POWER10
2021-01-02 Martin KroekerMerge pull request #3053 from pkubaj/patch-1
2021-01-01 pkubajFix build on FreeBSD/powerpc64le
2021-01-01 Martin KroekerMerge pull request #3052 from ashwinyes/arm64_fix_nrm2
2021-01-01 Ashwin Sekhar T Karm64: Fix nrm2 for input vectors with Inf
2020-12-29 Martin KroekerMerge pull request #3050 from aurel32/riscv64-openblas...
2020-12-29 Aurelien Jarnogetarch.c: define OPENBLAS_SUPPORTED for riscv64
2020-12-27 Martin KroekerMerge pull request #3049 from martin-frbg/readme
2020-12-27 Martin KroekerAdd pointers to the netlib documentation and Gilbert...
2020-12-27 Martin KroekerMerge pull request #6 from xianyi/develop
2020-12-27 Martin KroekerMerge pull request #3035 from Joshua-Ashton/patch-1
2020-12-21 Martin KroekerMerge pull request #3048 from martin-frbg/issue2998
2020-12-21 Martin KroekerTemporarily revert to the old nrm2 kernels
2020-12-21 Martin KroekerTemporarily revert to the old nrm2 kernels
2020-12-21 Martin KroekerTemporarily revert to the old nrm2 kernel
2020-12-20 Martin KroekerMerge pull request #3046 from martin-frbg/nvidiasdk-ppc
2020-12-19 Martin KroekerImplement builtin_cpu_is and limit cpu choices to P8...
2020-12-19 Martin KroekerNVIDIA compiler does not yet support POWER10
2020-12-19 Martin KroekerLimit POWERPC DYNAMIC_CORE list to P8 and P9 for NVIDIA...
2020-12-19 Martin KroekerMerge pull request #3045 from martin-frbg/nvidiasdk
2020-12-19 Martin KroekerDisable FMA intrinsics in the srot kernel when the...
2020-12-19 Martin KroekerAmend SkylakeX options to support the NVIDIA compiler
2020-12-19 Martin KroekerAdd nvfortran
2020-12-19 Martin KroekerAdd/modify "PGI" compiler options for NVIDIA SDK 20.11
2020-12-19 Martin KroekerAdd version printout for PGI/NVIDIA compiler
2020-12-19 Martin KroekerMerge pull request #5 from xianyi/develop
2020-12-19 Martin KroekerMerge pull request #3042 from martin-frbg/develop
2020-12-17 Martin KroekerConditionally add -mfma to compiler options where needed
2020-12-17 Martin KroekerMove -fma option setting to kernel/Makefile.L1
2020-12-15 Martin KroekerMerge pull request #3040 from martin-frbg/fixfcheck
2020-12-15 Martin KroekerMerge pull request #3038 from martin-frbg/issue3037
2020-12-14 Martin KroekerAdd Intel Rocket Lake
2020-12-14 Martin KroekerAdd Intel Rocket Lake
2020-12-14 Martin KroekerFix undefined CC variable in clang check
2020-12-13 Martin KroekerFix spurious removal of a trailing character from the...
2020-12-13 Martin KroekerMerge pull request #4 from xianyi/develop
next