[libc-commits] [PATCH] D153157: [libc] Add an option to use a job pool for GPU tests
Artem Belevich via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 16 11:21:15 PDT 2023
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
LGTM.
Just a FYI -- in the past, running too many tests in parallel caused some tests to hang. I've empirically settled on `- j4` on cuda bots. Things may have improved in recent CUDA and driver versions, but I didn't push parallel tests further.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153157/new/
https://reviews.llvm.org/D153157
More information about the libc-commits
mailing list