[all-commits] [llvm/llvm-project] 25ec1f: [mlir][vector] Add support for distributing masked...
Quinn Dawkins via All-commits
all-commits at lists.llvm.org
Tue Nov 7 14:55:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25ec1fa969a0d13f440222f575277f9601eaea76
https://github.com/llvm/llvm-project/commit/25ec1fa969a0d13f440222f575277f9601eaea76
Author: Quinn Dawkins <quinn.dawkins at gmail.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
M mlir/test/Dialect/Vector/vector-warp-distribute.mlir
Log Message:
-----------
[mlir][vector] Add support for distributing masked writes (#71482)
General distribution of masked writes requires materializing the permutation on the vector of the write in IR to ensure the vector lines up with the mask. For now just support cases with trivial permutation maps.
More information about the All-commits
mailing list