From 6ad1087a83766ed190c101f16a5c0dbcb8ce05cf Mon Sep 17 00:00:00 2001 From: zhangxiaokun Date: Fri, 9 Jul 2021 14:59:50 +0800 Subject: [PATCH] Add local_context.cc to executor --- ge/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index a2b23d1b..2048dfa1 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -164,7 +164,7 @@ set(EXECUTOR_SRC_LIST #"graph/build/stream_graph_optimizer.cc" #"graph/build/task_generator.cc" #"graph/common/bcast.cc" - #"graph/common/local_context.cc" + "graph/common/local_context.cc" #"graph/common/omg_util.cc" #"graph/common/transop_util.cc" "graph/execute/graph_execute.cc"