From 8692ffc23f56fefdb3bb9d8cd9a465fafc0921e1 Mon Sep 17 00:00:00 2001 From: taoxudonghaha Date: Fri, 11 Dec 2020 19:23:25 +0800 Subject: [PATCH] solve master compile --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index b8fd9e9a..dec260ef 100644 --- a/build.sh +++ b/build.sh @@ -162,10 +162,10 @@ build_graphengine() TARGET=${COMMON_TARGET} if [ "x${PLATFORM}" = "xtrain" ] then - TARGET="ge_runner ge_local_engine host_cpu_engine ${TARGET}" + TARGET="ge_runner ge_local_engine host_cpu_engine ge_compiler atc_ge_local_engine atc_host_cpu_engine atc ${TARGET}" elif [ "x${PLATFORM}" = "xinference" ] then - TARGET="ge_compiler atc_ge_local_engine atc_host_cpu_engine atc opensrc_ascendcl ${TARGET}" + TARGET="opensrc_ascendcl ${TARGET}" elif [ "x${PLATFORM}" = "xall" ] then # build all the target @@ -301,10 +301,10 @@ generate_package() if [ "x${PLATFORM}" = "xtrain" ] then - tar -cf graphengine_lib.tar fwkacllib + tar -cf graphengine_lib.tar fwkacllib atc elif [ "x${PLATFORM}" = "xinference" ] then - tar -cf graphengine_lib.tar acllib atc + tar -cf graphengine_lib.tar acllib elif [ "x${PLATFORM}" = "xall" ] then tar -cf graphengine_lib.tar fwkacllib acllib atc