Hacker News new | ask | show | jobs
by swerner 15 days ago
Unfortunately, Vulkan Compute doesn’t to all the things that OpenCL, SYCL, HIP or CUDA do.
1 comments

Yep, there are inference stacks where it just does not work without cuda in any meaningful performance
Weird, since the most used open source inference engine is faster on Vulkan on platforms that offer multiple options, with the sole exception being Nvidia, due to poor Nvidia driver quality (which I am forced to assume is intentional, Nvidia wishes to maintain their moat after all).
Being fast and being as easy to program as CUDA are two different things.
There's nothing stopping any of us from writing a better Nvidia driver btw. LLMs are very helpful with reverse engineering.