From d5c6b1418b64a831dcd13969c27b05f46daee84e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 15 Apr 2021 20:16:56 +0800 Subject: [PATCH] Add dump_task_src in ge_executor. --- ge/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index 89745019..44a2732c 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -11,6 +11,7 @@ elseif (ENABLE_D) endif () set(PROTO_LIST + "${METADEF_DIR}/proto/dump_task.proto" "${METADEF_DIR}/proto/fusion_model.proto" "${GE_CODE_DIR}/ge/proto/optimizer_priority.proto" )