-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Add support for GFX1010 #44186
Comments
Add alias symlinks for missing AMD gfx9 and gfx10 generations |
@llvm/issue-subscribers-backend-amdgpu |
I tried the linking gfx909 to tahiti for my Radeon Graphics (Vega 8) iGPU for Ryzen 7 5700G, and Mesa-libOpenCL (Clover) only appeared to work, but not really. Luxball scene in LuxMark v3.1 never showed up, and my desktop session crashed and I had to login again. Trying again LuxMark crashed with a strange error "CS (-1) was rejected, but it is not stable". |
Hello everyone! I'm a noob using llvm for anything, and I'd like to use CLBlast with my AMD Renoir APU (R7-4700U GFX 909 GCN 5.1), which requires LLVM to support gfx909. What can we do to get this working? |
@llvm/issue-subscribers-opencl |
This is a libclc issue. (That was obvious from the original bugzilla but got lost in the transition to github.) |
Detailed debugging info (and steps to repro) added in #52665 (comment) (for gfx909). |
Could someone submit this patch as a pull request? |
A short addition. Even if we have 2024 and this topic is quite old it would probably still make sense to add some RDNA and GCN5 support in libclc. I mean this especially in regard to the (as of early 2024) quite fluctuating stability of rusticl and also the "not so good" rust support of older distros like (K)Ubuntu 22.04 LTS. Ergo it may take quite some time until rusticl (and the rust infrastructure) will be improved. An updated libclc would enable also on more modern Radeon class hardware some sort of OpenCL support with clover. I could try to make a merge or "pull" request with the above mentioned patch but I have unfortunately not really a clue what I would do. So for the first here follows a gently ping to @zboszor. 😉 |
Thanks for reminding me, I wasn't following this bug. The patch is now submitted as #78884 , extended with symlinks for more chip generations added since LLVM 12. |
Fixes #44186 --------- Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Extended Description
Hello, would it be possible to add support for GFX1010 (NAVI10)? Is there anything blocking it? What are the first steps?
The text was updated successfully, but these errors were encountered: