Update .cirrus.yml
This commit is contained in:
parent
c7edc3d18e
commit
2762270f84
|
@ -3,18 +3,12 @@ task:
|
|||
arm_container:
|
||||
image: node:latest
|
||||
compile_script:
|
||||
- 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
|
||||
- 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
|
||||
- ./dgemm.goto 10 2000
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue