[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:00 PDT 2023
jhuber6 created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
jhuber6 requested review of this revision.
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.
Repository:
rG LLVM Github Monorepo
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.519506.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230504/27c7fee6/attachment.bin>
More information about the libc-commits
mailing list