This is follow up to https://reviews.llvm.org/D145133 that allows
propogating information about ops that are fused back to the caller.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D146254
Changes to `SCFFuseProducerOfSliceResult` to also return the operations created during fusion. ClosedPublic Authored by mravishankar on Mar 16 2023, 12:42 PM.
Details Summary This is follow up to https://reviews.llvm.org/D145133 that allows
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 20 2023, 11:44 AM This revision was landed with ongoing or failed builds.Mar 20 2023, 1:56 PM Closed by commit rG3af1c48c66a3: Changes to `SCFFuseProducerOfSliceResult` to also return the operations created… (authored by mravishankar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 506706 mlir/include/mlir/Dialect/SCF/Transforms/TileUsingInterface.h
mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
|