use modified gemm benchmark to trigger race condition

This commit is contained in:
Martin Kroeker 2020-04-08 14:43:19 +02:00 committed by GitHub
parent d8735bb66a
commit bc792904ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -165,4 +165,5 @@ steps:
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS
- make -C cpp_thread_test dgemm_tester
- make -C benchmark $COMMON_FLAGS
- benchmark/dgemm.goto