File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,6 @@ endif()
288
288
# The lib and test directories are added at the very end as tests
289
289
# and libraries potentially draw from the components present in all
290
290
# of the other directories.
291
- # TODO: Add testing support for the libc GPU target.
292
291
add_subdirectory (lib)
293
292
if (LLVM_INCLUDE_TESTS)
294
293
add_subdirectory (test )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Testing the GPU libc library
8
8
.. note ::
9
9
Running GPU tests with high parallelism is likely to cause spurious failures,
10
10
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.
12
12
13
13
.. contents :: Table of Contents
14
14
:depth: 4
You can’t perform that action at this time.
0 commit comments