[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:49:24 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL337623: [buildbot, CUDA] Adjust GPU list for the tests on cuda-build-test-01 (authored by tra, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D49616

Files:
  zorg/trunk/buildbot/osuosl/master/config/builders.py


Index: zorg/trunk/buildbot/osuosl/master/config/builders.py
===================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py
+++ zorg/trunk/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.156614.patch
Type: text/x-patch
Size: 751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/dc8eb81c/attachment.bin>


More information about the llvm-commits mailing list