Skip to content

Commit

Permalink
Change to GeneralInputFuse in DoGeneralRecomputeAndVerticalFusion
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahy0825 committed Jun 14, 2023
1 parent bc7d3ad commit 31caa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinn/hlir/pass/general_fusion_merge_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ class FusionMergePassHelper : public FusionHelperBase {
}

// fuse input consumers
updated |= FuseInputToConsumers();
updated |= GeneralInputFuse();

if (updated) {
UpdateFusionGroup();
Expand Down

0 comments on commit 31caa33

Please sign in to comment.