Skip to content

Commit 3e000b6

Browse files
authored
Update configuration for flang-runtime-cuda-clang/gcc builders. (#152)
* collapse the build requests to reduce the build queue. * added CUDA compiler flags to the CMake configuration step.
1 parent 61ae28a commit 3e000b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2897,7 +2897,7 @@
28972897
# flang FortranRuntime CUDA Offload builders.
28982898
{'name' : "flang-runtime-cuda-gcc",
28992899
'tags' : ["flang", "runtime"],
2900-
'collapseRequests': False,
2900+
'collapseRequests': True,
29012901
'workernames' : ["as-builder-7"],
29022902
'builddir': "flang-runtime-cuda-gcc",
29032903
'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
@@ -2917,6 +2917,7 @@
29172917
"-DCMAKE_C_COMPILER=/usr/bin/gcc",
29182918
"-DCMAKE_CUDA_HOST_COMPILER=/usr/bin/g++",
29192919
"-DCMAKE_CUDA_ARCHITECTURES=80",
2920+
"-DCMAKE_CUDA_FLAGS=-G -g",
29202921
"-DCMAKE_CUDA_COMPILER_LAUNCHER=ccache",
29212922
"-DCMAKE_CXX_COMPILER_LAUNCHER=ccache",
29222923
"-DCMAKE_C_COMPILER_LAUNCHER=ccache",
@@ -2930,7 +2931,7 @@
29302931

29312932
{'name' : "flang-runtime-cuda-clang",
29322933
'tags' : ["flang", "runtime"],
2933-
'collapseRequests': False,
2934+
'collapseRequests': True,
29342935
'workernames' : ["as-builder-7"],
29352936
'builddir': "flang-runtime-cuda-clang",
29362937
'factory' : StagedBuilder.getCmakeBuildFactory(

0 commit comments

Comments
 (0)