Skip to content

Commit 97cef0b

Browse files
committed
Avoid backtracking in FusionOptimizer
The change in number of fused kernels has to do with the order of iteration, and could be replicated in the old approach by iterating in topological order. It was an accident that it happen to visit in an order where it connected two branches, instead of keeping them separate. The underlying limitation already existed and is described in #249
1 parent e2384e8 commit 97cef0b

File tree

2 files changed

+238
-364
lines changed

2 files changed

+238
-364
lines changed

0 commit comments

Comments
 (0)