[zorg] r343551 - [test-suite, CUDA] Run GPU tests in parallel.

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 1 17:11:27 PDT 2018


Author: tra
Date: Mon Oct  1 17:11:27 2018
New Revision: 343551

URL: http://llvm.org/viewvc/llvm-project?rev=343551&view=rev
Log:
[test-suite, CUDA] Run GPU tests in parallel.

This speeds up test execution and the tests are small
enough not to run out of memory.

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

Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=343551&r1=343550&r2=343551&view=diff
==============================================================================
--- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
+++ zorg/trunk/buildbot/osuosl/master/config/builders.py Mon Oct  1 17:11:27 2018
@@ -1567,6 +1567,7 @@ def _get_experimental_scheduled_builders
                      gpu_devices=["GPU-af66efa4",  # K40c(sm_35),
                                   "GPU-44fe2444"   # GTX1070(sm_61)
                      ],
+                     cuda_jobs = 4, # Speeds up test execution time by ~2x.
                      extra_ts_cmake_args=[],
                      enable_thrust_tests=False,
          ),




More information about the llvm-commits mailing list