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/4405/head
Martin Kroeker
GitHub
2 years ago
parent
c7edc3d18e
commit
2762270f84
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-7
.cirrus.yml
+ 1
- 7
.cirrus.yml
View File
@@ -3,17 +3,11 @@ task:
arm_container:
image: node:latest
compile_script:
- make
- cd benchmark
- make
- export OPENBLAS_LOOPS=100
- ./dgemm.goto 10 2000
- cd ..
- make clean
- sed -i -e "s/DGEMM_DEFAULT_P 160/DGEMM_DEFAULT_P 240/g" -e "s/DGEMM_DEFAULT_Q 128/DGEMM_DEFAULT_Q 320/g" param.h
- make
- cd benchmark
- make
- export OPENBLAS_LOOPS=100
- ./dgemm.goto 10 2000
Write
Preview
Loading…
Cancel
Save