Browse Source

delete ENABLE_GE

tags/v0.5.0-beta
jinyaohui 5 years ago
parent
commit
29a2458596
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) {
#ifdef ENABLE_GE
FinalizeBackend();
#endif
if (executor_ != nullptr) {
bool flag = false;
auto tmp_info = info_;


Loading…
Cancel
Save