From 31809840dc111fb0130381512273f2464138a1fb Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Thu, 22 Oct 2020 02:39:09 +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 17cc057e..fa123352 100644 --- a/build.sh +++ b/build.sh @@ -144,7 +144,7 @@ build_graphengine() 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}" fi - make ${VERBOSE} -j${THREAD_NUM} ${TARGET} && make install + make ${VERBOSE} ${TARGET} -j${THREAD_NUM} && make install if [ $? -ne 0 ] then echo "execute command: make ${VERBOSE} -j${THREAD_NUM} && make install failed."