update build.sh

pull/108/head
taoxiangdong 4 years ago
parent 98bf551af4
commit 31809840dc

@ -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}" 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 fi
make ${VERBOSE} -j${THREAD_NUM} ${TARGET} && make install make ${VERBOSE} ${TARGET} -j${THREAD_NUM} && make install
if [ $? -ne 0 ] if [ $? -ne 0 ]
then then
echo "execute command: make ${VERBOSE} -j${THREAD_NUM} && make install failed." echo "execute command: make ${VERBOSE} -j${THREAD_NUM} && make install failed."

Loading…
Cancel
Save