Browse Source

!13765 move the ascend_bucket import out of ENABLE_DUMP_IR

From: @luopengting
Reviewed-by: @ouwenchang,@yelihua
Signed-off-by: @yelihua
pull/13765/MERGE
mindspore-ci-bot Gitee 4 years ago
parent
commit
1ad9f9de21
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ccsrc/backend/session/ascend_session.cc

+ 1
- 1
mindspore/ccsrc/backend/session/ascend_session.cc View File

@@ -67,12 +67,12 @@
#include "debug/rdr/running_data_recorder.h"
#include "debug/rdr/recorder_manager.h"
#include "debug/rdr/graph_recorder.h"
#include "runtime/device/ascend/ascend_bucket.h"
#endif
#if ENABLE_CPU && ENABLE_D
#include "ps/util.h"
#include "ps/ps_cache/ps_cache_manager.h"
#endif
#include "runtime/device/ascend/ascend_bucket.h"
#include "profiler/device/common/memory_profiling.h"

using mindspore::device::ascend::ProfilingManager;


Loading…
Cancel
Save