Browse Source

Pre Merge pull request !1805 from 储星/revert-merge-1712-master

pull/1805/MERGE
储星 Gitee 4 years ago
parent
commit
4b44754892
3 changed files with 6 additions and 6 deletions
  1. +4
    -4
      build.sh
  2. +1
    -1
      metadef
  3. +1
    -1
      parser

+ 4
- 4
build.sh View File

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

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

@@ -371,6 +371,6 @@ elif [ "X$MINDSPORE_MODE" = "Xon" ]
then
cd "${OUTPUT_PATH}"
find ./ -name graphengine_lib.tar -exec rm {} \;
tar -zcf graphengine_lib.tar lib
tar -cf graphengine_lib.tar lib
fi
echo "---------------- GraphEngine package archive generated ----------------"

+ 1
- 1
metadef

@@ -1 +1 @@
Subproject commit e189fc7f4da9f7714f009d70da4db627de17955d
Subproject commit 8c5fd4486f870d8b63213565aa39fdf1ba1e497a

+ 1
- 1
parser

@@ -1 +1 @@
Subproject commit db5ce472de0086c3e2abdaab3b0685c1d2656c96
Subproject commit 3073129b68c0fae12a8b7531d60782e39128a28c

Loading…
Cancel
Save