commit | a894a9b4d7b88eed14fd205e2792332254c05dd6 | [log] [tgz] |
---|---|---|
author | Joseph Huber <huberjn@fuchsia.infra.roller.outlook.com> | Tue Dec 05 18:50:40 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 05 10:52:04 2023 -0800 |
tree | 765231b6babaee5caffd46d275557f90e3cedeb4 | |
parent | 132717f7831803d9f083e3ca0afb89405c6bc312 [diff] |
[roll] Roll llvm-project/libc [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. GitOrigin-RevId: ab3ae2ae3fc63cbf5a337d698620b82d2dbf47fb Original-Revision: 058baf68ea54d1ee4747a4251241428f27842157 Change-Id: I6464ce212cb9ba56c7e393ad174dae6b8af3920e
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia
on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.