Skip to content

Commit 198cb00

Browse files
authored
[LibC][AMDGPU] Enable 8-way parallel AMDGPU tests (#92)
This enables an actual 8-way parallel testing of libc for GPU on AMDGPU. We limit the number of concurrent executions since we have some anecdotal evidence that highly-parallel execution can still provoke some issues. I think we should test some parallel execution though and we did not see hangs on other systems with low numbers of parallel jobs.
1 parent 27c0077 commit 198cb00

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
@@ -1812,6 +1812,7 @@
18121812
"-DLIBC_GPU_BUILD=ON",
18131813
"-DLIBC_GPU_ARCHITECTURES=gfx906",
18141814
"-DLIBC_GPU_TEST_ARCHITECTURE=gfx906",
1815+
"-DLIBC_GPU_TEST_JOBS=8",
18151816
],
18161817
install=True,
18171818
testsuite=False,

0 commit comments

Comments
 (0)