[ml-libs] enable composable_kernel in build for gfx1152 + gfx1153#2809
Merged
amd-callumm merged 2 commits intomainfrom Feb 20, 2026
Merged
[ml-libs] enable composable_kernel in build for gfx1152 + gfx1153#2809amd-callumm merged 2 commits intomainfrom
amd-callumm merged 2 commits intomainfrom
Conversation
8c2f951 to
82b3944
Compare
mgehre-amd
reviewed
Jan 9, 2026
7e9ba03 to
3077ce8
Compare
Member
0b46398 to
b7aba29
Compare
geomin12
reviewed
Jan 26, 2026
Contributor
geomin12
left a comment
There was a problem hiding this comment.
looks good but i added gfx1152 and gfx1153 as labels, so it will build those archs and make sure this works!
b7aba29 to
8740f84
Compare
| # TODO: There is no FP32 wmma on Navi, remove all FP32 conv tests. These should already be skipped via applicability for | ||
| # CK solvers | ||
| if AMDGPU_FAMILIES in ["gfx110X-all", "gfx1150", "gfx1151", "gfx120X-all"]: | ||
| if AMDGPU_FAMILIES in [ |
Contributor
There was a problem hiding this comment.
i dont find the pr anymore but such a selection came up before and i had suggested something like
if any(prefix in AMDGPU_FAMILIES for prefix in ["gfx110", "gfx115", "gfx120"]):
8740f84 to
073bc42
Compare
073bc42 to
4c207f9
Compare
geomin12
approved these changes
Feb 19, 2026
Contributor
geomin12
left a comment
There was a problem hiding this comment.
looks like builds pass, unfortunately we have no test machines to validate this but a build passing is good in my eyes
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
Include composable_kernel in TheRock build as part of gfx1152/1153 target bringup, and allow MIOpen to use it
Follow-up to prior changes to get CK working for these targets:
Technical Details
Add gfx1152/1153 to list of supported targets for ml-libs/composable_kernel. Match test_miopen.py filters to existing gfx115x targets.
Test Plan
Test Result
Submission Checklist