From aaa88576cff52e2a816ba8a67e4128c9c74acacb Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Thu, 22 Oct 2020 09:14:07 +0800 Subject: [PATCH] update build.sh --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index e16f3fe2..60ca950c 100644 --- a/build.sh +++ b/build.sh @@ -142,6 +142,10 @@ build_graphengine() elif [ "x${PLATFORM}" = "xinference" ] then TARGET="ge_compiler atc_ge_local_engine atc_ge_local_opskernel_builder atc_host_cpu_engine atc_host_cpu_opskernel_builder atc opensrc_ascendcl ${TARGET}" + elif [ "x${PLATFORM}" = "xall" ] + then + # build all the target + TARGET="" fi make ${VERBOSE} ${TARGET} -j${THREAD_NUM} && make install