- use default clang version for builds.
- build tests for sm_35 and sm_61
- run tests on multiple GPUS
- Run tests per each GPU specified in gpu_devices with only that GPU visible. This way tests don't have to implement any loop-over-all-visible-GPUs logic.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM.
There is a cosmetic issue, but your change seems in line with the rest of the file, so, not sure if you would want to do this just for 2 ninja commands you are adding, or address it everywhere in this file as a separate patch.
zorg/buildbot/builders/CUDATestsuiteBuilder.py | ||
---|---|---|
157 ↗ | (On Diff #132466) | Here and in all the similar cases. It is better to have the description as an array of words, as it helps buildbot to format multiline text for compact views. |
zorg/buildbot/builders/CUDATestsuiteBuilder.py | ||
---|---|---|
157 ↗ | (On Diff #132466) | Would string.split("some long description goes here") do ? |
zorg/trunk/buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1379 | @gkistanova This chould've been clang++. |
@gkistanova This chould've been clang++.
I've fixed the error in rL324267.