[all-commits] [llvm/llvm-project] 627733: [mlir][vector] Extend vector distribution to all e...
Thomas via All-commits
all-commits at lists.llvm.org
Wed Jun 30 16:36:14 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 627733b5f045e870577e5abf70944d3ffac7a6fb
https://github.com/llvm/llvm-project/commit/627733b5f045e870577e5abf70944d3ffac7a6fb
Author: thomasraoux <thomasraoux at google.com>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorOps.h
M mlir/include/mlir/Dialect/Vector/VectorTransforms.h
M mlir/lib/Dialect/Vector/VectorTransforms.cpp
M mlir/test/Dialect/Vector/vector-distribution.mlir
M mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
Log Message:
-----------
[mlir][vector] Extend vector distribution to all elementwise and contract
Uses elementwise interface to generalize canonicalization pattern and add a new
pattern for vector.contract case.
Differential Revision: https://reviews.llvm.org/D104343
More information about the All-commits
mailing list