run blas-tester on ThunderX/Falkor

This commit is contained in:
Martin Kroeker 2021-08-09 15:11:15 +02:00 committed by GitHub
parent a0c6350f41
commit 3cbbb3a37f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -166,6 +166,13 @@ steps:
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS
- make -C cpp_thread_test dgemm_tester
- wget https://www.mkroeker.com/BLASTester-ARM.tgz
- tar zxvf BLASTester-ARM.tgz
- cd BLAS-Tester
- make
- cd bin
- ./xcl2blastst -R tbsv -U 1 U -A 1 N -D 2 U N -n 4 -X 2 2 1 -q 3
---
kind: pipeline
name: epyc_native_test