Skip to content

Commit 6abca76

Browse files
authored
Add option for running only the less demanding GEMV version of the thread safety tests
1 parent 84c00c3 commit 6abca76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.rule

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ COMMON_PROF = -pg
272272
# work at all.
273273
#
274274
# CPP_THREAD_SAFETY_TEST = 1
275+
#
276+
# use this to run only the less memory-hungry GEMV test
277+
# CPP_THREAD_SAFETY_GEMV = 1
275278

276279

277280
# If you want to enable the experimental BFLOAT16 support

0 commit comments

Comments
 (0)