Skip to content

Commit

Permalink
[AMDGPU][Offload] Adds RHEL 8 CMake cache file builder (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplehr authored Jan 17, 2025
1 parent d9449e8 commit 435f656
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 @@ -1974,6 +1974,17 @@
script_interpreter=None
)},

{'name' : "amdgpu-offload-rhel-8-cmake-build-only",
'tags' : ["amdgpu", "offload", "openmp"],
'workernames' : ["rocm-docker-rhel-8"],
'builddir': "amdgpu-offload-rhel-8-cmake-build-only",
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "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 @@ -368,6 +368,7 @@ def get_all():
# 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),
create_worker("rocm-docker-rhel-8", 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 435f656

Please sign in to comment.