-
Notifications
You must be signed in to change notification settings - Fork 240
Don't exclude strix halo in build #4661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule source
updated
15 files
Submodule rocm-libraries
updated
1354 files
Submodule rocm-systems
updated
1303 files
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.