$ grep -r Tag: «cuda»

-rw-r--r-- 4.7K Aug 20, 2026 · BB92431 · ~5 min

CUDA vs Vulkan in llama.cpp on an RTX 5080: five wrong turns and 21% more speed

cuda nvidia linux llm qwen

After I unlocked the power limit on the graphics card, a local Qwen3.8-27B was giving me 31 tokens per second. Then unsloth re-released the same quant using a new method, I switched to the fresh one — 35. And I took that for the ceiling.

Then I did the arithmetic against memory bandwidth: the card was delivering 46% of what it could. Half of it was idling.

The obvious suspect is Vulkan instead of CUDA. I had already tried that, during those same two days of dead ends before the power unlock. There was no difference, so I closed the question. Turns out I shouldn't have.

[↵] open page cuda-vs-vulkan-in-llama-cpp-on-an-rtx-5080.md
makoni@arm1:~/blog$ cd .. // ↵ back to all posts