Browse Source

Update .cirrus.yml

pull/4405/head
Martin Kroeker GitHub 2 years ago
parent
commit
2762270f84
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions
  1. +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




Loading…
Cancel
Save