Browse Source

update build.sh

tags/v1.1.0
taoxiangdong 4 years ago
parent
commit
31809840dc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -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."


Loading…
Cancel
Save