Skip to content

Commit 05aff0e

Browse files
authored
[Offload] Run tests 16-way parallel on AMDGPU (#156627)
Reduce the number of paralell tests run to align with the typical number of VMIDs provided by the kernel driver.
1 parent e1021bb commit 05aff0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/cmake/caches/AMDGPUBot.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set(LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;offload;flang-rt" CACHE STRING "")
1515
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")
1616
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
1717
set(LLVM_TARGETS_TO_BUILD "host;AMDGPU;SPIRV" CACHE STRING "")
18-
set(LLVM_LIT_ARGS "-v --show-unsupported --timeout 100 --show-xfail -j 32" CACHE STRING "")
18+
set(LLVM_LIT_ARGS "-v --show-unsupported --timeout 100 --show-xfail -j 16" CACHE STRING "")
1919

2020
set(CLANG_DEFAULT_LINKER "lld" CACHE STRING "")
2121
set(CLANG_DEFAULT_RTLIB "compiler-rt" STRING "")

0 commit comments

Comments
 (0)