Name and Version
$llama-cli --version
ggml_vulkan: Found 1 Vulkan devices:
ggml_vulkan: 0 = Adreno (TM) 740 (Qualcomm Technologies Inc. Adreno Vulkan Driver) | uma: 1 | fp16: 1 | bf16: 0 | warp size: 64 | shared memory: 32768 | int dot: 1 | matrix cores: none
version: 8345 (cf6d540b6)
built with Clang 18.0.2 for Android aarch64
Operating systems
Other? (Please let us know in description)
GGML backends
Vulkan
Hardware
Snapdragon 8Gen2, Adreno 740 GPU
Models
Qwen3.5 2B Q4_K, Q2_K
Problem description & steps to reproduce
Situation
I am working with an "unusual" setup (Android 15). I'm looking to either fix performance regressions or fix output corruption in Qwen3.5.
Debugging
* Verified that `llama-cli` with `-ngl 0` (CPU only) produces correct output for Qwen3.5 in all builds after rebase.
* Confirmed that other models across various quantizations run correctly on the custom build.
* Attempted common fixes from similar Mac/Multi-GPU issues (e.g., `ggml f16` flags, disabling `flash_attn`), but with no improvement to the output.
Summary
While the Qwen3.5 corrupted output issue with Vulkan backend appears resolved in latest master (at least on Adreno GPUs), there's a significant performance regression compared to my custom rebase. Does anyone know which specific commits—beyond the ones I’ve cited—actually fixed the Qwen 3.5 corrupted generation on the Vulkan backend?
The performance regression in master isn't worth at all to run it.
I am hesitant to open a new issue, if this is a known duplicate do point me at the right one.
I found similar issues opened by multi-gpu and Mac users, but nothing this specific for me to polute in those issues.
First Bad Commit
No response
Relevant log output
Logs
* **Model loading:**


Output from llama server page.
How many letter `o` counts in the word "orangotango"?
Reasoning:
elerde5!%/$=A4'#!:8-3<F4E*F,6.G6.8(F23G"2F&/-F
qwen3.5.gguf
Reading
25 tokens
0.8s
31.03 tokens/s
Generation
41 tokens
2.6s
16.03 t/s
Name and Version
Operating systems
Other? (Please let us know in description)
GGML backends
Vulkan
Hardware
Snapdragon 8Gen2, Adreno 740 GPU
Models
Qwen3.5 2B Q4_K, Q2_K
Problem description & steps to reproduce
Situation
I am working with an "unusual" setup (Android 15). I'm looking to either fix performance regressions or fix output corruption in Qwen3.5.
Background: I previously used chraac's llama.cpp fork for Hexagon backend support.
Steps to reproduce:
qwen35.cppup toadd GATED_DELTA_NET op (#19504), including the Vulkan Gated Delta Net commit.Debugging
Summary
While the Qwen3.5 corrupted output issue with Vulkan backend appears resolved in latest master (at least on Adreno GPUs), there's a significant performance regression compared to my custom rebase. Does anyone know which specific commits—beyond the ones I’ve cited—actually fixed the Qwen 3.5 corrupted generation on the Vulkan backend?
The performance regression in master isn't worth at all to run it.
I am hesitant to open a new issue, if this is a known duplicate do point me at the right one.
I found similar issues opened by multi-gpu and Mac users, but nothing this specific for me to polute in those issues.
First Bad Commit
No response
Relevant log output
Logs
* **Model loading:**Output from llama server page.