Browse Source

Fix zip bug.

tags/v1.3.0
zhaozhixuan 3 years ago
parent
commit
fd51637c46
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      build.sh

+ 3
- 3
build.sh View File

@@ -355,13 +355,13 @@ generate_package()


if [ "x${PLATFORM}" = "xtrain" ] if [ "x${PLATFORM}" = "xtrain" ]
then then
tar -cf graphengine_lib.tar fwkacllib
tar -zcf graphengine_lib.tar fwkacllib
elif [ "x${PLATFORM}" = "xinference" ] elif [ "x${PLATFORM}" = "xinference" ]
then then
tar -cf graphengine_lib.tar acllib atc
tar -zcf graphengine_lib.tar acllib atc
elif [ "x${PLATFORM}" = "xall" ] elif [ "x${PLATFORM}" = "xall" ]
then then
tar -cf graphengine_lib.tar fwkacllib acllib atc
tar -zcf graphengine_lib.tar fwkacllib acllib atc
fi fi
} }




Loading…
Cancel
Save