[release/2.13] Update composable_kernel submodule with gfx1033 support#3499
Merged
Conversation
Bump third_party/composable_kernel to pick up the gfx1033 group definition fix (cherry-picked for release/2.12 in #3227). release/2.13 was pinned to the same pre-fix CK commit, so the identical bump applies.
ethanwee1
marked this pull request as ready for review
July 24, 2026 18:50
2 tasks
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.
Motivation
Enabling
gfx103X-allPyTorch wheels forrelease/2.13in TheRock fails to compile because the CK version vendored inROCm/pytorch release/2.13lacksgfx1033support (CK_BUFFER_RESOURCE_3RD_DWORDundeclared for gfx1033 inbgemm_kernels). See ROCm/TheRock#6832.release/2.13pins CK atf1746955— the exact pre-fix commitrelease/2.12was on before #3227.Technical Details
Bump
third_party/composable_kernelf1746955→9f4f62da("Add missing gfx1033 to gfx103 group definition"). That commit's parent isf1746955, so this is the identical one-line submodule bump already done forrelease/2.12in #3227 — no new CK cherry-pick required.Validation
TheRock builds against this branch (py3.12, ROCm 7.15.0a20260724):
gfx103X-all(the previously failing arch): https://github.com/ROCm/TheRock/actions/runs/30101896038 — successgfx94X-dcgpu;gfx110X-all;gfx1151;gfx120X-all;gfx950-dcgpu;gfx900;gfx906;gfx908;gfx90a;gfx101X-dgpu;gfx103X-all;gfx1150;gfx1152;gfx1153): https://github.com/ROCm/TheRock/actions/runs/30109134565