-
Notifications
You must be signed in to change notification settings - Fork 393
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
Support for RX6600XT (gfx1032,navi23)? #1698
Comments
Hi @kubawis128 |
Hi @ROCmSupport, |
AMD have released a beta windows driver for AMD Radeon™ 6000 series, to support HIP GPU Acceleration feature. And it looks that RX 5500 XT run well. More information: AMD HIP Linux GPU Acceleration For Blender Delayed To v3.2 Release |
@qyb @ROCmSupport So does this mean that we could run tensorflow or pytorch ROCm on Windows soon? |
It's different. Same with NVIDIA , apps that can use CUDA Core doesn't mean it's can use by Pytorch / TF. In NVIDIA, you need CUDA Toolkit to run with GPU Computing (Tensorflow or Pytorch). But in this case (AMD Terms) it's required ROCm-Development which is different HIP Runtime. Maybe in term of video processing or rendering , AMD could use HIP but for other than that, it's really limited. |
Any updates on Navi23 support? |
I also have a 6600xt and I am trying to use pytorch rocm with it. I saw these build scripts, https://github.com/xuhuisheng/rocm-build, but it doesn't mention Navi 23. Is it possible to edit those scrips for Navi 23/gfx1032 or use a different method to support the 6600xt? |
Same here. |
same here. |
same here。 |
@falaca @qixiang109 you can refer to #1756. |
same here |
1 similar comment
same here |
you can use ROCm on rx6600/6600xt by rewriting env variable. Add 'HSA_OVERRIDE_GFX_VERSION=10.3.0 ' before call python |
Hi |
Tried the HSA_OVERRIDE_GFX_VERSION=10.3.0 without success.
|
After much trial-and-error, here's the cocktail that I finally got to work on Ubuntu 22.04 bare metal with Navi23 (6600XT). (Both PyTorch and Tensorflow from the command line)
Environment variables:
|
Same here.
|
Seems to made this error disappear: |
in short, crap, spend a lot of money on the gpu for nothing to work right, Windowns + AMD + Stable Diffusion = 0 |
Welcome to the club. This has been ongoing since the R9 days. Literally. What's that, 3 (or 4?) generations of cards - what's that, 10 years now? Where only random unicorn cards work because some unicorn at AMD managed to get it working for some random card because someone could apply the right unicorn magic at the right place... condolences to everyone working for AMD. AMD has acquired a lot of companies over the years and I guess there is a lot of internal politics and mismatched company culture, and this is the result, a company scoring own goals... a perfect case where open sourcing everything will actually help them. Here is the current open source unicorn to get Pytorch running at good speed on most AMD cards, just a tiny push is needed, come on lets jump in and help out: https://github.com/artyom-beilis/dlprimitives |
I completely agree with @dagelf and this is also (unfortunately) what keeps me (mostly) away from using AMD GPUs. With NVIDIA, you can at least be pretty certain that any reasonably recent GPU (e.g. Maxwell and newer) just works with the latest NVIDIA driver and/or CUDA toolkit + libraries. |
Same here : ) |
I was having trouble making my cocktail work in the PyCharm venv, until I had a moment of clarity.
I have not experimented with Docker, so YMMV. |
|
What's your ROCm version? |
@xfyucg 5.6.0, it is already installed in the Docker image |
Similar issue |
Hi
I own an RX 6600XT amd gpu (gfx1032,Navi23)
I'd like to try machine learning on gpu (tensorflow or PyTorch) but when i install ROCm using official tool (amdgpu-install (rocm version 5.0.1) on ubuntu 20.4.3 with HWE kernel) i get an error that no HIP binary could be found for my gpu (hipErrorNoBinaryForGpu).
rocminfo shows my cpu and gpu as agents.
Hashcat from ubuntu repository shows error (clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY)
I have a few questions:
hipconfig --full output:
rocminfo output:
The text was updated successfully, but these errors were encountered: