Skip to content

Commit 6e91448

Browse files
committed
[AMDGPU][Offload] Adds RHEL 8 CMake cache file builder
1 parent 068b2ef commit 6e91448

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

1965+
{'name' : "amdgpu-offload-rhel-8-cmake-build-only",
1966+
'tags' : ["amdgpu", "offload", "openmp"],
1967+
'workernames' : ["rocm-docker-rhel-8"],
1968+
'builddir': "amdgpu-offload-rhel-8-cmake-build-only",
1969+
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1970+
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"],
1971+
script="amdgpu-offload-cmake.py",
1972+
checkout_llvm_sources=True,
1973+
script_interpreter=None
1974+
)},
1975+
19651976
{'name' : "openmp-offload-libc-amdgpu-runtime",
19661977
'tags' : ["openmp"],
19671978
'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-8", 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)