Depends on D139392
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp | ||
---|---|---|
609 | you should really check the op has no side effects. |
Paths
| Differential D141027
[mlir][TilingInterface] NFC: Separate out a utility method to perform one step of tile + fuse. ClosedPublic Authored by mravishankar on Jan 4 2023, 8:37 PM.
Details
Diff Detail
Event Timelinenicolasvasilache added inline comments.
This revision is now accepted and ready to land.Jan 12 2023, 9:23 AM Closed by commit rGce349ff1a483: [mlir][TilingInterface] NFC: Separate out a utility method to perform one step… (authored by mravishankar). · Explain WhyJan 15 2023, 9:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 489425 mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
|
you should really check the op has no side effects.