Skip to content
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

[Feature]: support gfx902 and gfx90c #145

Open
rainhenry opened this issue Jul 29, 2024 · 1 comment
Open

[Feature]: support gfx902 and gfx90c #145

rainhenry opened this issue Jul 29, 2024 · 1 comment

Comments

@rainhenry
Copy link

Suggestion Description

Will it be possible to support gfx902 and gfx90c in the future? Do you have a table showing the correspondence between these device code and specific retail chip models? For example, gfx902 is Ryzen 3 2200G. gfx90c is Ryzen 7 5800U.

Operating System

No response

GPU

No response

ROCm Component

No response

@Snektron
Copy link
Collaborator

Snektron commented Aug 6, 2024

Will it be possible to support gfx902 and gfx90c in the future?

Perhaps, I've seen some commotion on the LLVM repository about adding support for a 'generic' HIP target that is not GPU-specific. I don't know a lot about it, though. For now our focus is still on the GPUs that are officially enabled for ROCm by AMD (see here). If you have any specific issue with those GPUs you mentioned, I don't mind investigating a fix. I've personally had mixed results with gfx90c and I've heard about issues with APUs in general. It seems that a decent portion of rocPRIM tests does actually work on my own gfx90c, but i haven't tested the examples yet. Of course, some pre-compiled libraries like rocBLAS etc will not work as they will not have those APU targets enabled by default. In theory the HIP-Basic, rocPRIM and hipCUB examples should work fine.

Do you have a table showing the correspondence between these device code and specific retail chip models? For example, gfx902 is Ryzen 3 2200G. gfx90c is Ryzen 7 5800U.

The only such list I know of for non-ROCm supported GPUs is in the LLVM documentation: https://llvm.org/docs/AMDGPUUsage.html#processors

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

No branches or pull requests

2 participants