run dgemm benchmark on neoverse

This commit is contained in:
Martin Kroeker 2021-09-25 13:54:21 +02:00 committed by GitHub
parent e76ff6a44e
commit 7eca8d1a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -281,7 +281,9 @@ matrix:
packages:
- gfortran
script:
- travis_wait 45 make && make lapack-test
- travis_wait 45 make
# && make lapack-test
- cd benchmark; make; OPENBLAS_LOOPS=50 ./dgemm.goto 10 500
# whitelist
branches: