Browse Source

modified: ge/graph/optimize/mem_rw_conflict_optimize.cc

tags/v1.1.0
zhaoxinxin 3 years ago
parent
commit
9da00765c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/optimize/mem_rw_conflict_optimize.cc

+ 1
- 1
ge/graph/optimize/mem_rw_conflict_optimize.cc View File

@@ -625,7 +625,7 @@ Status HandleAllreduceDuplicateInput(ComputeGraphPtr &compute_graph) {
auto ret = GraphUtils::InsertNodeBetweenDataAnchors(pre_out_anchor, in_data_anchor, identity_node);
GE_CHK_STATUS_RET(ret, "Fail to insert identity.");
GELOGI("InsertNode %s between %s and %s successfully.", identity_node->GetName().c_str(),
pre_node->GetName().c_str(), node->GetName().c_str())
pre_node->GetName().c_str(), node->GetName().c_str());
}
}
}


Loading…
Cancel
Save