From 17d7cbf1a61edc87324f89081375b7ed93539bbd Mon Sep 17 00:00:00 2001 From: wjm Date: Sat, 27 Feb 2021 13:02:59 +0800 Subject: [PATCH] test remove offline --- ge/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index 87e89a38..b0bb739a 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -4,7 +4,7 @@ if (NOT ENABLE_D AND NOT ENABLE_ACL AND NOT ENABLE_MS_TESTCASES) add_subdirectory(ge_local_engine) add_subdirectory(host_cpu_engine) add_subdirectory(executor) - add_subdirectory(offline) + #add_subdirectory(offline) elseif (ENABLE_D) add_subdirectory(common) add_subdirectory(ge_runtime)