Browse Source

!839 fixed issue of repeated profile subscription

From: @li-lei0106
Reviewed-by: @xchu42,@ji_chen
Signed-off-by: @ji_chen
pull/839/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
103aa22616
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ge/graph/load/new_model_manager/davinci_model.cc

+ 0
- 1
ge/graph/load/new_model_manager/davinci_model.cc View File

@@ -734,7 +734,6 @@ Status DavinciModel::ReportProfilingData() {
}
ProfilingManager::Instance().ReportProfilingData(model_id_, GetTaskDescInfo(), compute_graph_desc_info);
GE_CHK_STATUS(SinkModelProfile(), "Sink model profiler failed.");
op_list_.clear();

return SUCCESS;
}


Loading…
Cancel
Save