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