Skip to content

Add gfx1150 to legacy CK supported hardware whitelist#3953

Open
Peterc3-dev wants to merge 1 commit intoROCm:amd-developfrom
Peterc3-dev:add-gfx1150-legacy-ck
Open

Add gfx1150 to legacy CK supported hardware whitelist#3953
Peterc3-dev wants to merge 1 commit intoROCm:amd-developfrom
Peterc3-dev:add-gfx1150-legacy-ck

Conversation

@Peterc3-dev
Copy link
Copy Markdown

Summary

  • Adds gfx1150 (Ryzen AI 300 / Strix Point, RDNA 3.5) to is_ck_supported_hardware() in legacy_ck_common.hpp
  • Without this, MIOpen skips all legacy CK solvers on gfx1150, falling back to only ConvDirectNaiveConvFwd and GemmFwd
  • gfx1150 is the same ISA family as gfx1100/gfx1101/gfx1102 which are already whitelisted

Test plan

  • Tested on AMD Ryzen AI 9 HX 370 (Radeon 890M / gfx1150) with ROCm 7.2.0
  • Legacy CK convolution solvers load and run correctly with this patch
  • One-line change, no risk to existing targets

Refs

🤖 Generated with Claude Code

gfx1150 (Ryzen AI 300 / Strix Point) is RDNA 3.5, same ISA family as
the already-supported gfx1100/gfx1101/gfx1102. Without this addition,
MIOpen skips all legacy CK solvers on gfx1150, falling back to only
ConvDirectNaiveConvFwd and GemmFwd.

Tested on AMD Ryzen AI 9 HX 370 (Radeon 890M / gfx1150) — legacy CK
convolution solvers load and run correctly with this patch.

Refs: ROCm#3860, ROCm/rocm-libraries#6045
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants