Skip to content

Commit

Permalink
[Offload][AMDGPU] RHEL9.4 CMake Cache builder (#352)
Browse files Browse the repository at this point in the history
Dockerized RHEL 9.4 builder that uses the Offload CMake Cache file
AMDGPUBot.cmake as build config.
  • Loading branch information
jplehr authored Jan 17, 2025
1 parent 2358311 commit d9449e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -1963,6 +1963,17 @@
script_interpreter=None
)},

{'name' : "amdgpu-offload-rhel-9-cmake-build-only",
'tags' : ["openmp"],
'workernames' : ["rocm-docker-rhel-9"],
'builddir': "amdgpu-offload-rhel-9-cmake-build-only",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
script="amdgpu-offload-cmake.py",
checkout_llvm_sources=True,
script_interpreter=None
)},

{'name' : "openmp-offload-libc-amdgpu-runtime",
'tags' : ["openmp"],
'workernames' : ["omp-vega20-1"],
Expand Down
1 change: 1 addition & 0 deletions buildbot/osuosl/master/config/workers.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ def get_all():
create_worker("rocm-worker-hw-04-rhel-8_8", properties={'jobs': 32}, max_builds=1),
# Containerized build-only, using llvm-project/offload/cmake/caches/AMDGPUbot.cmake
create_worker("rocm-docker-ubu-22", properties={'jobs': 32}, max_builds=1),
create_worker("rocm-docker-rhel-9", properties={'jobs': 32}, max_builds=1),

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

0 comments on commit d9449e8

Please sign in to comment.