[PATCH] D49616: [buildbot, CUDA] Adjust GPU list for the tests on cuda-build-test-01
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 20 14:47:00 PDT 2018
tra updated this revision to Diff 156612.
tra added a comment.
Use GUIDs to identify GPUs.
https://reviews.llvm.org/D49616
Files:
buildbot/osuosl/master/config/builders.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -1554,7 +1554,9 @@
],
externals="/home/botanist/bots/externals",
gpu_arch_list=["sm_35", "sm_61"],
- gpu_devices=[2, 0], # K40c(sm_35), GTX1070(sm_61)
+ gpu_devices=["GPU-af66efa4", # K40c(sm_35),
+ "GPU-44fe2444" # GTX1070(sm_61)
+ ],
extra_ts_cmake_args=[],
enable_thrust_tests=False,
),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49616.156612.patch
Type: text/x-patch
Size: 718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/d4e16fd3/attachment.bin>
More information about the llvm-commits
mailing list