Skip to content

Commit 089b811

Browse files
committed
[libc][NFC][Docs] Update some GPU testing information
Summary: This comment is outddated and can be removed, also mention an option for limiting parallelism during tests in the documentation.
1 parent 06055d9 commit 089b811

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libc/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ endif()
288288
# The lib and test directories are added at the very end as tests
289289
# and libraries potentially draw from the components present in all
290290
# of the other directories.
291-
# TODO: Add testing support for the libc GPU target.
292291
add_subdirectory(lib)
293292
if(LLVM_INCLUDE_TESTS)
294293
add_subdirectory(test)

libc/docs/gpu/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Testing the GPU libc library
88
.. note::
99
Running GPU tests with high parallelism is likely to cause spurious failures,
1010
out of resource errors, or indefinite hangs. limiting the number of threads
11-
used while testing is highly recommended.
11+
used while testing using ``LIBC_GPU_TEST_JOBS=<N>`` is highly recommended.
1212

1313
.. contents:: Table of Contents
1414
:depth: 4

0 commit comments

Comments
 (0)