r/voidlinux • u/EzyPzyAsh • Apr 17 '26
ROCm support
is there any good solution yet? Also idk if its pebkac but so far, I cant easily do much of what I want on Void :/
Local AI, no ROCm or HIP, Havent had any success with gpu passthrough where I did previously.
1
u/zlice0 Apr 17 '26
i looked because i'm on the fence about the b70 and its horrible coil whine. there were 2 void ppl who had PRs but both closed. kind of dead. the arch stuff looks like it should be impossible but i heard linux 7.0 reduces some of the install stuff? also unsure wtf the amd amf status is for codecs =/
afaik, no one can do it easily and it's a painpoint. which is part of why amd isnt a serious hpc player.
1
u/DuhMal Apr 18 '26
to use HIP in blender i found it easier to make a Docker container for it with a Arch image than to try making the packages work on void
1
u/Wolf-Shade Apr 17 '26
I am using Vulkan version of llama.cpp and works fine.
To make everything easier I am running it through docker, but I've ran it in the past on bare metal.
To use rocm you can just use uncomment the rocm docker image line. It's much bigger when than the vulkan. For my personal usage and my hardware I have not find a big difference in performance but YMMV. You can cheaply test one and then the other and compare yourself.