From 2df2e6ea9d3f388e5b2a1c663971ebd9e7a9dfa7 Mon Sep 17 00:00:00 2001 From: "gengchao4@huawei.com" Date: Fri, 27 Nov 2020 14:50:52 +0800 Subject: [PATCH] bugfix for mstune of graph merge --- ge/graph/partition/graph_partition.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/graph/partition/graph_partition.cc b/ge/graph/partition/graph_partition.cc index 6a1fbb34..ebb7462c 100755 --- a/ge/graph/partition/graph_partition.cc +++ b/ge/graph/partition/graph_partition.cc @@ -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;