-
Notifications
You must be signed in to change notification settings - Fork 173
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
Comments
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. |
Our team is continuously working on improving and adding support to newer devices and regarding your question
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. |
Hi @Headcrabed, I will go ahead and close this issue, and feel free to reopen this ticket or open a new one if you have any further questions. Thanks |
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?)
The text was updated successfully, but these errors were encountered: