Skip to content

Commit 0ce727e

Browse files
committed
refactor to upstream style
1 parent e56c4aa commit 0ce727e

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
@@ -66,8 +66,9 @@ def AnyTilableFusion : Pass<"any-tilable-fusion",
6666
1. Matmul fusion with element-wise/reduce/broadcast ops.
6767
2. Pre-op and post-op fusion.
6868
3. Multi-consumer and multi-producer support.
69-
4. Cost-model to determine whether to fuse or not.
70-
5. TBC
69+
4. Multiple level of nest loops and candidates.
70+
5. Flexible option to control the boundary of iterative process.
71+
6. Cost-model to determine whether to fuse or not.
7172

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

0 commit comments

Comments
 (0)