Browse Source

!1199 fix profiling core dump

Merge pull request !1199 from caifubi/fix-profiling-core-dump
tags/v0.3.0-alpha
mindspore-ci-bot Gitee 5 years ago
parent
commit
590e3f5e62
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindspore/ccsrc/device/ascend/profiling/profiling_utils.cc

+ 1
- 0
mindspore/ccsrc/device/ascend/profiling/profiling_utils.cc View File

@@ -324,6 +324,7 @@ void ProfilingUtils::ReportProfilingData(const std::vector<uint32_t> &task_ids,

GraphDescReporter graph_reporter(context->device_id(), "vm.graph_desc_info_" + std::to_string(graph->graph_id()),
ret->second);
graph_profiling_cnode_.erase(ret);
graph_reporter.ReportData();
}
} // namespace ascend


Loading…
Cancel
Save