[libc-commits] [PATCH] D149857: [libc][Docs] Add warning about running GPU tests with parallelism
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu May 4 08:18:26 PDT 2023
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG62a2a07cbe3f: [libc][Docs] Add warning about running GPU tests with parallelism (authored by jhuber6).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149857/new/
https://reviews.llvm.org/D149857
Files:
libc/docs/gpu/testing.rst
Index: libc/docs/gpu/testing.rst
===================================================================
--- libc/docs/gpu/testing.rst
+++ libc/docs/gpu/testing.rst
@@ -5,6 +5,11 @@
Testing the GPU libc library
============================
+.. note::
+ Running GPU tests with high parallelism is likely to cause spurious failures,
+ out of resource errors, or indefinate hangs. limiting the number of threads
+ used while testing is highly recommended.
+
.. contents:: Table of Contents
:depth: 4
:local:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149857.519507.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230504/2eaac0dc/attachment.bin>
More information about the libc-commits
mailing list