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/ruy/BUILD
AgeCommit message (Expand)Author
2022-09-14Create API to determine how many threads to useHEADmasterRuy Contributors
2021-10-21test i8xi16 casesBenoit Jacob
2021-06-16Fix integer overflow causing incorrect results.Benoit Jacob
2021-04-06Create a utility library to suppress floating-point denormals, and apply it t...Chao Mei
2021-01-21Fixes for builds in open source projects with cpuinfo and googletest deps.Benoit Jacob
2021-01-20Add a tracing framework (really just logging).Benoit Jacob
2021-01-14Drop unneeded dependency from :context.Benoit Jacob
2020-10-28MSVC fixes:Benoit Jacob
2020-10-16move example.cc into one directoryLeslie-Fang
2020-08-21Changes are excluded via CopybaraRuy Contributors
2020-08-21Changes are excluded via CopybaraRuy Contributors
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-15Templatize packing code paths on the source order, so that we support any com...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-07-09Avoid overrunning per-channel buffers, whose size is that of the correspondin...Benoit Jacob
2020-07-08Ensure that the 1Col kernels are not used with channel_dimension==kCol, so th...Benoit Jacob
2020-07-08Groundwork to pass channel_dimension down to kernels and to incrementally ena...Benoit Jacob
2020-07-07Revisiting RUY_OPT(AVOID_ALIASING).Benoit Jacob
2020-07-02Make the reference/standard-cpp code in ApplyMultiplier match the ARM code, b...Benoit Jacob
2020-06-29Split the storage of MulParams data members into 3 separate template speciali...Benoit Jacob
2020-06-26Remove cpuinfo from s390x build as there is no support yetcdavoudian
2020-06-19Clean up #includes and deps among kernel* and pack*.Benoit Jacob
2020-06-19trim down common.h, keeping only the macros.Benoit Jacob
2020-06-19Avoid templatizing on MulParamsType, instead templatize on AccumScalar/DstSca...Benoit Jacob
2020-06-19Delete test_special_mul_params and de-templatize the test code on a MulParams...Benoit Jacob
2020-06-18Remove SSE4.2 and VNNI placeholder code for now.Benoit Jacob
2020-06-18Refactoring of the front-end code.Benoit Jacob
2020-06-11Rollback refactoring.Ruy Contributors
2020-06-10Update our arm32 detection logic to support the case of cpu=='armv7a' as oppo...Benoit Jacob
2020-06-10Refactoring of the front-end code.Benoit Jacob
2020-06-08Trim the dependencies and #includes in common.h, and fix trmul_params.h that ...Benoit Jacob
2020-06-04Disable cpuinfo in other build systems than Bazel unless they explcitly opt i...Benoit Jacob
2020-06-04Consistenly avoid include path stripping to remove some of the dimensions in ...Benoit Jacob
2020-06-04Do not link to cpuinfo on macOS to avoid link errors when building with Bazel.Benoit Jacob
2020-06-04Do not link to cpuinfo on macOS to avoid link errors when building with Bazel.Benoit Jacob
2020-06-04Use cpuinfo also for cpu cache size detection.Benoit Jacob
2020-06-03x86_64 config setting is --cpu=k8 or --cpu=haswellT.J. Alumbaugh
2020-06-02Fix the opensource build. Remove the :windows config_setting. It did not work...Benoit Jacob
2020-06-01Add a :windows config_setting and some comments.Benoit Jacob
2020-06-01Remove incompatible warnings with WindowsMarin Baron
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-21Rollback due to an internal regression test failure.Shashi Shekhar