[all-commits] [llvm/llvm-project] 709098: [mlir][transform] SplitHandleOp: add additional di...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue May 9 02:43:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 709098fb38b50ea376704f83b373bd41f0ed0cba
https://github.com/llvm/llvm-project/commit/709098fb38b50ea376704f83b373bd41f0ed0cba
Author: Matthias Springer <me at m-sp.org>
Date: 2023-05-09 (Tue, 09 May 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/test/Dialect/Transform/test-interpreter.mlir
Log Message:
-----------
[mlir][transform] SplitHandleOp: add additional distribution options
Add options to handle cases where there are not enough or too many payload ops mapped to the given handle.
Differential Revision: https://reviews.llvm.org/D149955
More information about the All-commits
mailing list