Browse Source

this commit for testing smoke, do not merge

pull/174/head
taoxiangdong 5 years ago
parent
commit
447a5ca53f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      build.sh

+ 1
- 0
build.sh View File

@@ -276,6 +276,7 @@ generate_package()
done

find ./bin -name atc -exec cp {} "${OUTPUT_PATH}/${ATC_BIN_PATH}" \;

find ${OUTPUT_PATH}/${GRAPHENGINE_LIB_PATH} -maxdepth 1 -name "libascendcl.so" -exec cp -f {} ${OUTPUT_PATH}/${ACL_PATH} \;
if [ "x${PLATFORM}" = "xtrain" ]


Loading…
Cancel
Save