Skip to content

Commit 17c88aa

Browse files
committed
refactor to upstream style
1 parent 53e5c4b commit 17c88aa

File tree

5 files changed

+512
-571
lines changed

5 files changed

+512
-571
lines changed

include/gc/Transforms/Passes.td

+3-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ def AnyTilableFusion : Pass<"any-tilable-fusion",
7979
1. Matmul fusion with element-wise/reduce/broadcast ops.
8080
2. Pre-op and post-op fusion.
8181
3. Multi-consumer and multi-producer support.
82-
4. Cost-model to determine whether to fuse or not.
83-
5. TBC
82+
4. Multiple level of nest loops and candidates.
83+
5. Flexible option to control the boundary of iterative process.
84+
6. Cost-model to determine whether to fuse or not.
8485

8586
It intends to control the granularity of fusion by `fusion-level`, E.g.
8687
* `0`: disable any fusion.

0 commit comments

Comments
 (0)