[PATCH] D107195: [Zorg] Add timeouts to OpenMP tests.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 2 12:57:34 PDT 2021
Meinersbur added a comment.
In D107195#2917948 <https://reviews.llvm.org/D107195#2917948>, @tianshilei1992 wrote:
> My development machine has NVIDIA GTX2080 with 8GB GPU memory. What my extra arguments are `-j 4 --timeout=10`. I don't know if you already set the number of parallel jobs, because some test cases really need a large amount of GPU memory, and 4 in my case can make sure that no false failure because of OOM.
The system has "only" 6 cores and no SMT/hyperthreads. That is, llvm-lit by default launches 6 threads. I haven't observed OOM errors yet.
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107195/new/
https://reviews.llvm.org/D107195
More information about the llvm-commits
mailing list