[all-commits] [llvm/llvm-project] 1c8480: [mlir][vector] Add patterns to ppropagate vector d...
Thomas via All-commits
all-commits at lists.llvm.org
Mon Jun 13 09:39:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c84800c42d2183a29392c175c8d5f20a4be65d2
https://github.com/llvm/llvm-project/commit/1c84800c42d2183a29392c175c8d5f20a4be65d2
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-06-13 (Mon, 13 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.
Differential Revision: https://reviews.llvm.org/D127167
More information about the All-commits
mailing list