[all-commits] [llvm/llvm-project] a28e4e: [libc] Default to a single threaded thread pool fo...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Dec 5 07:26:04 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a28e4eac26ccd2e17f041b8d96da93df4a2414c0
      https://github.com/llvm/llvm-project/commit/a28e4eac26ccd2e17f041b8d96da93df4a2414c0
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2023-12-05 (Tue, 05 Dec 2023)

  Changed paths:
    M libc/cmake/modules/prepare_libc_gpu_build.cmake

  Log Message:
  -----------
  [libc] Default to a single threaded thread pool for GPU tests (#74486)

Summary:
The GPU tests tend to fail when run massively in parallel. This is why
we use a CMake job pool to limit it to 1 in most cases. We should
default to the configuration that is most likely to work, that being a
single thread. There aren't enough GPU tests for this to be a massive
increase in test time on the bots, so we should default to what works
guaranteed.




More information about the All-commits mailing list