SOLUTION:
I was missing this package sudo dnf install rocm-hip-devel
as per instructions here:
https://fedoraproject.org/wiki/SIGs/HC
Hi, I’m trying to get GPU acceleration on AMD to work in Blender 4.1 but I can’t seem to be able to. From what I’ve seen it should be working with ROCm just fine but I had no luck with it.
I’m using Fedora 40 GNOME with Wayland and my GPU is RX 6800 XT.
System is up to date. I’ve also installed all these packages:
sudo dnf install rocminfo
sudo dnf install rocm-opencl
sudo dnf install rocm-clinfo
sudo dnf install rocm-hip
and restarted system after.
rocminfo
gives me this
rocm-clinfo
gives me this
___``___
I’m presently having issues with 40 and old Stable Diffusion/ComfyUI related to torch and stuck in a dependency loop. Almost defiantly unrelated.
When I was looking into AMD a year ago or so, the 7k thing was in a conference somewhere on YT. It had to do with some kinds of conflicts or something like that in how 7k versus the older stuff was designed and how CUDA is set up. I really don’t recall the details well. I was about to pull the trigger on a 6k setup, and after seeing that info I went the other direction.
I was researching the CPU scheduler at the time and I may be blurring this and the GPU stuff together when I say: I think it was the open source team that was talking about this in a Linux Plummers conference, it might have been about the enterprise GPU stuff and about HIPS or something like that. Sorry I’m fuzzy on it.
Edit: I was always only looking for the AI side, so the back end/kernel/API was all I cared about.
I just got it to work, I’ll update the original post with solution.
edit:
now I need to figure out if I can this up and running https://github.com/vosen/ZLUDA as it seems quite a bit interesting for both of our use cases though I’m fine with ROCm for the meantime, got 3x faster render speed vs just using my CPU
Awesome, glad you got it working. ZLUDA indeed was the project I had seen info about and was doing the back porting.