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
path: root/BUILD
AgeCommit message (Expand)Author
2020-04-07Tighten visibility: only make select targets publicly visible, default to pri...Benoit Jacob
2020-04-07Reference ruy from its new location as a separate GitHub project.Benoit Jacob
2020-03-30Move ruy's code to a ruy/ subdirectory.Benoit Jacob
2020-03-10Do not depend on TensorFlow's config_setting's.Benoit Jacob
2020-03-10Give Ruy public visibilityBenoit 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-10Changes to BlockMap, in particular add Hilbert-curve fractal traversal above ...Benoit Jacob
2020-03-10Use preload-for-write instructions before actual store instructions in kernels.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-10Ruy x86: Introduce framework for SSE 4.2 and VNNI.Alex Stark
2020-03-10Ruy: Profile cache ejection.T.J. Alumbaugh
2020-03-10Move deps to BUILD file to make them easier to manage with automationRuy Contributors
2020-03-10Ruy: Add non-zero mean in matrix test data, exercising along-row summations.Alex Stark
2020-03-10Provide path to Ruy::Mul for MatrixBatchVectorMultiplyAccumulateT.J. Alumbaugh
2020-03-10Ruy: Add a cache policy and implementation. Protected by #ifdef usage and def...T.J. Alumbaugh
2020-03-10Ruy cache of prepacked matricesT.J. Alumbaugh
2020-03-10Use "-O3" for optimized ruy buildTerry Heo
2020-03-10Rewrite RUY_CHECK family of macros:Benoit Jacob
2020-03-10Rewrite MakeBlockMap to be more principled and at the same time more explicit...Benoit Jacob
2020-03-10Remove portable_test_suite inclusion for ruy testsJared Duke
2020-03-10Automated rollback of rollback. Fixed in preceding change.Alex Stark
2020-03-10Fix an assertion.Benoit Jacob
2020-03-10Support Emscripten (ie typically Wasm).Benoit Jacob
2020-03-10Automated rollback from breakageRuy Contributors
2020-03-10Ruy: Tests for CPU ID detection.Alex Stark
2020-03-10Ruy: Move common copts to recently-added bzl file.Alex Stark
2020-03-10Ruy: Add bzl files for copts handling.Alex Stark
2020-03-10Ruy: Rearrange BUILD file.Alex Stark
2020-03-10Ruy: Add bzl files for copts handling.Alex Stark
2020-03-10Ruy: Introduce CPU ID detection on x86.Alex Stark
2020-03-10Fix allocator in cases of sizes overflowing 32bit integer arithmeticBenoit Jacob
2020-03-10Ruy: AVX2 model C++ code.Alex Stark
2020-03-10Ruy: Split-off build targets specific to platform / ISA.Alex Stark
2020-03-10Ruy: Prune dependencies.Alex Stark
2020-03-10Specify -O3 and, on ARM32, -mfpu=neon as rule copts, for all our binary rules.Benoit Jacob
2020-03-10Ruy: Improve includes.Alex Stark
2020-03-10Ruy: Reorganize pack and kernel headers.Alex Stark
2020-03-10Ruy: Introduce x86 (AVX-512) code.Alex Stark
2020-03-10Rewrite/simplify tracing.Benoit Jacob
2020-03-10Introduce a SidePair concept allowing us to rewrite much internalBenoit Jacob
2020-03-10Ruy: Move ARM packing code into separate file.Alex Stark
2020-03-10Switch to using ruy::DetectDotprod() for sdot instruction supportRuy Contributors
2020-03-10Fix performance regression (b/137615815) introduced by new platformBenoit Jacob
2020-03-10Ruy - Float Kernel in ARM32 asm.T.J. Alumbaugh
2020-03-10Ruy - Float Kernel in ARM32 asm.Ruy Contributors
2020-03-10Ruy - Float Kernel in ARM32 asm.T.J. Alumbaugh
2020-03-10Ruy - Float Kernel in ARM32 asm.T.J. Alumbaugh
2020-03-10Ruy - Float Kernel in ARM32 asm.T.J. Alumbaugh