This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Update intel_build_all.yml
pull/4084/head
Martin Kroeker
GitHub
3 years ago
parent
9f3e583896
commit
2e48b64f1f
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.github/workflows/intel_build_all.yml
+ 2
- 1
.github/workflows/intel_build_all.yml
View File
@@ -50,7 +50,8 @@ jobs:
run: |
curl.exe --output %TEMP%\webimage.exe \
--url https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357_offline.exe \
--retry 5 --retry-delay 5
--retry 5 --retry-delay 5 --max-time 1800
echo "extracting image"
start /b /wait %TEMP%\webimage.exe -s -x -f webimage_extracted --log extract.log
del %TEMP%\webimage.exe
echo "webimage downloaded & extracted"
Write
Preview
Loading…
Cancel
Save