Files
llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders
Jeff Bolz 77f132cb1d vulkan: Change mul_mat_id to pad K rather than N (#27925)
The N padding is needed for mul_mat, but not mul_mat_id. For mul_mat_id,
we indirect the row index through a shared memory lookup table which avoids
any OOB row coordinate. But that callback doesn't bounds check K, so we
actually need K padding instead.
2026-08-29 10:09:24 +03:00
..
2026-02-14 06:36:38 +01:00
2026-07-31 16:48:58 +02:00