platform/upstream/openblas.git
2021-12-19 Martin KroekerMerge pull request #3488 from xianyi/develop
2021-12-19 Martin KroekerMerge branch 'release-0.3.0' into develop
2021-12-19 Martin KroekerUpdate version to 0.3.19
2021-12-19 Martin KroekerMerge pull request #3487 from martin-frbg/0319changes
2021-12-19 Martin KroekerUpdate with 0.3.19 changes
2021-12-18 Martin KroekerMerge pull request #3486 from martin-frbg/nvhpc
2021-12-18 Martin KroekerUpdate -tp option for recent nvfortran on x86_64
2021-12-17 Martin KroekerMerge pull request #3485 from martin-frbg/issue3453
2021-12-16 Martin KroekerAdd feature-based fallback for unknown x86_64 cpus
2021-12-16 Martin KroekerMerge pull request #3484 from martin-frbg/issue3481
2021-12-16 Martin KroekerMerge pull request #3480 from wzgpeter/develop
2021-12-16 Martin KroekerMerge pull request #3478 from ffontaine/develop
2021-12-16 Martin Kroekerdefine "unlikely" on non-cygwin too
2021-12-16 Martin KroekerOpen up delayed (re)init to non-Cygwin OS as well
2021-12-16 Martin KroekerMerge pull request #3483 from martin-frbg/issue3482
2021-12-16 Martin Kroekermove brace inside the ifdef block
2021-12-15 Wu Zhigangfix bug in zscal function
2021-12-14 Thomas De SchampheleireMakefile: also consider -O, -Og and -Os when stripping...
2021-12-13 Martin KroekerMove the threads overflow flag under the protection...
2021-12-12 Martin KroekerMerge pull request #3475 from wjc404/optimize-A53-dgemm
2021-12-12 Martin KroekerMerge pull request #3474 from rafaelcfsousa/rafael...
2021-12-12 Jia-Chenoptimize cgemm on ARM cortex A53 & cortex A55
2021-12-11 Martin KroekerMerge pull request #3464 from binebrank/arm_sve_sgemm
2021-12-11 Bine Brankfix UNROLL_MN and add to targets for SVE
2021-12-11 Bine Brankadjust Makefile.L3 for SVE
2021-12-10 Rafael Cardoso... Use CMake variables instead of as
2021-12-09 Rafael Cardoso... Fix error cmake (small kernels)
2021-12-09 Rafael Cardoso... Fix cmake for power
2021-12-09 Martin KroekerMerge pull request #3472 from kavanabhat/p10_aixas_p8
2021-12-08 Martin KroekerMerge pull request #3469 from martin-frbg/issue2986
2021-12-08 Martin KroekerFix ar path in ARMV7 Darwin NDK build on Azure (#3473)
2021-12-08 kavanabhatFallback for Power kernels
2021-12-06 Martin Kroekerroll back DGEMM kernels to 4x8 when compiling for DYNAM...
2021-12-06 Martin Kroekerswitch DGEMM unroll parameters for SkylakeX if DYNAMIC_ARCH
2021-12-05 Bine Branksgemm v2x8 SVE kernel
2021-12-05 Martin KroekerMerge pull request #3468 from martin-frbg/issue3467
2021-12-05 Martin KroekerFix hardcoded library name
2021-12-05 Bine Brankstrmm sve v1x8 kernel
2021-12-04 Martin KroekerFix DYNAMIC_ARCH builds with CMAKE on OSX and add corre...
2021-12-03 Martin KroekerMerge pull request #3466 from rafaelcfsousa/rafael...
2021-12-03 Martin KroekerMerge pull request #3465 from kavanabhat/develop
2021-12-03 Martin KroekerDelete test_zhemv.c
2021-12-03 Martin KroekerMerge pull request #3455 from cenewcombe/develop
2021-12-02 kavanabhatUpdate Makefile.system
2021-12-01 kavanabhatMerge pull request #1 from kavanabhat/as_check_fix
2021-12-01 kavanabhatFix truncated assembler checks
2021-11-29 Bine Branktrmm sve copy fucntions for single precision
2021-11-28 Rafael Cardoso... [POWER] Add support for SMALL_MATRIX_OPT
2021-11-28 Bine Brankadd sgemm kernel and copy functions for sgemm and ssymm
2021-11-26 Martin KroekerMerge pull request #3425 from binebrank/arm_sve_dgemm
2021-11-26 Martin KroekerMerge pull request #3459 from rafaelcfsousa/fix_cmake
2021-11-26 Martin KroekerMerge pull request #3462 from martin-frbg/azure-alpine2
2021-11-26 Martin KroekerUpdate alpine-chroot-install again
2021-11-26 Bine Brankupdate CONTRIBUTORS.md
2021-11-26 Bine BrankAdapt CMake for SVE
2021-11-26 Martin KroekerMerge pull request #3457 from wjc404/optimize-A53-dgemm
2021-11-26 Martin KroekerMerge pull request #3456 from martin-frbg/issue3444
2021-11-26 Martin KroekerAzureCI: Fetch alpine-chroot-install from master to...
2021-11-25 Jia-ChenMOD: add comments to a53 zgemm kernel
2021-11-25 Rafael Cardoso... Modify the order that cmake set the KERNEL variables...
2021-11-24 Rafael Cardoso... Fix the cmake parser to identify more patterns
2021-11-24 Jia-ChenMOD: optimize zgemm on cortex-A53/cortex-A55
2021-11-23 Bine Brankreduced dgemm_unroll_m to work with 128-bit sve
2021-11-22 Bine Brankremoved unused code (compiler warnings)
2021-11-22 Bine Brankmodify Makefile for SVE copy
2021-11-21 Bine Brankconfigure SVE Makefile
2021-11-21 Bine Branksome clean-up & commentary
2021-11-20 Martin KroekerFix unintended reversion of recent CortexA53 changes
2021-11-20 Martin KroekerAdd CMAKE support for cross-compiling to MIPS32
2021-11-20 Martin KroekerAdd generic mips32 target
2021-11-20 Martin KroekerAdd generic MIPS32 target
2021-11-20 Bine Branksymm SVE copy rutines
2021-11-19 Caroline NewcombeFix unsafe read during final iteration of zsymv_L_sse2.S
2021-11-18 Martin KroekerMerge pull request #3451 from wjc404/optimize-A53-dgemm
2021-11-18 Jia-ChenMOD: optimize normal DGEMM on ARMV8 cortex-A53 & cortex-A55
2021-11-16 Martin KroekerMerge pull request #3450 from mmuetzel/suffix-nofortran
2021-11-15 Markus Mützelcmake: Set SUFFIX64 also for NOFORTRAN
2021-11-14 Bine Brankadd remaining trmm copy rutines for SVE
2021-11-14 Martin KroekerMerge pull request #3449 from martin-frbg/mips_msa
2021-11-13 Martin KroekerIgnore compiler support for MIPS MSA if the cpu lacks...
2021-11-13 Martin KroekerMIPS P5600 and 24KC,1004K cpus do not support MSA
2021-11-13 Martin Kroekerget MSA capability from feature flags
2021-11-13 Bine Brankdtrmm_utcopy sve function
2021-11-11 Martin KroekerMerge pull request #3447 from martin-frbg/issue3446
2021-11-10 Martin KroekerFix potentially wrong HOSTARCH definition in cross...
2021-11-07 Bine Brankadd v2x8 kernel + fix sve dtrmm
2021-11-05 Martin KroekerMerge pull request #3443 from martin-frbg/issue3441
2021-11-05 Martin KroekerFix NULL pointer checks in blas_memory_alloc
2021-11-04 Martin KroekerMerge pull request #3431 from MehdiChinoune/export...
2021-11-04 Martin KroekerMerge pull request #3442 from martin-frbg/cpuid_x86
2021-11-04 Martin KroekerAdd CPUIDs for Alder Lake and other recent Intel cpus
2021-11-04 Martin KroekerAdd CPUIDs for Alder Lake and some other recent Intel...
2021-11-04 Martin KroekerMerge pull request #3429 from martin-frbg/issue3428
2021-11-04 Martin KroekerMerge pull request #3440 from mhillenbrand/fix_gemv_indices
2021-11-04 Martin KroekerFix miscounting of threadpool size on Linux with OMP_PR...
2021-11-03 Marius HillenbrandFix flipped indices in benchmark for gemv
2021-11-01 Bine Brankadd ARMV8SVE target
2021-11-01 Martin KroekerMerge pull request #3427 from mhillenbrand/zarch-detect...
2021-11-01 Martin KroekerMerge pull request #3434 from gxw-loongson/develop
2021-11-01 gxwAdd cblas_{c/z}srot cblas_{c/z}rotg support
next