Skip to content

Commit 133307c

Browse files
committed
[AMDGPU][Offload] Adds RHEL 8 CMake cache file builder
1 parent d9449e8 commit 133307c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

buildbot/osuosl/master/config/builders.py

+11
Original file line numberDiff line numberDiff line change
@@ -1974,6 +1974,17 @@
19741974
script_interpreter=None
19751975
)},
19761976

1977+
{'name' : "amdgpu-offload-rhel-8-cmake-build-only",
1978+
'tags' : ["amdgpu", "offload", "openmp"],
1979+
'workernames' : ["rocm-docker-rhel-8"],
1980+
'builddir': "amdgpu-offload-rhel-8-cmake-build-only",
1981+
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1982+
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"],
1983+
script="amdgpu-offload-cmake.py",
1984+
checkout_llvm_sources=True,
1985+
script_interpreter=None
1986+
)},
1987+
19771988
{'name' : "openmp-offload-libc-amdgpu-runtime",
19781989
'tags' : ["openmp"],
19791990
'workernames' : ["omp-vega20-1"],

buildbot/osuosl/master/config/workers.py

+1
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ def get_all():
368368
# Containerized build-only, using llvm-project/offload/cmake/caches/AMDGPUbot.cmake
369369
create_worker("rocm-docker-ubu-22", properties={'jobs': 32}, max_builds=1),
370370
create_worker("rocm-docker-rhel-9", properties={'jobs': 32}, max_builds=1),
371+
create_worker("rocm-docker-rhel-8", properties={'jobs': 32}, max_builds=1),
371372

372373
# AMD ROCm support, Ubuntu 18.04.6, AMD Ryzen @ 1.5 GHz, MI200 GPU
373374
create_worker("mi200-buildbot", max_builds=1),

0 commit comments

Comments
 (0)