This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!3140
Add serving compilation options
Merge pull request
!3140
from hexia/add_serving_option
tags/v0.6.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
d07da62490
20213ee416
commit
9c6d1bf0b9
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
build.sh
+ 1
- 0
build.sh
View File
@@ -184,6 +184,7 @@ checkopts()
elif [[ "X$OPTARG" == "Xd" || "X$OPTARG" == "Xascend" ]]; then
elif [[ "X$OPTARG" == "Xd" || "X$OPTARG" == "Xascend" ]]; then
ENABLE_D="on"
ENABLE_D="on"
ENABLE_CPU="on"
ENABLE_CPU="on"
ENABLE_SERVING="on"
elif [[ "X$OPTARG" == "Xcpu" ]]; then
elif [[ "X$OPTARG" == "Xcpu" ]]; then
ENABLE_CPU="on"
ENABLE_CPU="on"
else
else
Write
Preview
Loading…
Cancel
Save