[libc-commits] [libc] [libc] Replace check-libc with lit-based test execution (PR #184163)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Wed Apr 22 09:19:57 PDT 2026


kaladron wrote:

> Seems good, though I have one concern. We limit the threads of the GPU tests because these can quickly consume finite resources (GPU queues, scratch memory, etc). Does lit run everything with full threads?

When I look at build/runtimes/runtimes-nvptx64-nvidia-cuda-bins/libc/test/integration/src/__support/GPU/libc.test.integration.src.__support.GPU.fixedbuffer_test.__hermetic__.__build__.params:

```
--threads
32
--blocks
16
---
---
LIBOMPTARGET_STACK_SIZE=3072
```

It seems to be the only one specifying threads, so that suggests that we have another bug to solve.  I'll have a PR incoming shortly for this.

https://github.com/llvm/llvm-project/pull/184163


More information about the libc-commits mailing list