Browse Source

!2466 delete ENABLE_GE

Merge pull request !2466 from mindspore_ding/backend
tags/v0.6.0-beta
mindspore-ci-bot Gitee 5 years ago
parent
commit
10195c0d9c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      mindspore/ccsrc/pipeline/pipeline.cc

+ 0
- 2
mindspore/ccsrc/pipeline/pipeline.cc View File

@@ -245,9 +245,7 @@ py::dict ExecutorPy::GetAllreduceFusion(const std::string &phase) {
} }


void ExecutorPy::DelNetRes(const std::string &id) { void ExecutorPy::DelNetRes(const std::string &id) {
#ifdef ENABLE_GE
FinalizeBackend(); FinalizeBackend();
#endif
if (executor_ != nullptr) { if (executor_ != nullptr) {
bool flag = false; bool flag = false;
auto tmp_info = info_; auto tmp_info = info_;


Loading…
Cancel
Save