Skip to content

Commit d9449e8

Browse files
authored
[Offload][AMDGPU] RHEL9.4 CMake Cache builder (#352)
Dockerized RHEL 9.4 builder that uses the Offload CMake Cache file AMDGPUBot.cmake as build config.
1 parent 2358311 commit d9449e8

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
@@ -1963,6 +1963,17 @@
19631963
script_interpreter=None
19641964
)},
19651965

1966+
{'name' : "amdgpu-offload-rhel-9-cmake-build-only",
1967+
'tags' : ["openmp"],
1968+
'workernames' : ["rocm-docker-rhel-9"],
1969+
'builddir': "amdgpu-offload-rhel-9-cmake-build-only",
1970+
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1971+
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
1972+
script="amdgpu-offload-cmake.py",
1973+
checkout_llvm_sources=True,
1974+
script_interpreter=None
1975+
)},
1976+
19661977
{'name' : "openmp-offload-libc-amdgpu-runtime",
19671978
'tags' : ["openmp"],
19681979
'workernames' : ["omp-vega20-1"],

buildbot/osuosl/master/config/workers.py

+1
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ def get_all():
367367
create_worker("rocm-worker-hw-04-rhel-8_8", properties={'jobs': 32}, max_builds=1),
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),
370+
create_worker("rocm-docker-rhel-9", properties={'jobs': 32}, max_builds=1),
370371

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

0 commit comments

Comments
 (0)