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-25support both channels_dimension, making the API fully LHS<->RHS symmetric, an...test_317350670benoitjacob
2020-06-25Make FixedKernelLayout internalBenoit Jacob
2020-06-22Fix up templates specialization for changeRuy Contributors
2020-06-20Make FixedKernelLayout internalRobert David
2020-06-19Clean up #includes and deps among kernel* and pack*.Benoit Jacob
2020-06-19trim down common.h, keeping only the macros.Benoit Jacob
2020-06-19Make FixedKernelLayout internalBenoit Jacob
2020-06-19Detemplatize on MulParmsType, part 2.Benoit Jacob
2020-06-19Avoid templatizing on MulParamsType, instead templatize on AccumScalar/DstSca...Benoit Jacob
2020-06-19Finish cleaning up mul_params.h: remove ZeroPointSupport and LayoutSupport en...Benoit Jacob
2020-06-19Remove the LoopStructure enum.Benoit Jacob
2020-06-19Delete test_special_mul_params and de-templatize the test code on a MulParams...Benoit Jacob
2020-06-19Introduce new internal-only Paths that are variants of kStandardCpp exercisin...Benoit Jacob
2020-06-19Delete stale file, forgot to remove it in cl/317146687.Benoit Jacob
2020-06-18the example code was still teaching people to use <ruy::kAllPaths>, which mos...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-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-18Check that the actually used kernel code path matches the path we think we're...Benoit Jacob
2020-06-17Fix a recent regression (from cl/316525635): when the LHS/RHS scalr type was ...Benoit Jacob
2020-06-15Restructure pack*.h headers so that just pack_common.h does not provide any c...Benoit Jacob
2020-06-15Restructure kernel*.h headers so that just kernel_common.h does not provide a...Benoit Jacob
2020-06-15Support --cpu=armeabi, used in TensorFlow Raspberry Pi builds like here:Benoit Jacob
2020-06-11Complete the rollback by deleting files that were added by that CL and not de...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-10Update our arm32 detection logic to support the case of cpu=='armv7a' as oppo...Benoit Jacob
2020-06-10Import the fix from XNNPACK's cpuinfo.BUILD to support the case where cpu=="a...Benoit Jacob
2020-06-10Refactoring of the front-end code.Benoit Jacob
2020-06-10Better comments in trmul.cc.Benoit Jacob
2020-06-08Trim the dependencies and #includes in common.h, and fix trmul_params.h that ...Benoit Jacob
2020-06-08Ruy takes runtime enabled paths from env var.T.J. Alumbaugh
2020-06-05Fix the opensource build, need `defines` to be [] not True.Benoit Jacob
2020-06-05Avoid linkstatic on macOS, see https://github.com/bazelbuild/bazel/issues/11552.Benoit Jacob
2020-06-04Disable cpuinfo in other build systems than Bazel unless they explcitly opt i...Benoit Jacob
2020-06-04Consistenly avoid include path stripping to remove some of the dimensions in ...Benoit Jacob
2020-06-04Do not link to cpuinfo on macOS to avoid link errors when building with Bazel.Benoit Jacob
2020-06-04Avoid categorizing Apple watchOS as macOS.Benoit Jacob
2020-06-04Do not link to cpuinfo on macOS to avoid link errors when building with Bazel.Benoit Jacob
2020-06-04Use cpuinfo also for cpu cache size detection.Benoit Jacob
2020-06-03x86_64 config setting is --cpu=k8 or --cpu=haswellT.J. Alumbaugh
2020-06-03Use individual -mavx512* feature flags instead of -march=skylake-avx512 in th...Benoit Jacob
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