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
2020-04-07Just a testbjacob-patch-1bjacob
2020-04-07Tighten visibility: only make select targets publicly visible, default to pri...Benoit Jacob
2020-04-07Just some comment fixes as a pretext to test automatic export to GitHub.Benoit Jacob
2020-04-07Fix include guards after the move out of the TFLite.Benoit Jacob
2020-04-07Reference ruy from its new location as a separate GitHub project.Benoit Jacob
2020-04-02Internal change (#2)bjacob
2020-03-30Fix -Wreturn-std-move on some toolchains (e.g. MSVC STL with NDEBUG not set)Ruy Contributors
2020-03-30Move ruy's code to a ruy/ subdirectory.Benoit Jacob
2020-03-30PR #37852: NFC - minor spelling tweaks in documentsKazuaki Ishizaki
2020-03-30PR #37487: NFC - minor spelling tweaks under lite/experimental directoryKazuaki Ishizaki
2020-03-12Comment side_pair.h - mostly to test GitHub export.Benoit Jacob
2020-03-10Do not depend on TensorFlow's config_setting's.Benoit Jacob
2020-03-10Give Ruy public visibilityBenoit Jacob
2020-03-10Cache pre-packed LHS when RHS <= 4 columns wideT.J. Alumbaugh
2020-03-10PR #36230: Fix spelling errorscomet
2020-03-10Rename ruy::WaitUntil to ruy::Wait, because it is most closely related to std...Benoit Jacob
2020-03-10Add a unit test covering GetBlockByIndex. This is where traversal orders are ...Benoit Jacob
2020-03-10drop the old benchmark_opt_set_* targets. they were broken since the move of ...Benoit Jacob
2020-03-10better column headers in the benchmark output.Benoit Jacob
2020-03-10Changes to BlockMap, in particular add Hilbert-curve fractal traversal above ...Benoit Jacob
2020-03-10Fix PMU-querying code to properly count child threads. There were 2 issues:Benoit Jacob
2020-03-10Use preload-for-write instructions before actual store instructions in kernels.Benoit Jacob
2020-03-10Rename: PREFETCH -> PREFETCH_LOAD, in preparation for introducing PREFETCH_ST...Benoit Jacob
2020-03-10Benchmark tweaks:Benoit Jacob
2020-03-10Add a RUY_OPTIMIZE_FOR_MATMUL_BENCHMARK compile-time control allowing to set ...Benoit Jacob
2020-03-10Soften the penalization of lack of cache locality a little.Benoit Jacob
2020-03-10TFLM: Fix double-promotion error.Ruy Contributors
2020-03-10TFLM: Fix double-promotion error.Ruy Contributors
2020-03-10TFLM: Fix double-promotion error.Ruy Contributors
2020-03-10Fix the build of benchmark_opt_set rules: the build failed when RUY_OPT_ASM w...Benoit Jacob
2020-03-10Ruy - Add cache invalidationT.J. Alumbaugh
2020-03-10Allow fixing some of the dimensions while allowing others to vary with RUY_BE...Benoit Jacob
2020-03-10Remove now dead code.Benoit Jacob
2020-03-10Further tweaks to test logic enabling bias and clamping.Benoit Jacob
2020-03-10Ruy - fix test to run platform-specific pathT.J. Alumbaugh
2020-03-10When benchmarking, avoid randomly turning on/off some variants e.g. bias-addi...Benoit Jacob
2020-03-10Simplify ruy tests by removing the complicated logic determining quantized mu...Benoit Jacob
2020-03-10Use an ordered map for thread roots so that profiles consistently start with ...Benoit Jacob
2020-03-10Drop the dependency on gemmlowp/fixedpoint.Benoit Jacob
2020-03-10Remove ruy's dependency on the gemmlowp profiler.Benoit Jacob
2020-03-10Update README.md. Add contributing.md and LICENSE.Benoit Jacob
2020-03-10Ruy x86: Introduce framework for SSE 4.2 and VNNI.Alex Stark
2020-03-10Ruy: Add note to x86 AVX2 kernels.Alex Stark
2020-03-10Fix compilation broken by cl/288340160.Benoit Jacob
2020-03-10Keep only the simple auxv method for detecting dotprod instructions.Benoit Jacob
2020-03-10Ruy GEMV: x86 AVX-512 8-bit rough kernels.Alex Stark
2020-03-10Ruy GEMV: x86 AVX-512 float rough kernels.Alex Stark
2020-03-10Ruy GEMV: x86 AVX2 8-bit rough kernels.Alex Stark
2020-03-10Ruy GEMV: x86 AVX2 float rough kernels.Alex Stark
2020-03-10Add `cacheable` flag to Ruy Matrix so that caller "opts in" to cache behavior...T.J. Alumbaugh