Browse Source

Add local_context.cc to executor

pull/1961/head
zhangxiaokun 4 years ago
parent
commit
6ad1087a83
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/CMakeLists.txt

+ 1
- 1
ge/CMakeLists.txt View File

@@ -164,7 +164,7 @@ set(EXECUTOR_SRC_LIST
#"graph/build/stream_graph_optimizer.cc" #"graph/build/stream_graph_optimizer.cc"
#"graph/build/task_generator.cc" #"graph/build/task_generator.cc"
#"graph/common/bcast.cc" #"graph/common/bcast.cc"
#"graph/common/local_context.cc"
"graph/common/local_context.cc"
#"graph/common/omg_util.cc" #"graph/common/omg_util.cc"
#"graph/common/transop_util.cc" #"graph/common/transop_util.cc"
"graph/execute/graph_execute.cc" "graph/execute/graph_execute.cc"


Loading…
Cancel
Save