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-07-31Adds AVX path and AVX float kernel.T.J. Alumbaugh
2020-07-30Adds AVX path and AVX float kernel.T.J. Alumbaugh
2020-07-29Adds AVX path and AVX float kernel.T.J. Alumbaugh
2020-07-13FMA is technically a separate ISA extension from AVX2.Benoit Jacob
2020-06-19Introduce new internal-only Paths that are variants of kStandardCpp exercisin...Benoit Jacob
2020-06-18Shuffle Path values a bit. kStandardCpp=1, other values < 0x10 will be used f...Benoit Jacob
2020-06-18Remove SSE4.2 and VNNI placeholder code for now.Benoit Jacob
2020-05-30Enable the NEON dotprod path outside of Linux.Benoit Jacob
2020-05-26Add -Wundef to ruy_copts, and remove RUY_PLATFORM(X). Call site simplification: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-20Context/Path improvements:Benoit Jacob
2020-05-20Enable dotprod on all Unix (including Apple) on ARM64.Benoit Jacob
2020-05-07Remove the legacy kReference which was just an alias for kStandardCpp whileBenoit Jacob
2020-05-06Remove Path::kReference. Instead, ReferenceMul becomes a separate library.Benoit Jacob
2020-04-17Refactor ruy's predefined Path set constants, introduce a new kDefaultPaths t...Benoit Jacob
2020-04-16Introduce new ruy interface:Benoit Jacob
2020-04-07Fix include guards after the move out of the TFLite.Benoit Jacob
2020-03-30Move ruy's code to a ruy/ subdirectory.Benoit Jacob