AMD Publishes XDNA Linux Driver: Support For Ryzen AI On Linux

Karna@lemmy.ml to Linux@lemmy.ml – 300 points –
AMD Publishes XDNA Linux Driver: Support For Ryzen AI On Linux
phoronix.com
38

You are viewing a single comment

It does not.

ROCm runs directly through the open source amdgpu kernel module, I use it every week.

How and with what card? I have a XFX RX590 and I just gave up on acceleration as it was slow even after I initially set it up.

I use an 6900 XT and run llama.cpp and ComfyUI inside of Docker containers. I don't think the RX590 is officially supported by ROCm, there's an environment variable you can set to enable support for unsupported GPUs but I'm not sure how well it works.

AMD provides the handy rocm/dev-ubuntu-22.04:5.7-complete image which is absolutely massive in size but comes with everything needed to run ROCm without dependency hell on the host. I just build a llama.cpp and ComfyUI container on top of that and run it.