From 29a2458596cb67acdfefdb1c55f05c0ae61bcedb Mon Sep 17 00:00:00 2001 From: jinyaohui Date: Tue, 23 Jun 2020 11:42:54 +0800 Subject: [PATCH] delete ENABLE_GE --- mindspore/ccsrc/pipeline/pipeline.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/mindspore/ccsrc/pipeline/pipeline.cc b/mindspore/ccsrc/pipeline/pipeline.cc index bb1f693c6b..517d4cc518 100644 --- a/mindspore/ccsrc/pipeline/pipeline.cc +++ b/mindspore/ccsrc/pipeline/pipeline.cc @@ -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_;