Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
feat(fusion): reduce fusion reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
6clc committed May 6, 2023
1 parent 9b41192 commit b861b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinn/hlir/pass/fusion_merge_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ class FusionMergePassHelper : public FusionHelperBase {
} else {
for (auto& belong_group : cur->belong_groups) {
if (belong_group->group_id == cur->group_id) {
updated_consumers.insert(cur);
updated_consumers.insert(belong_group);
} else {
fused_groups.push(belong_group);
}
Expand Down

0 comments on commit b861b14

Please sign in to comment.