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-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-04-06Create a utility library to suppress floating-point denormals, and apply it t...Chao Mei
2021-01-20Add a tracing framework (really just logging).Benoit Jacob
2021-01-08Cosmetics: class-ify TrMulTask, in particular put the trailing _ where they b...Benoit Jacob
2020-08-19Reimplement :tune on top of :cpuinfo.Benoit Jacob
2020-06-19Clean up #includes and deps among kernel* and pack*.Benoit Jacob
2020-06-19Remove the LoopStructure enum.Benoit Jacob
2020-06-18The word 'packed' is being used for too many things, so rename to make it mor...Benoit Jacob
2020-06-18Rename Other to OtherSide for readability at call sites, and use it in one mo...Benoit Jacob
2020-06-18Refactoring of the front-end code.Benoit Jacob
2020-06-11Rollback refactoring.Ruy Contributors
2020-06-11Rename Other to OtherSide for readability at call sites, and use it in one mo...Ruy Contributors
2020-06-11Rollback refactoring.Ruy Contributors
2020-06-10The word 'packed' is being used for too many things, so rename to make it mor...Benoit Jacob
2020-06-10Rename Other to OtherSide for readability at call sites, and use it in one mo...Benoit Jacob
2020-06-10Refactoring of the front-end code.Benoit Jacob
2020-06-10Better comments in trmul.cc.Benoit Jacob
2020-06-04Use cpuinfo also for cpu cache size 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-07Remove tracing.Benoit Jacob
2020-05-05Fix build on certain Windows toolchainsRuy Contributors
2020-04-30Rename DataSize->DataBytes, SumsSize->SumsBytes, to stress which functions re...Benoit Jacob
2020-04-24Make context.h minimal, not #including other ruy headers.Benoit Jacob
2020-04-23finish c++ifying ContextBenoit Jacob
2020-04-22Rename:Benoit Jacob
2020-04-16Rename :spec to :mul_params.Benoit Jacob
2020-04-16Introduce new ruy interface:Benoit Jacob
2020-04-10Compile without -Wunused-params warnings (enabled at -Wextra).Benoit Jacob
2020-03-30Move ruy's code to a ruy/ subdirectory.Benoit Jacob