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