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-01-20Corrected macro for detecting ppc platform (#83)Nishidha
2021-01-20Add a tracing framework (really just logging).Benoit Jacob
2021-01-19Corrected macro for detecting ppc platform. (#83)Nishidha
2020-10-28MSVC fixes:Benoit Jacob
2020-10-15Enable x86 SIMD code paths on MSVC 2019 and similarly-versioned Clang-CL.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-13FMA is technically a separate ISA extension from AVX2.Benoit Jacob
2020-06-04Do not link to cpuinfo on macOS to avoid link errors when building with Bazel.Benoit Jacob
2020-06-04Avoid categorizing Apple watchOS as macOS.Benoit Jacob
2020-06-04Do not link to cpuinfo on macOS to avoid link errors when building with Bazel.Benoit Jacob
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-26Restrict DetectDotprod to Linux again. We are going to abandon it soon in fav...Benoit Jacob
2020-05-21Temporarily disable dotprod detection on apple.Benoit Jacob
2020-05-20Enable dotprod on all Unix (including Apple) on ARM64.Benoit Jacob
2020-05-13Fix, and enable, the AVX2 path on GCC >= 9:Benoit Jacob
2020-04-07Fix include guards after the move out of the TFLite.Benoit Jacob
2020-03-30Move ruy's code to a ruy/ subdirectory.Benoit Jacob