Skip to content

vulkan: Support quantized concat - #25684

Merged
jeffbolznv merged 1 commit into
ggml-org:masterfrom
jeffbolznv:concat_noncontig
Jul 30, 2026
Merged

vulkan: Support quantized concat#25684
jeffbolznv merged 1 commit into
ggml-org:masterfrom
jeffbolznv:concat_noncontig

Conversation

@jeffbolznv

Copy link
Copy Markdown
Contributor

Overview

Support CONCAT with quantized types, assuming only rows are contiguous. To match the functionality of #25678.

Requirements

  • I have read and agree with the contributing guidelines
  • AI usage disclosure: YES, used codex to do the implementation, then iterated with it to simplify/cleanup.

@jeffbolznv
jeffbolznv requested a review from a team as a code owner July 14, 2026 19:34
@github-actions github-actions Bot added Vulkan Issues specific to the Vulkan backend ggml changes relating to the ggml tensor library for machine learning labels Jul 14, 2026
@0cc4m

0cc4m commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Do you know what's up with the windows x64-vulkan CI? It failed twice in a row now, on master it seems to be fine.

@jeffbolznv

Copy link
Copy Markdown
Contributor Author

It looked like a download failure. I've resubmitted the failing CI jobs.

@jeffbolznv
jeffbolznv merged commit ea63b4d into ggml-org:master Jul 30, 2026
46 of 56 checks passed
kashif pushed a commit to kashif/llama.cpp that referenced this pull request Aug 2, 2026
huaxel pushed a commit to huaxel/CachyLLama that referenced this pull request Aug 2, 2026
smalinin pushed a commit to smalinin/llama.cpp that referenced this pull request Aug 4, 2026
Maxritz pushed a commit to Maxritz/LLAMA-ALL-INCLUSIVE that referenced this pull request Aug 8, 2026
Maxritz added a commit to Maxritz/LLAMA-ALL-INCLUSIVE that referenced this pull request Aug 8, 2026
No shared git history exists with upstream (our root commit is
parentless, a fresh source import rather than a real fork/clone), so a
normal merge/rebase isn't possible -- cherry-picked commits individually
instead, each verified independently. Landed 7 of 8 identified commits;
skipped upstream's own Q2_0 (788e07d) since it collides with our
already-verified, benchmarked custom Q2_0 (type 42) implementation --
same feature name, two independently-developed and incompatible kernels.

- e34e9c6 vulkan: Refactor vk_queue to use per-instance mutexes and
  unique handles (ggml-org#23570) -- required updating our custom paged-KV/radix
  Vulkan code (pkv_vulkan_init/pkv_dispatch_init call sites), which
  accessed the old plain vk_queue struct fields directly.
- 27b7fcf vulkan: add iq4_nl support back to FA (ggml-org#24585)
- 29f1212 vulkan: Support quantized concat (ggml-org#25684)
- 3cb4d39 vulkan: add POOL_1D op (ggml-org#25431)
- a329897 vulkan: extend topk_moe fusion to support sqrt(softplus) (ggml-org#26124)
- a72c87f vulkan backend ops: implemented GATED_LINEAR_ATTN (ggml-org#25601)
- 0756c85 vulkan: fix submission batching size, add debug tools for
  diagnosing causes of DeviceLost drivers errors (ggml-org#26371) -- AMD-specific
  driver-timeout workaround, directly relevant to this fork's RDNA4 focus.

Verified: full Release build of build-vulkan-rdna4-fresh (0 errors),
real model load + inference request through the Vulkan backend produced
correct output. docs/ops.md left as the incoming (upstream) version for
now since it's auto-generated (scripts/create_ops_docs.py) from real
test-backend-ops CSV dumps per backend -- needs a proper regeneration
pass, not hand-editing, to reflect our custom ops too.

Backup of pre-sync main state: branch + tag pre-upstream-vulkan-sync
(pushed to origin).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
satindergrewal pushed a commit to satindergrewal/llama.cpp that referenced this pull request Aug 11, 2026
satindergrewal pushed a commit to satindergrewal/llama.cpp that referenced this pull request Aug 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ggml changes relating to the ggml tensor library for machine learning Vulkan Issues specific to the Vulkan backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants