Browse Source

fix enable_loop_sink bug

tags/v0.3.0-alpha
caifubi 5 years ago
parent
commit
bd269f27e6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mindspore/ccsrc/utils/context/ms_context.cc

+ 0
- 1
mindspore/ccsrc/utils/context/ms_context.cc View File

@@ -133,7 +133,6 @@ bool MsContext::set_device_target(const std::string &target) {
} else {
device_target_ = target;
}
enable_loop_sink_ = device_target_ == kAscendDevice;
MS_LOG(INFO) << "ms set context device target:" << target;
return true;
}


Loading…
Cancel
Save