Browse Source

save and get compile failed msg

pull/439/head
baker taoxiangdong 5 years ago
parent
commit
73e177582f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/optimize/graph_optimize.cc

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

@@ -108,7 +108,7 @@ Status GraphOptimize::OptimizeSubGraph(ComputeGraphPtr &compute_graph, const Com
if (ret != SUCCESS) {
auto root_graph = ge::GraphUtils::FindRootGraph(parent_graph);
if (root_graph != nullptr) {
ErrorManager.GetInstance().SaveMstuneCompileFailedMsg(root_graph->GetName());
ErrorManager::GetInstance().SaveMstuneCompileFailedMsg(root_graph->GetName());
}
GELOGE(ret, "[OptimizeSubGraph][OptimizeFusedGraphAfterGraphSlice]: graph optimize failed, ret:%d", ret);
return ret;


Loading…
Cancel
Save