This optional operand will be used for tiling in a subsequent commit.
Depends On D105458
Paths
| Differential D105459
[mlir][linalg] Add optional output operand to PadTensorOp ClosedPublic Authored by springerm on Jul 5 2021, 11:45 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 17 others. · View Herald TranscriptJul 5 2021, 11:45 PM Comment Actions can we make the printing/parsing a little more intuitive? This revision is now accepted and ready to land.Jul 7 2021, 5:56 PM This revision was landed with ongoing or failed builds.Jul 14 2021, 6:27 PM Closed by commit rG5da010af9a05: [mlir][linalg] Add optional output operand to PadTensorOp (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 358808 mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/test/Dialect/Linalg/canonicalize.mlir
mlir/test/Dialect/Linalg/invalid.mlir
mlir/test/Dialect/Linalg/roundtrip.mlir
|