Browse Source

fix ge compile error

tags/v1.1.0
kswang 5 years ago
parent
commit
f9ab9106de
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