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