-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply fusions correctly when fused ops are chained
Given a graph structure like: ``` A -> B -> C -> D ``` When fusions are generated for `A -> B` and `C -> D`, the input for "C" needs to be replaced by the output of the fused `A -> B`.
- Loading branch information
1 parent
e276e29
commit 23cd988
Showing
1 changed file
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters