Update .cirrus.yml

This commit is contained in:
Martin Kroeker 2024-01-02 09:11:48 +01:00 committed by GitHub
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

View File

@ -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