Only scf.for was supported until now.
Depends On D110214
Paths
| Differential D110220
[mlir][linalg] Support tile+peel with TiledLoopOp ClosedPublic Authored by springerm on Sep 21 2021, 10:44 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptSep 21 2021, 10:44 PM This revision is now accepted and ready to land.Sep 22 2021, 4:29 AM pifon2a added inline comments.
Closed by commit rG2190f8a8b1e0: [mlir][linalg] Support tile+peel with TiledLoopOp (authored by springerm). · Explain WhySep 23 2021, 6:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 374707 mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
mlir/test/Dialect/Linalg/tile-and-peel-tensors.mlir
mlir/test/lib/Dialect/Linalg/TestLinalgTransforms.cpp
|
Would it make sense to create a method that does loop peeling for options.peeledLoops?