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
!15420
Add a opts check for build.sh
From:
@zhangzhaoju
Reviewed-by: @ginfung,@zh_qh,@hwhewei,@zh_qh Signed-off-by: @zh_qh,@zh_qh
pull/15420/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
e30fe568e7
caff3d83c1
commit
f66ba14178
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
build.sh
+ 5
- 0
build.sh
View File
@@ -340,6 +340,11 @@ checkopts()
esac
esac
done
done
if [[ "X$RUN_TESTCASES" == "Xon" && "X$DEVICE" != "X" ]]; then
echo "WARNING:Option -e can't be set while option -t on/ut is set, reset device to empty."
DEVICE=""
fi
# Parse device
# Parse device
# Process build option
# Process build option
if [[ "X$DEVICE" == "Xgpu" ]]; then
if [[ "X$DEVICE" == "Xgpu" ]]; then
Write
Preview
Loading…
Cancel
Save