1. 9940fbf Automated Code Change by Ruy Contributors · 4 months ago master
  2. 83fd40d EvalGemmlowp: Construct 0-size gemmlowp::VectorMap if ptr is null by Ruy Contributors · 11 months ago
  3. 8467039 Use .inst instead of .word in arm64 assembly by Ben Barsdell · 11 months ago
  4. 95484c3 add missing includes for the build with use_libcxx_modules by Ruy Contributors · 11 months ago
  5. 9889171 fix build for newer libc++ by Ruy Contributors · 12 months ago
  6. 8704f5f No public description by Ruy Contributors · 12 months ago
  7. 86427e5 Reapply IWYU fix for std::string usage in instrumentation.h by José Dapena Paz · 12 months ago
  8. c08ec52 Change QueryCacheParams to return if there was an error and handle that during Initialize by Ruy Contributors · 1 year, 8 months ago
  9. 587c2cf IWYU: add string for std::string by Stephan Hartmann · 1 year, 9 months ago
  10. 9416e7c Remove -Wc++14-compat by Ruy Contributors · 1 year, 9 months ago
  11. cd7b926 cmake: support both Windows, WindowsStore by luncliff · 1 year, 11 months ago
  12. 690c14c Ensure that processors are non-null before trying to get their cores by Ruy Contributors · 2 years ago
  13. 6ffa93a No public description by Ruy Contributors · 2 years, 1 month ago
  14. c04e5e5 Also check for null cpuinfo_uarch in CurrentCpuIsX1(). by Benoit Jacob · 2 years, 3 months ago
  15. 32dd2b9 handle null cpuinfo_get_arch by davidbienvenu · 2 years, 3 months ago
  16. da1f787 Disable AVX code paths on iOS simulator. by Benoit Jacob · 2 years, 5 months ago
  17. caa2443 Update platform.h with correct Apple detection macro. by Ruy Contributors · 2 years, 5 months ago
  18. 8997611 Update platform.h with correct Apple detection macro. by Benoit Jacob · 2 years, 5 months ago
  19. 72d107f Update platform.h with correct Apple detection macro. by Ruy Contributors · 2 years, 5 months ago
  20. c19139f Re-enable RUY_PLATFORM_X86_ENHANCEMENTS on Apple. by Ruy Contributors · 2 years, 6 months ago
  21. 363f252 Internal change by Ruy Contributors · 2 years, 8 months ago
  22. 21a85fe Most callers directly depend on :cpuinfo, whose symbols are provided by :cpuinfo_impl, where linkstatic is set. When building tests (default to dynamic linking) with toolchains that set -fvisibility=hidden towards a static link to reduce code size, this would hide symbols and fail. This CL merges :cpuinfo, putting the symbols in the same build unit and solving this issue. by Ruy Contributors · 2 years, 9 months ago
  23. 3168a5c Internal-only change to BUILD files by wcn · 3 years ago
  24. ce5a462 Free all memory before reallocating. by Sean Silva · 3 years ago
  25. 3286a34 Create API to determine how many threads to use by Ruy Contributors · 3 years, 2 months ago
  26. 97ebb72 Include GNUInstallDirs module in top-level CMake file by Ruy Contributors · 3 years, 3 months ago
  27. 72155b3 Redo CMakeLists change from https://github.com/google/ruy/pull/313 by Benoit Jacob · 3 years, 4 months ago
  28. fd42b25 Skip caches that have processor_count==0. by Benoit Jacob · 3 years, 4 months ago
  29. 841ea41 Update cpuinfo (#313) by Petr Hosek · 3 years, 4 months ago
  30. 3288567 Fix assembler deprecated instruction warnings (as errors) on some Aarch32 toolchains with -mcpu=cortex-a32. by Benoit Jacob · 3 years, 4 months ago
  31. 368db71 Define namespace prefixed aliases for targets in the CMake build by Petr Hosek · 3 years, 5 months ago
  32. cd19e0e Support install rules in the CMake build by Petr Hosek · 3 years, 5 months ago
  33. efd639c Update CMake build by Petr Hosek · 3 years, 6 months ago
  34. d136790 Update cpuinfo (#308) by Petr Hosek · 3 years, 6 months ago
  35. a09683b Refactor Thread internals for clarity and efficiency. by Benoit Jacob · 3 years, 7 months ago
  36. 915898e Simplification of ThreadPool code - merge asserts into main logic by Benoit Jacob · 3 years, 7 months ago
  37. 7ef39c5 Fix an integer overflow, and take some extra defensive steps. by Benoit Jacob · 3 years, 7 months ago
  38. cf14b2b Update GetTentativeThreadCount to use int64 types by Karim Nosir · 3 years, 8 months ago
  39. 2d950b3 Accomodate Clang's CFI sanitizer by Benoit Jacob · 3 years, 10 months ago
  40. abaaa6a Ruy:Fix 16bit-packing msan error. by Dayeong Lee · 4 years ago
  41. 6c292a6 Ruy:Add new packing for 16bit ColMajor for Avx512. by Dayeong Lee · 4 years ago
  42. 8c3fd3f Modify use of Eigen::array to use syntax compatible with std::array in c++17. by Ruy Contributors · 4 years ago
  43. 2c5f035 Ruy: Support 8x16 avx512/avx2_fma kernel for single_column. by Dayeong Lee · 4 years ago
  44. 409296d Ruy: Support 8x16 avx512 kernel by Dayeong Lee · 4 years ago
  45. f805132 Ruy: Support 8x16 avx2_fma kernel by Dayeong Lee · 4 years ago
  46. 02d2088 fix inheritance of kernels on x86. When an AVX2 kernel is not available, fall back on AVX, not StandardCpp by Benoit Jacob · 4 years ago
  47. 5f40d62 test i8xi16 cases by Benoit Jacob · 4 years ago
  48. 670e69d Disable the internal test-only variants of the StandardCpp path in benchmarks by Benoit Jacob · 4 years ago
  49. c31af31 Add missing volatile qualifier in Pack8bitRowMajorForNeonDotprod by Keichi Takahashi · 4 years, 2 months ago
  50. 34f1aa7 Fix error when compiling ruy_test_overflow_dst_zero_point with GCC by Keichi Takahashi · 4 years, 2 months ago
  51. 9c56af3 Fix typo in Windows on ARM 32bit by metarutaiga · 4 years, 4 months ago
  52. e6c1b8d Fix the bazel build by dropping a xtensa-specific select entry. by Benoit Jacob · 4 years, 5 months ago
  53. 22f8922 Fix integer overflow causing incorrect results. by Benoit Jacob · 4 years, 5 months ago
  54. 23633b3 remove pthread requirement for cc_target_os:xtensa by Ruy Contributors · 4 years, 6 months ago
  55. d371283 Fork Neon Float kernel for X1 by T.J. Alumbaugh · 4 years, 6 months ago
  56. 3c93cda IWYU: include limits for std::numeric_limits (#253) by stha09 · 4 years, 6 months ago
  57. 70e3b87 Remove runtime assertion on size of shift in reference code by T.J. Alumbaugh · 4 years, 6 months ago
  58. 5a6516e Remove non-ASCII character in comment by T.J. Alumbaugh · 4 years, 6 months ago
  59. 516761f 1.02x speedup of Ruy AVX2 f32 and AVX-512 f32/i8 by Ruy Contributors · 4 years, 7 months ago
  60. 1c518e2 Fork 8bit Neon Dotprod kernel for X1 and support resolving to X1 core by T.J. Alumbaugh · 4 years, 7 months ago
  61. 38a9266 Create a utility library to suppress floating-point denormals, and apply it to every task execution of every thread. by Chao Mei · 4 years, 7 months ago
  62. 9394492 Simplify some code and add release assertions to help debug a crash in an application. by Benoit Jacob · 4 years, 8 months ago
  63. b0e97e6 rollback hopefully fixing some application crash by Benoit Jacob · 4 years, 8 months ago
  64. 54774a7 Use std::ptrdiff_t instead of int when calculating memory size to avoid int overflow. by Chao Mei · 4 years, 8 months ago
  65. be760b6 Simplify quantized multiplier by Georgios Pinitas · 4 years, 9 months ago
  66. 287015c Update test tolerance ahead of merging PR #227 by bjacob · 4 years, 9 months ago
  67. 2887692 Allow late definitions of cpuinfo but only when ruy is a subdir. (#250) by bjacob · 4 years, 10 months ago
  68. 09827c8 Disable tests by default when ruy is a subproject. by bjacob · 4 years, 10 months ago
  69. 58e3051 Change the default MulParams multiplier values to multiply by 1, not 0. by bjacob · 4 years, 10 months ago
  70. fad5a10 Add basic gitignore (#246) by Geoffrey Martin-Noble · 4 years, 10 months ago
  71. 4bdd13c Simplify cpuinfo build overlay (#247) by Geoffrey Martin-Noble · 4 years, 10 months ago
  72. d65bcd7 Fixes for builds in open source projects with cpuinfo and googletest deps. by Benoit Jacob · 4 years, 10 months ago
  73. c200f59 Update depgraph by bjacob · 4 years, 10 months ago
  74. 45a876f Revert "Revert "Add CMake support with a converter from Bazel"" by bjacob · 4 years, 10 months ago
  75. 25df4d3 Corrected macro for detecting ppc platform (#83) by Nishidha · 4 years, 10 months ago
  76. 20b5eb0 Add a tracing framework (really just logging). by Benoit Jacob · 4 years, 10 months ago
  77. 4ed6216 Revert "Add CMake support with a converter from Bazel (#233)" (#243) by bjacob · 4 years, 10 months ago
  78. b87d6d2 Add CMake support with a converter from Bazel (#233) by bjacob · 4 years, 10 months ago
  79. fb9174e Corrected macro for detecting ppc platform. (#83) by Nishidha · 4 years, 10 months ago
  80. cb106ed Move submodules to where they belong. (#240) by bjacob · 4 years, 10 months ago
  81. f6f4475 Add git submodules: googletest and cpuinfo (#235) by bjacob · 4 years, 10 months ago
  82. f4af2f7 Bazel submodules (#236) by bjacob · 4 years, 10 months ago
  83. 9c9fdbc Fix doc paths in README by Benoit Jacob · 4 years, 10 months ago
  84. d7fb861 Add a trimmed dependency graph and its generator, for doc purposes. by Benoit Jacob · 4 years, 10 months ago
  85. 2cbb179 Drop unneeded dependency from :context. by Benoit Jacob · 4 years, 10 months ago
  86. 3f655fa Cosmetics: class-ify TrMulTask, in particular put the trailing _ where they belong. by Benoit Jacob · 4 years, 10 months ago
  87. 8782836 Fix the new raw accumulators example - being raw accumulators, it's not 'per channel', as there is no multiplier here. by Benoit Jacob · 4 years, 11 months ago
  88. c162e5d Relax test tolerance against Eigen, adapting to a recent Eigen change between Eigen commits by Benoit Jacob · 4 years, 11 months ago
  89. 3fc7ae2 fix gcc warnings by Benoit Jacob · 4 years, 11 months ago
  90. 177062d Move the example out of the ruy/ruy directory, and add an example returning raw by Benoit Jacob · 4 years, 11 months ago
  91. 4790797 Fixing warnings on MSVC (comparing a bool with >). by Ben Vanik · 5 years ago
  92. 7a6a38e Enforce x86 bit exactness by T.J. Alumbaugh · 5 years ago
  93. d79362c MSVC fixes: by Benoit Jacob · 5 years ago
  94. 7e1d379 Zero point checking disabled for uint8 x uint8 GEMMs by T.J. Alumbaugh · 5 years ago
  95. dd1102a Update AVX, AVX2, AVX512 Rescale operations with Rounding Right Shift by T.J. Alumbaugh · 5 years ago
  96. a28320a move example.cc into one directory by Leslie-Fang · 5 years ago
  97. 034c0e2 Use movi NEON instruction to zero out registers by Lukas Geiger · 5 years ago
  98. e59c55d It's _MSC_VER not __MSC_VER. by Benoit Jacob · 5 years ago
  99. 503dd78 Enable x86 SIMD code paths on MSVC 2019 and similarly-versioned Clang-CL. by Benoit Jacob · 5 years ago
  100. 3c363dc Add a few PMU counters. by Benoit Jacob · 5 years ago