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 .cirrus.yml
pull/4584/head
Martin Kroeker
GitHub
1 year ago
parent
8cbe527cf8
commit
875e3a3c46
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-4
.cirrus.yml
+ 5
- 4
.cirrus.yml
View File
@@ -107,17 +107,18 @@ task:
path: "*conf*"
type: text/plain
arm_container:
image: node:latest
task:
name: Neoverse-pthreads
arm_container:
image: node:latest
compile_script:
- make
- wget https://gist.github.com/martin-frbg/7790c2cd10f4a56fefd7bb8a8309113f/raw/442dddacd1392c5f43ae7f70d6e315331fa5be49/issue4583.cpp
- g++ -I. -Ilapack-netlib/LAPACKE/include issue4583.cpp libopenblas.a -lgfortran -o issue4583
- ./issue4583
task:
task:
name: NeoverseN1-ILP64
arm_container:
image: node:latest
@@ -128,7 +129,7 @@ task:
name: NeoverseN1-OMP
arm_container:
image: node:latest
cpu:
8
cpu:
4
compile_script:
- make USE_OPENMP=1
Write
Preview
Loading…
Cancel
Save