Browse Source

run blas-tester on ThunderX/Falkor

pull/3340/head
Martin Kroeker GitHub 4 years ago
parent
commit
3cbbb3a37f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      .drone.yml

+ 7
- 0
.drone.yml 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


Loading…
Cancel
Save