[all-commits] [llvm/llvm-project] 62a2a0: [libc][Docs] Add warning about running GPU tests w...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu May 4 08:18:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62a2a07cbe3f8bf5faee8ab03428fd6047ba6b21
https://github.com/llvm/llvm-project/commit/62a2a07cbe3f8bf5faee8ab03428fd6047ba6b21
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M libc/docs/gpu/testing.rst
Log Message:
-----------
[libc][Docs] Add warning about running GPU tests with parallelism
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.
Differential Revision: https://reviews.llvm.org/D149857
More information about the All-commits
mailing list