llama.cpp icon indicating copy to clipboard operation
llama.cpp copied to clipboard

vulkan: linux builds + small subgroup size fixes

Open netrunnereve opened this issue 2 weeks ago • 0 comments

Vulkan requires either the SDK or additional packages to build on Linux, so let's release official binaries so people can easily try it out.

Meanwhile our mat mul shaders don't work with subgroup sizes smaller than 8. With this fix all tests are passing even with device->subgroup_size forced to 1.

netrunnereve avatar Feb 08 '25 23:02 netrunnereve