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
2020-06-03Minor cleanup in the TrMulTask main loop:test_314399108benoitjacob
2020-06-02Fix the opensource build. Remove the :windows config_setting. It did not work...Benoit Jacob
2020-06-01Add a :windows config_setting and some comments.Benoit Jacob
2020-06-01Remove incompatible warnings with WindowsMarin Baron
2020-05-30Enable the NEON dotprod path outside of Linux.Benoit Jacob
2020-05-28Fix #68: Missing clear of q7 leading to wrong computations (#69)lissyx
2020-05-28Use the cpuinfo library instead of our own code for CPU feature detection.Benoit Jacob
2020-05-27Use the cpuinfo library instead of our own code for CPU feature detection.Ruy Contributors
2020-05-26Use the cpuinfo library instead of our own code for CPU feature detection.Benoit Jacob
2020-05-26Change the RUY_OPT* syntax to look shorter at call sites:Benoit Jacob
2020-05-26Add -Wundef to ruy_copts, and remove RUY_PLATFORM(X). Call site simplification:Benoit Jacob
2020-05-26Refactoring of {Get,Set}RuntimeSupportedPaths:Benoit Jacob
2020-05-26Renaming last_selected_path to last_used_path, i.e. make the name reflect the...Benoit Jacob
2020-05-26Restrict DetectDotprod to Linux again. We are going to abandon it soon in fav...Benoit Jacob
2020-05-21Rollback due to an internal regression test failure.Shashi Shekhar
2020-05-21Temporarily disable dotprod detection on apple.Benoit Jacob
2020-05-20Allow to control the spin-wait timeout.Benoit Jacob
2020-05-20Context/Path improvements:Benoit Jacob
2020-05-20Enable dotprod on all Unix (including Apple) on ARM64.Benoit Jacob
2020-05-15size_util and detect_arm do not need public visibility anymore.Benoit Jacob
2020-05-13Enable AVX512 in the open-source build, on the same compilers as otherBenoit Jacob
2020-05-13Fix, and enable, the AVX2 path on GCC >= 9:Benoit Jacob
2020-05-12Build with -fno-lax-vector-conversions.Benoit Jacob
2020-05-08Set is_prepacked flag for matrices returned from cache.T.J. Alumbaugh
2020-05-07Remove a bad 'static' keyword.Benoit Jacob
2020-05-07build_defs changes:Benoit Jacob
2020-05-07Remove tracing.Benoit Jacob
2020-05-07Remove the legacy kReference which was just an alias for kStandardCpp whileBenoit Jacob
2020-05-06Remove unnecessary #includes from ctx.h and prevent them from coming backBenoit Jacob
2020-05-06Move SystemAligned{Alloc,Free} functions to their own library as they are use...Benoit Jacob
2020-05-06Remove Path::kReference. Instead, ReferenceMul becomes a separate library.Benoit Jacob
2020-05-06Comment on the hash function.Benoit Jacob
2020-05-05Remove the advanced API.Benoit Jacob
2020-05-05Remove the internal allocator in PrepackedCache. Just use the system aligned ...Benoit Jacob
2020-05-05PrepackedCache improvements:Benoit Jacob
2020-05-05Fix build on certain Windows toolchainsRuy Contributors
2020-05-05Use PEMat instead of PrepackedMatrix in PrepackedCache.Benoit Jacob
2020-04-30Erase duplicate comments from when these files were copied from pack.h.Benoit Jacob
2020-04-30Rename DataSize->DataBytes, SumsSize->SumsBytes, to stress which functions re...Benoit Jacob
2020-04-30Remove the old API for the constant packed matrix cache.Benoit Jacob
2020-04-29Move cache_policy from the Context class to the Matrix class and change the s...Benoit Jacob
2020-04-24ruy_advanced API touchups: MulWithPrepacked does not need prepacked operands ...Benoit Jacob
2020-04-24Fix the buildBenoit Jacob
2020-04-24Make context.h minimal, not #including other ruy headers.Benoit Jacob
2020-04-23finish c++ifying ContextBenoit Jacob
2020-04-22finish c++ifying MulParamsBenoit Jacob
2020-04-22finish c++ifying MatrixBenoit Jacob
2020-04-22finish c++ifying LayoutBenoit Jacob
2020-04-22Rename:Benoit Jacob
2020-04-211. Introduce InternalLayout, a private counterpart of Layout, to be used by i...Benoit Jacob