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]: GFX1103(Phoenix) support? #1536

Open
Headcrabed opened this issue Jan 8, 2025 · 3 comments
Open

[Feature]: GFX1103(Phoenix) support? #1536

Headcrabed opened this issue Jan 8, 2025 · 3 comments
Assignees

Comments

@Headcrabed
Copy link

Currently rocBLAS lacks 780M gpu support. However there already exists a support patch for that in Fedora’s repo: https://src.fedoraproject.org/rpms/rocblas/blob/rawhide/f/0001-add-gfx1103-support-for-rocBLAS.patch

Can you add support for that? (Maybe also 890M gpu?)

@NaveenElumalaiAMD
Copy link
Contributor

Hi @Headcrabed,

Radeon 780M is not officially supported by AMD. Please refer to the System Requirement link https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html

Unofficially some people have a workaround by setting environment variable HSA_OVERRIDE_GFX_VERSION=11.0.0 This is not officially supported by AMD but some have had success with it.

@NaveenElumalaiAMD NaveenElumalaiAMD self-assigned this Jan 9, 2025
@Headcrabed
Copy link
Author

Hi @Headcrabed,

Radeon 780M is not officially supported by AMD. Please refer to the System Requirement link https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html

Unofficially some people have a workaround by setting environment variable HSA_OVERRIDE_GFX_VERSION=11.0.0 This is not officially supported by AMD but some have had success with it.

@NaveenElumalaiAMD Thanks for reply. Will you still add support code into rocblas? I saw there already has navi33 support code, but navi33 not listed at the system requirement list either. And I remember that without support code, hsa override doesn’t really work for rocblas.

@NaveenElumalaiAMD
Copy link
Contributor

I saw there already has navi33 support code, but navi33 not listed at the system requirement list either?

Our team is continuously working on improving and adding support to newer devices and regarding your question navi33 not listed at the system requirement list you could bring it up in this repo: https://github.com/ROCm/ROCm/issues.

Will you still add support code into rocblas?

At this time, the Radeon 780M is not supported by ROCm. However, you could still try HSA_OVERRIDE_GFX_VERSION=11.0.0 without the support code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants