diff --git a/libc/CMakeLists.txt b/libc/CMakeLists.txt index 12fff25c197e2..752b048cd397a 100644 --- a/libc/CMakeLists.txt +++ b/libc/CMakeLists.txt @@ -288,7 +288,6 @@ endif() # The lib and test directories are added at the very end as tests # and libraries potentially draw from the components present in all # of the other directories. -# TODO: Add testing support for the libc GPU target. add_subdirectory(lib) if(LLVM_INCLUDE_TESTS) add_subdirectory(test) diff --git a/libc/docs/gpu/testing.rst b/libc/docs/gpu/testing.rst index 6e5bed5358cd8..d0f162694562d 100644 --- a/libc/docs/gpu/testing.rst +++ b/libc/docs/gpu/testing.rst @@ -8,7 +8,7 @@ Testing the GPU libc library .. note:: Running GPU tests with high parallelism is likely to cause spurious failures, out of resource errors, or indefinite hangs. limiting the number of threads - used while testing is highly recommended. + used while testing using ``LIBC_GPU_TEST_JOBS=`` is highly recommended. .. contents:: Table of Contents :depth: 4