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 (Collapse)Author
2021-01-21Simplify cpuinfo build overlay (#247)Geoffrey Martin-Noble
2021-01-16Bazel submodules (#236)bjacob
* Add git submodules: googletest and cpuinfo * Let the Bazel WORKSPACE point to the git submodules.
2020-06-03x86_64 config setting is --cpu=k8 or --cpu=haswellT.J. Alumbaugh
PiperOrigin-RevId: 314595905
2020-05-28Use the cpuinfo library instead of our own code for CPU feature detection.Benoit Jacob
PiperOrigin-RevId: 313469646
2020-05-27Use the cpuinfo library instead of our own code for CPU feature detection.Ruy Contributors
PiperOrigin-RevId: 313405496
2020-05-26Use the cpuinfo library instead of our own code for CPU feature detection.Benoit Jacob
PiperOrigin-RevId: 313261629
2020-04-09Fix RUY compile time errors.Fangjun Kuang
fixes #4. Closes https://github.com/google/ruy/pull/5 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/ruy/pull/5 from csukuangfj:fix 72a609db973dd4b7e67f3c5f94978cb8ea73496f PiperOrigin-RevId: 305614916
2020-03-30Move ruy's code to a ruy/ subdirectory.Benoit Jacob
The motivation is that having source files in the repository root runs into a number of corner cases with copybara setups and with external CMake build systems, so enclosing all code in ruy/ avoids that while generally making our setup much more similar to that of other related projects (TensorFlow, IREE). PiperOrigin-RevId: 303448881