Browse Source

Add option for running only the less demanding GEMV version of the thread safety tests

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
6abca76c4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile.rule

+ 3
- 0
Makefile.rule View File

@@ -272,6 +272,9 @@ COMMON_PROF = -pg
# work at all.
#
# CPP_THREAD_SAFETY_TEST = 1
#
# use this to run only the less memory-hungry GEMV test
# CPP_THREAD_SAFETY_GEMV = 1


# If you want to enable the experimental BFLOAT16 support


Loading…
Cancel
Save