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-04Ruy: Support 8x16 avx512/avx2_fma kernel for single_column.Dayeong Lee
2021-11-02Ruy: Support 8x16 avx512 kernelDayeong Lee
2021-11-01Ruy: Support 8x16 avx2_fma kernelDayeong Lee
2021-04-221.02x speedup of Ruy AVX2 f32 and AVX-512 f32/i8Ruy Contributors
2020-10-19Update AVX, AVX2, AVX512 Rescale operations with Rounding Right ShiftT.J. Alumbaugh
2020-09-22Fix buffer overrun on asan for AVX512 float.T.J. Alumbaugh
2020-09-21Optimize AVX512 float pathT.J. Alumbaugh
2020-07-25Handle per-column multipliers in the avx512 kernel without transposing the 16...Benoit Jacob
2020-07-21Use lambdas to shorten Kernel8bitAvx512's source code, and to split the resul...Benoit Jacob
2020-07-15Fix the build on some toolchains - a missing #include<cstring> and some avx51...Benoit Jacob
2020-07-14Efficient support for any channel_dimension for quantized kernels on AVX-512,...Benoit Jacob
2020-07-14Efficient support for any channel_dimension for quantized kernels on AVX-512,...Benoit Jacob
2020-07-14Simplify x86 kernels by using the fact that there always is a per-channel buf...Benoit Jacob
2020-07-14Simplify x86 kernels thanks to the new fact that perchannel buffers are round...Benoit Jacob
2020-07-13Efficient support for any channel_dimension for float kernels on AVX-512.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-05-13Enable AVX512 in the open-source build, on the same compilers as otherBenoit Jacob
2020-04-10Compile without -Wunused-params warnings (enabled at -Wextra).Benoit Jacob
2020-03-30Move ruy's code to a ruy/ subdirectory.Benoit Jacob