[all-commits] [llvm/llvm-project] 76cf33: [mlir][vector] Add patterns to ppropagate vector d...
Thomas via All-commits
all-commits at lists.llvm.org
Mon Jun 13 22:28:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76cf33dab2d8846322f35d4065eec1562b563f45
https://github.com/llvm/llvm-project/commit/76cf33dab2d8846322f35d4065eec1562b563f45
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/Transforms/VectorDistribution.h
M mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
M mlir/test/Dialect/Vector/vector-warp-distribute.mlir
M mlir/test/Integration/Dialect/Vector/GPU/CUDA/test-warp-distribute.mlir
M mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
Log Message:
-----------
[mlir][vector] Add patterns to ppropagate vector distribution
Add patterns to propagate vector distribution and remove dead
arguments. This handles propagation for several vector operations.
recommit after minor bug fix.
Differential Revision: https://reviews.llvm.org/D127167
More information about the All-commits
mailing list