Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/ruy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-01Ruy: Support 8x16 avx2_fma kernelDayeong Lee
2021-06-16Fix integer overflow causing incorrect results.Benoit Jacob
2021-05-11Fork Neon Float kernel for X1T.J. Alumbaugh
2021-04-20Fork 8bit Neon Dotprod kernel for X1 and support resolving to X1 coreT.J. Alumbaugh
2021-02-09Simplify quantized multiplierGeorgios Pinitas
2020-10-16Use movi NEON instruction to zero out registersLukas Geiger
2020-08-19Rename kOutOfOrder -> kGeneric, kInOrder -> kA55ish,Benoit Jacob
2020-07-09Minor optimization of in-order arm64 kernels, interleave the dup's used in th...Benoit Jacob
2020-07-08Efficient support for any channel_dimension for kNeonDotprod quantized kernel...Benoit Jacob
2020-07-08Efficient support for any channel_dimension for kNeon quantized kernels on AR...Benoit Jacob
2020-07-08Ensure that the 1Col kernels are not used with channel_dimension==kCol, so th...Benoit Jacob
2020-07-08Efficient support for any channel_dimension for float kernels on ARM64.Benoit Jacob
2020-07-02Remove RUY_OPT(NATIVE_ROUNDING) or rather, the ability to disable it.Benoit Jacob
2020-06-19Clean up #includes and deps among kernel* and pack*.Benoit Jacob
2020-05-26Change the RUY_OPT* syntax to look shorter at call sites:Benoit Jacob
2020-05-26Add -Wundef to ruy_copts, and remove RUY_PLATFORM(X). Call site simplification:Benoit Jacob
2020-04-10Comments with ASCII art boxes ending in a backslash are causing GCCBenoit Jacob
2020-03-30Move ruy's code to a ruy/ subdirectory.Benoit Jacob