build: bump rocm-systems blit-shader pin#6282
Open
ammarwa wants to merge 2 commits into
Open
Conversation
1 task
34e4bf8 to
5db05fe
Compare
Point rocm-systems at ROCm/rocm-systems#8054, now scoped to restoring the gfx12.5 blit shader nop padding without bringing back loader trampoline changes.
5db05fe to
43fa3be
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
JIRA ID
JIRA ID - ROCM-27304
Stack
Stacked on #6276.
Depends on ROCm/rocm-systems#8054.
Summary
rocm-systemsto43d3c24283416e37a87c529e86cac6c0ec101c6f.7b1848d3d30dbae7a54f3f0c1bf23396186d2614, restoring the gfx12.5-onlyv_noppadding in the built-in blit copy/fill shaders.blit_copyAligned.sblit_copyMisaligned.sblit_fill.sWhy
The linked rocm-systems revert touched both built-in blit kernels and loader executable code. TheRock only needs to restore the blit-kernel behavior for this HotSwap stack.
HotSwap validation still depends on the gfx12.5 built-in blit copy/fill shader padding, so this PR updates TheRock to consume the isolated blit-shader rocm-systems change without bringing back the unrelated executable loader changes.