This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
do not generate package in ut mode
tags/v0.7.0-beta
yanghaoran
4 years ago
parent
db3840c0c4
commit
56fbbf91e5
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
build.sh
+ 3
- 1
build.sh
View File
@@ -214,5 +214,7 @@ generate_package()
tar -cf graphengine_lib.tar fwkacllib/ atc/
}
generate_package
if [[ "X$ENABLE_GE_UT" = "Xoff" ]]; then
generate_package
fi
echo "---------------- GraphEngine package archive generated ----------------"
Write
Preview
Loading…
Cancel
Save