Skip to content

Commit 62a2a07

Browse files
committed
[libc][Docs] Add warning about running GPU tests with parallelism
Now that a large amount of GPU tests can be run in parallel, we should document spurious failures. It is a well-known issue that launching many GPU applications in parallel can lead to various problems, the worst of which being an indefinite hang. Differential Revision: https://reviews.llvm.org/D149857
1 parent edcdc81 commit 62a2a07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libc/docs/gpu/testing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
Testing the GPU libc library
66
============================
77

8+
.. note::
9+
Running GPU tests with high parallelism is likely to cause spurious failures,
10+
out of resource errors, or indefinate hangs. limiting the number of threads
11+
used while testing is highly recommended.
12+
813
.. contents:: Table of Contents
914
:depth: 4
1015
:local:

0 commit comments

Comments
 (0)