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
2022-09-14Create API to determine how many threads to useHEADmasterRuy Contributors
2021-01-20Add a tracing framework (really just logging).Benoit Jacob
2020-08-19Reimplement :tune on top of :cpuinfo.Benoit Jacob
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-13Fix runtime detection of support for our AVX2+FMA code path: we were only che...Benoit Jacob
2020-07-13FMA is technically a separate ISA extension from AVX2.Benoit Jacob
2020-07-13Allow the user to specify that they have allocated a slightly larger capacity...Benoit Jacob
2020-06-19Introduce new internal-only Paths that are variants of kStandardCpp exercisin...Benoit Jacob
2020-06-18Remove SSE4.2 and VNNI placeholder code for now.Benoit Jacob
2020-06-08Ruy takes runtime enabled paths from env var.T.J. Alumbaugh
2020-05-28Use the cpuinfo library instead of our own code for CPU feature detection.Benoit Jacob
2020-05-27Use the cpuinfo library instead of our own code for CPU feature detection.Ruy Contributors
2020-05-26Use the cpuinfo library instead of our own code for CPU feature detection.Benoit Jacob
2020-05-26Add -Wundef to ruy_copts, and remove RUY_PLATFORM(X). Call site simplification:Benoit Jacob
2020-05-26Refactoring of {Get,Set}RuntimeSupportedPaths:Benoit Jacob
2020-05-26Renaming last_selected_path to last_used_path, i.e. make the name reflect the...Benoit Jacob
2020-05-21Rollback due to an internal regression test failure.Shashi Shekhar
2020-05-20Context/Path improvements:Benoit Jacob
2020-05-07Remove tracing.Benoit Jacob
2020-05-05Use PEMat instead of PrepackedMatrix in PrepackedCache.Benoit Jacob
2020-04-29Move cache_policy from the Context class to the Matrix class and change the s...Benoit Jacob
2020-04-24Make context.h minimal, not #including other ruy headers.Benoit Jacob