| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir][transform][structured][python] Allow str arg in match_op_names. Allow the names argument in MatchOp.match_op_names to be of type str in addition to Sequence[str]. In this case, the argument is treated as a list with one name, i.e., it is possible to write MatchOp.match_op_names(..., "test.dummy") instead of MatchOp.match_op_names(..., ["test.dummy"]). Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D155807 | 2 年前 | |
Move MLIR python sources to mlir/python. * NFC but has some fixes for CMake glitches discovered along the way (things not cleaning properly, co-mingled depends). * Includes previously unsubmitted fix in D98681 and a TODO to fix it more appropriately in a smaller followup. Differential Revision: https://reviews.llvm.org/D101493 | 5 年前 | |
[mlir][transform][gpu][python] Add MapForallToBlocks mix-in. This patch adds a mix-in class for MapForallToBlocks with overloaded constructors. This makes it optional to provide the return type of the op, which is defaulte to AnyOpType. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D155717 | 2 年前 | |
[mlir][python] Bump min pybind11 version to 2.9.0 2.9.0 was released on December 28, 2021, and some following changes require at least this version. Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D150247 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 3 年前 |