Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cmake/therock_amdgpu_targets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ therock_add_amdgpu_target(gfx1150 "AMD Strix Point iGPU" FAMILY igpu-all gfx115X
therock_add_amdgpu_target(gfx1151 "AMD Strix Halo iGPU" FAMILY igpu-all gfx115X-all gfx115X-igpu
EXCLUDE_TARGET_PROJECTS
hipSPARSELt # https://github.com/ROCm/TheRock/issues/2042
rccl # https://github.com/ROCm/TheRock/issues/150
rccl-tests
Comment on lines -239 to -240
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't support additional RCCL targets until #2130 is resolved (see the other exclusions in this file now). Each additional build target adds too much link time to the critical path for every CI/CD build.

On this PR, the comm-libs stage took 3h54m (https://github.com/ROCm/TheRock/actions/runs/24734903539/job/72365287361?pr=4661), compared to the baseline of ~1h30m (https://github.com/ROCm/TheRock/actions/runs/24795953473/job/72570414857). Some part of that can be attributed to cache misses, but in general RCCL's current architecture is not compatible with project requirements. That is being worked on with increasing priority now that RCCL builds are the bottleneck.

Copy link
Copy Markdown

@alex-breslow-amd alex-breslow-amd Apr 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you see if this resolves your issue? @ScottTodd #2130 (comment) @stellaraccident

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build times have improved substantially after pulling in ROCm/rocm-systems#4795 . We could attempt to enable gfx1151 (and other targets) in the RCCL build now.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enabled gfx1151 (and other targets) in #4935, closing this PR.

rocprofiler-compute # https://github.com/ROCm/TheRock/issues/2892
)
therock_add_amdgpu_target(gfx1152 "AMD Krackan 1 iGPU" FAMILY igpu-all gfx115X-all gfx115X-igpu
Expand Down
2 changes: 1 addition & 1 deletion rocm-libraries
Submodule rocm-libraries updated 1354 files
2 changes: 1 addition & 1 deletion rocm-systems
Submodule rocm-systems updated 1303 files
Loading