[all-commits] [llvm/llvm-project] 4abb9e: [mlir][vector] Clean up and generalize lowering of...
Thomas via All-commits
all-commits at lists.llvm.org
Wed Sep 14 10:36:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4abb9e5d2054be9d1a9d2d859675aa9bb9c9a105
https://github.com/llvm/llvm-project/commit/4abb9e5d2054be9d1a9d2d859675aa9bb9c9a105
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
M mlir/test/Dialect/Vector/vector-warp-distribute.mlir
Log Message:
-----------
[mlir][vector] Clean up and generalize lowering of warp_execute to scf
Simplify the lowering of warp_execute_on_lane0 of scf.if by making the
logic more generic. Also remove the assumption that the most inner
dimension is the dimension distributed.
Differential Revision: https://reviews.llvm.org/D133826
More information about the All-commits
mailing list