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-01-20Corrected macro for detecting ppc platform (#83)Nishidha
2021-01-20Add a tracing framework (really just logging).Benoit Jacob
2021-01-20Revert "Add CMake support with a converter from Bazel (#233)" (#243)bjacob
2021-01-20Add CMake support with a converter from Bazel (#233)bjacob
2021-01-19Corrected macro for detecting ppc platform. (#83)Nishidha
2021-01-19Move submodules to where they belong. (#240)bjacob
2021-01-16Add git submodules: googletest and cpuinfo (#235)bjacob
2021-01-16Bazel submodules (#236)bjacob
2021-01-15Fix doc paths in READMEBenoit Jacob
2021-01-15Add a trimmed dependency graph and its generator, for doc purposes.Benoit Jacob
2021-01-14Drop unneeded dependency from :context.Benoit Jacob
2021-01-08Cosmetics: class-ify TrMulTask, in particular put the trailing _ where they b...Benoit Jacob
2020-12-22Fix the new raw accumulators example - being raw accumulators, it's not 'per ...Benoit Jacob
2020-12-22Relax test tolerance against Eigen, adapting to a recent Eigen change between...Benoit Jacob
2020-12-22fix gcc warningsBenoit Jacob
2020-12-21Move the example out of the ruy/ruy directory, and add an example returning rawBenoit Jacob
2020-11-15Fixing warnings on MSVC (comparing a bool with >).Ben Vanik
2020-11-03Enforce x86 bit exactnessT.J. Alumbaugh
2020-10-28MSVC fixes:Benoit Jacob
2020-10-27Zero point checking disabled for uint8 x uint8 GEMMsT.J. Alumbaugh
2020-10-19Update AVX, AVX2, AVX512 Rescale operations with Rounding Right ShiftT.J. Alumbaugh
2020-10-16move example.cc into one directoryLeslie-Fang
2020-10-16Use movi NEON instruction to zero out registersLukas Geiger
2020-10-16It's _MSC_VER not __MSC_VER.Benoit Jacob
2020-10-15Enable x86 SIMD code paths on MSVC 2019 and similarly-versioned Clang-CL.Benoit Jacob
2020-10-08Add a few PMU counters.Benoit Jacob
2020-09-26Additional optimizations for AVX 8bit quantized kernel.T.J. Alumbaugh
2020-09-23Optimize AVX/AVX2 quantized pathT.J. Alumbaugh
2020-09-22Fix buffer overrun on asan for AVX512 float.T.J. Alumbaugh
2020-09-21Optimize AVX512 float pathT.J. Alumbaugh
2020-09-18Optimize AVX/AVX2+FMA float pathT.J. Alumbaugh
2020-09-03AVX 8bit row major/col major packing codeT.J. Alumbaugh
2020-09-01AVX Pack inherits from StandardCppT.J. Alumbaugh
2020-08-31AVX 8bit kernel. Forked from AVX2+FMA versionT.J. Alumbaugh
2020-08-24Update README.mdBenoit Jacob
2020-08-21Changes are excluded via CopybaraRuy Contributors
2020-08-21Changes are excluded via CopybaraRuy Contributors
2020-08-19Rename kOutOfOrder -> kGeneric, kInOrder -> kA55ish,Benoit Jacob
2020-08-19Reimplement :tune on top of :cpuinfo.Benoit Jacob
2020-08-17Add bzl_library rules for .bzl files without one.Ruy Contributors
2020-07-31Adds AVX float packing code.T.J. Alumbaugh
2020-07-31Adds AVX path and AVX float kernel.T.J. Alumbaugh
2020-07-30Adds AVX path and AVX float kernel.T.J. Alumbaugh
2020-07-29Adds AVX path and AVX float kernel.T.J. Alumbaugh
2020-07-28Print extra information in case of disagreeing TestResults.T.J. Alumbaugh
2020-07-27check_macros improvements: promote operands before comparisons (avoids -Wsign...Benoit Jacob
2020-07-27Add missing #include of <cstring>.Benoit Jacob
2020-07-25Simplify bias-loading code now that bias buffers are always rounded up to mul...Benoit Jacob
2020-07-25Use lambdas to shorten source code like we did in the avx512 kernel.Benoit Jacob
2020-07-25Handle per-column multipliers in the avx512 kernel without transposing the 16...Benoit Jacob