We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1021bb commit 05aff0eCopy full SHA for 05aff0e
offload/cmake/caches/AMDGPUBot.cmake
@@ -15,7 +15,7 @@ set(LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;offload;flang-rt" CACHE STRING "")
15
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")
16
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")
17
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 "")
+set(LLVM_LIT_ARGS "-v --show-unsupported --timeout 100 --show-xfail -j 16" CACHE STRING "")
19
20
set(CLANG_DEFAULT_LINKER "lld" CACHE STRING "")
21
set(CLANG_DEFAULT_RTLIB "compiler-rt" STRING "")
0 commit comments