From 792f9a5a27f8b6eb6886e808ef37d785c1ba0be3 Mon Sep 17 00:00:00 2001 From: zhangxiaokun Date: Fri, 9 Jul 2021 16:05:04 +0800 Subject: [PATCH] Add files to executor --- ge/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index e7632409..eec992c8 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -165,7 +165,7 @@ set(EXECUTOR_SRC_LIST #"graph/build/task_generator.cc" "graph/common/bcast.cc" "graph/common/local_context.cc" - #"graph/common/omg_util.cc" + "graph/common/omg_util.cc" #"graph/common/transop_util.cc" "graph/execute/graph_execute.cc" "graph/execute/model_executor.cc"