llama.cpp
llama.cpp copied to clipboard
vulkan: linux builds + small subgroup size fixes
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.