Skip to content

Commit a9ba1b6

Browse files
authored
[mlir][scf] Extend consumer fuse to single nested scf.for (#108318)
Refactor current consumer fusion based on `addInitOperandsToLoopNest` to support single nested `scf.for`, E.g. ``` %0 = scf.for() { %1 = scf.for() { tiledProducer } yield %1 } %2 = consumer ins(%0) ``` Compared with #94190, this PR fix build failure by making C++17 happy.
1 parent b7167c7 commit a9ba1b6

File tree

2 files changed

+244
-181
lines changed

2 files changed

+244
-181
lines changed

0 commit comments

Comments
 (0)