Skip to content

Commit

Permalink
delete TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbaizhou committed Mar 18, 2024
1 parent 1d45795 commit 9b5af5b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,6 @@ std::vector<GroupClusterNode> OpMergeWithOp(cinn::dialect::GroupOp group_op) {
}
}
for (const auto& op : node_ops_set) {
// TODO(TianChao): Delete const in the definition of pattern.ops
cluster_node.ops.push_back(const_cast<pir::Operation*>(op));
}
cluster_node.group_kind = is_reduce_node
Expand Down

0 comments on commit 9b5af5b

Please sign in to comment.