Skip to content

Commit

Permalink
Update .cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 2, 2024
1 parent c7edc3d commit 2762270
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 2762270

Please sign in to comment.