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 (Expand)Author
2022-09-14Create API to determine how many threads to useHEADmasterRuy Contributors
2022-08-03Include GNUInstallDirs module in top-level CMake fileRuy Contributors
2022-07-12Redo CMakeLists change from https://github.com/google/ruy/pull/313Benoit Jacob
2022-07-12Skip caches that have processor_count==0.Benoit Jacob
2022-06-28Update cpuinfo (#313)Petr Hosek
2022-06-24Fix assembler deprecated instruction warnings (as errors) on some Aarch32 too...Benoit Jacob
2022-05-26Define namespace prefixed aliases for targets in the CMake buildPetr Hosek
2022-05-25Support install rules in the CMake buildPetr Hosek
2022-05-19Update CMake buildPetr Hosek
2022-05-18Update cpuinfo (#308)Petr Hosek
2022-04-19Refactor Thread internals for clarity and efficiency.Benoit Jacob
2022-04-07Simplification of ThreadPool code - merge asserts into main logicBenoit Jacob
2022-03-25Fix an integer overflow, and take some extra defensive steps.Benoit Jacob
2022-03-24Update GetTentativeThreadCount to use int64 typesKarim Nosir
2022-01-21Accomodate Clang's CFI sanitizerBenoit Jacob
2021-12-09Ruy:Fix 16bit-packing msan error.Dayeong Lee
2021-12-07Ruy:Add new packing for 16bit ColMajor for Avx512.Dayeong Lee
2021-11-19Modify use of Eigen::array to use syntax compatible with std::array in c++17.Ruy Contributors
2021-11-04Ruy: Support 8x16 avx512/avx2_fma kernel for single_column.Dayeong Lee
2021-11-02Ruy: Support 8x16 avx512 kernelDayeong Lee
2021-11-01Ruy: Support 8x16 avx2_fma kernelDayeong Lee
2021-10-27fix inheritance of kernels on x86. When an AVX2 kernel is not available, fall...Benoit Jacob
2021-10-21test i8xi16 casesBenoit Jacob
2021-10-21Disable the internal test-only variants of the StandardCpp path in benchmarksBenoit Jacob
2021-09-13Add missing volatile qualifier in Pack8bitRowMajorForNeonDotprodKeichi Takahashi
2021-09-10Fix error when compiling ruy_test_overflow_dst_zero_point with GCCKeichi Takahashi
2021-06-22Fix typo in Windows on ARM 32bitmetarutaiga
2021-06-18Fix the bazel build by dropping a xtensa-specific select entry.Benoit Jacob
2021-06-16Fix integer overflow causing incorrect results.Benoit Jacob
2021-05-17remove pthread requirement for cc_target_os:xtensaRuy Contributors
2021-05-11Fork Neon Float kernel for X1T.J. Alumbaugh
2021-05-06IWYU: include limits for std::numeric_limits (#253)stha09
2021-05-01Remove runtime assertion on size of shift in reference codeT.J. Alumbaugh
2021-04-26Remove non-ASCII character in commentT.J. Alumbaugh
2021-04-221.02x speedup of Ruy AVX2 f32 and AVX-512 f32/i8Ruy Contributors
2021-04-20Fork 8bit Neon Dotprod kernel for X1 and support resolving to X1 coreT.J. Alumbaugh
2021-04-06Create a utility library to suppress floating-point denormals, and apply it t...Chao Mei
2021-03-10Simplify some code and add release assertions to help debug a crash in an app...Benoit Jacob
2021-03-10rollback hopefully fixing some application crashBenoit Jacob
2021-03-02Use std::ptrdiff_t instead of int when calculating memory size to avoid int o...Chao Mei
2021-02-09Simplify quantized multiplierGeorgios Pinitas
2021-02-09Update test tolerance ahead of merging PR #227bjacob
2021-01-23Allow late definitions of cpuinfo but only when ruy is a subdir. (#250)bjacob
2021-01-22Disable tests by default when ruy is a subproject.bjacob
2021-01-21Change the default MulParams multiplier values to multiply by 1, not 0.bjacob
2021-01-21Add basic gitignore (#246)Geoffrey Martin-Noble
2021-01-21Simplify cpuinfo build overlay (#247)Geoffrey Martin-Noble
2021-01-21Fixes for builds in open source projects with cpuinfo and googletest deps.Benoit Jacob
2021-01-21Update depgraphbjacob
2021-01-20Revert "Revert "Add CMake support with a converter from Bazel""bjacob