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-03-09If only one cluster is detected, assign package leader based on related CPUs.test_361230515T.J. Alumbaugh
2021-03-02Use std::ptrdiff_t instead of int when calculating memory size to avoid int o...Chao Mei
2021-02-09Simplify quantized multiplierGeorgios Pinitas
2021-02-09Update test tolerance ahead of merging PR #227bjacob
2021-01-23Allow late definitions of cpuinfo but only when ruy is a subdir. (#250)bjacob
2021-01-22Disable tests by default when ruy is a subproject.bjacob
2021-01-21Change the default MulParams multiplier values to multiply by 1, not 0.bjacob
2021-01-21Add basic gitignore (#246)Geoffrey Martin-Noble
2021-01-21Simplify cpuinfo build overlay (#247)Geoffrey Martin-Noble
2021-01-21Fixes for builds in open source projects with cpuinfo and googletest deps.Benoit Jacob
2021-01-21Update depgraphbjacob
2021-01-20Revert "Revert "Add CMake support with a converter from Bazel""bjacob
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