Browse Source

bugfix for mstune of graph merge

pull/442/head
gengchao4@huawei.com 4 years ago
parent
commit
2df2e6ea9d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/partition/graph_partition.cc

+ 1
- 1
ge/graph/partition/graph_partition.cc View File

@@ -386,7 +386,7 @@ graphStatus ge::GraphPartitioner::AddPlaceHolderEndInSrcDstGraph(const AnchorPtr
src_node_opdesc->GetOpEngineName()), GELOGW("SetStr frontNodeEngineName failed");)
std::string l2_info_attr;
if (AttrUtils::GetStr(src_node_opdesc, "_task_L2FusionInfo", l2_info_attr)) {
GE_IF_BOOL_EXEC(!AttrUtils::SetStr(pld_op_desc, "_task_L2FusionInfo", l2_info_attr),
GE_IF_BOOL_EXEC(!AttrUtils::SetStr(pld_op_desc, "_task_L2FusionInfo", l2_info_attr),
GELOGW("SetStr l2_info_attr failed");)
}
int64_t anchor_index_for_lxfusion;


Loading…
Cancel
Save