1937 Commits (3effdc15053a53acc36c421ee8df78cf78879fa9)

Author SHA1 Message Date
  Martin Kroeker 09ace3cf23
Merge pull request #3846 from lilh9598/sbgemm_opt 2 years ago
  Sergei Lewis cb0a70e0e2 dot.c early bail fix 2 years ago
  Martin Kroeker 38d6fb4225
Fix dependencies in builds with specified subsets of precision types 2 years ago
  Martin Kroeker e412bee313
fix GEMM kernel dependencies in builds that use only a subset of precisions 2 years ago
  Martin Kroeker d80adf253e
make SSYMV available to BUILD_DOUBLE-only builds 2 years ago
  Martin Kroeker 5481c328e8
fix DYNAMIC_ARCH builds that use only a subset of precisions 2 years ago
  Martin Kroeker 5a9cd87794
Merge pull request #3868 from Mousius/sve-prefetch 3 years ago
  Chris Sidebottom 1361229291 Remove prefetches from SVE kernels 3 years ago
  Bart Oldeman 60e49b851c Fix typo in clobber list, should be xmm14 instead of ymm14. 3 years ago
  Bart Oldeman 4afe1439a1 Fix skylake fallback kernel name for old compilers. 3 years ago
  Bart Oldeman 5ceca1a4d8 Add sscal.c + microkernels for Haswell, Zen, Skylake and newer. 3 years ago
  lilianhuang 729af6406f bugfix for sbgemm_ncopy_8_neoversen2 3 years ago
  Martin Kroeker 042e3c0e7c
Merge pull request #3848 from bartoldeman/dscal-haswell-ymm 3 years ago
  Bart Oldeman 5c3169ecd8 dscal: use ymm registers in Haswell microkernel 3 years ago
  Chris Sidebottom eea006a688 Wrap SVE header with __has_include check 3 years ago
  Chris Sidebottom fd4f52c797 Add SVE implementation for sdot/ddot 3 years ago
  lilianhuang fdac8a97c1 Add sbgemm_ncopy_8 and sbgemm_tcopy_4 3 years ago
  lilianhuang 135718eafc Improve the performance of sbgemm_tcopy on neoversen2 3 years ago
  Chris Sidebottom 4f7b77e08a Remove unnecessary instructions from Advanced SIMD dot 3 years ago
  Martin Kroeker f73cfb7e2c
change line endings from CRLF to LF 3 years ago
  Martin Kroeker 1688c7da43
change line endings from CRLF to LF 3 years ago
  Bart Oldeman 6c1043eb41 Add [cz]scal microkernels for SKYLAKEX 3 years ago
  Martin Kroeker c9d78dc3b2
Remove excess initializer (leftover from rework of PR 3793) 3 years ago
  Martin Kroeker 65338a9493
Merge pull request #3799 from bartoldeman/cscal-zscal-no-fma 3 years ago
  Honglin Zhu 79066b6bf3 Change file name to match the norm and delete useless code. 3 years ago
  Bart Oldeman e7e3aa2948 x86_64: prevent GCC and Clang from generating FMAs in cscal/zscal. 3 years ago
  Honglin Zhu 4989e039a5 Define SBGEMM_ALIGN_K for DYNAMIC_ARCH build 3 years ago
  Honglin Zhu 843e9fd0b9 Fix typo error 3 years ago
  Honglin Zhu b00d5b9746 New sbgemm implementation for Neoverse N2 3 years ago
  Martin Kroeker f6f35a4288
fix copyobj declarations to work with DYNAMIC_ARCH 3 years ago
  Martin Kroeker b1d69fb3ac
Add MIPS64_GENERIC as a copy of GENERIC 3 years ago
  gxw edea1bcfaf MIPS64: Fixed failed utest dsdot:dsdot_n_1 when TARGET=I6500 3 years ago
  Martin Kroeker 101a2c77c3
Fix warnings 3 years ago
  Martin Kroeker 23d59baaf1
Add -mfma to -mavx2 for Apple clang, and set AVX2 options for Zen as well 3 years ago
  gxw 365936ae1b MIPS64: Using the macro MTC rather than MTC1 3 years ago
  Martin Kroeker 739c3c44a7
Work around windows/osx gcc12 x86_64 tree-optimizer problem and add an osx/gcc12 build to Azure CI (#3745) 3 years ago
  Martin Kroeker bd30120ba7
Merge pull request #3720 from FlyGoat/mips64 3 years ago
  Jiaxun Yang a50b29c540 Provide a fallback MIPS64_GENERIC target 3 years ago
  Jiaxun Yang 50c4eeb97d alpha: Remove include of version.h 3 years ago
  Ivan Pribec 802e71bf05 Add const attribute to lsame 3 years ago
  gxw fbfe1daf6e LoongArch64: Add DYNAMIC_ARCH support 3 years ago
  Martin Kroeker cd8e57040c
Merge pull request #3691 from martin-frbg/issue3679-sparc 3 years ago
  Martin Kroeker 6c118b7977
Fix DNRM2 returning INF instead of zero due to intermediate overflow 3 years ago
  Martin Kroeker c43ec53bdd
Merge pull request #3690 from RajalakshmiSR/cdotp10 3 years ago
  Martin Kroeker b7c65d08cb
Merge pull request #3689 from RajalakshmiSR/dgemvgcc10 3 years ago
  Martin Kroeker 06ef015234
fix DNRM2 returning INF instead of zero due to intermediate overflow 3 years ago
  Rajalakshmi Srinivasaraghavan a612e78a97 POWER: Fix complex dot function failures 3 years ago
  Rajalakshmi Srinivasaraghavan 432fd99445 POWER10: dgemv builtin rename 3 years ago
  gxw 4dd05e526b LoongArch64: Fix dnrm2_tiny testcase failure 3 years ago
  gxw cce4b1d956 MIPS64: Fix dnrm2_tiny testcase failure 3 years ago