From 73e3484b2c9758f73c071cb772c92164e7132582 Mon Sep 17 00:00:00 2001 From: wqtshg Date: Tue, 24 Nov 2020 20:35:40 +0800 Subject: [PATCH] update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b693ba74..73bb7aa2 100644 --- a/build.sh +++ b/build.sh @@ -169,7 +169,7 @@ build_graphengine() elif [ "x${PLATFORM}" = "xall" ] then # build all the target - TARGET="" + TARGET="ge_runner ge_local_engine host_cpu_engine ge_compiler atc_ge_local_engine atc_host_cpu_engine atc opensrc_ascendcl ${TARGET}" fi make ${VERBOSE} ${TARGET} -j${THREAD_NUM} && make install