Browse Source

!8504 fix ge compile error

From: @kisnwang
Reviewed-by: @chujinjin,@jjfeing
Signed-off-by: @jjfeing
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
3dab16d600
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      mindspore/ccsrc/vm/graph_partition.cc

+ 3
- 0
mindspore/ccsrc/vm/graph_partition.cc View File

@@ -25,6 +25,9 @@
#include "base/core_ops.h"
#include "utils/utils.h"
#include "utils/ms_context.h"
#ifdef ENABLE_GE
#include "transform/graph_ir/convert.h"
#endif
namespace mindspore {
const char kMsConvert[] = "ms";
const char kMsVm[] = "vm";


Loading…
Cancel
Save