mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-01 17:47:58 +02:00
* vulkan: add LIGHTNING_INDEXER op
* vulkan: updated lightning_indexer.comp and ggml-vulkan.cpp with 128-lane dot-product reduction moved from a shared-memory tree to subgroupAdd.
* vulkan: cleanup; Skip bounds checks
* vulkan: cleanup FA_K_ONLY
* Revert "vulkan: cleanup FA_K_ONLY"
This reverts commit fdcbdd9151.
* vulkan: restore interleaved K/V buffer ordering
* vulkan: Remove FA_K_ONLY
* vulkan: Revert flash_attn_dequant
* vulkan: Revert tests in backend-ops.cpp