Skip to content

Commit d38a911

Browse files
authored
[AMDGPU][Libc] Four parallel GPU processes (#384)
Gentle increase to the number of GPU tests run in parallel on the device. Tested this locally, this should be a reasonable balance between speed up and system load.
1 parent a77e191 commit d38a911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,7 @@
19391939
"-DLIBOMPTARGET_PLUGINS_TO_BUILD=amdgpu;host",
19401940
"-DRUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_RUNTIMES=libc",
19411941
"-DLLVM_RUNTIME_TARGETS=default;amdgcn-amd-amdhsa",
1942+
"-DRUNTIMES_amdgcn-amd-amdhsa_LIBC_GPU_TEST_JOBS=4",
19421943
],
19431944
env={
19441945
'HSA_ENABLE_SDMA':'0',

0 commit comments

Comments
 (0)