Some operations need to generate multiple operations when implementing
the tiling interface. Here is a sound example in IREE, see
https://github.com/iree-org/iree/pull/10905 for more details.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/SCF/Transforms/TileUsingInterface.h | ||
---|---|---|
65–66 | Could you add a comment regarding what the ordering of operations here are expected to be. Long term I think we should just return SmallVector<Value>s here. |
Could you add a comment regarding what the ordering of operations here are expected to be. Long term I think we should just return SmallVector<Value>s here.