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
build.bat support input -j value
tags/v0.2.0-alpha
chenjianping
6 years ago
parent
58b013c319
commit
a9426cbd89
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
build.bat
+ 5
- 1
build.bat
View File
@@ -20,7 +20,11 @@ IF NOT %errorlevel% == 0 (
goto run_fail
)
cmake --build . --target all -- -j6
IF "%1%" == "" (
cmake --build . --target all -- -j6
) ELSE (
cmake --build . --target all -- -j%1%
)
IF NOT %errorlevel% == 0 (
goto run_fail
)
Write
Preview
Loading…
Cancel
Save