Hacker News new | ask | show | jobs
by potwinkle 274 days ago
This is great news for RADV development, I'm hoping someday we can even use ROCm on the open source stack.
2 comments

The kernel level of the stack was already open though, this only changes the Vulkan front end which AFAIK is irrelevant to ROCm.
Depending on what you want to do, you already can.

llama.cpp and other inference servers work fine on the kernel driver.

Where "fine" unfortunately still means "don't push it too hard on a busy desktop system or your graphical session might crash". Make sure to keep enough RAM free or you start seeing GPU resets, the stack can't cope with transient errors :-(