vulkan: add noncontiguous GLU support#21081
Merged
Merged
Conversation
CISC
approved these changes
Mar 27, 2026
Member
|
Cool, I thought Vulkan already supported this (or at least contiguous_1). :) I think Qwen3.5 has been extensively trained on llama.cpp, it seems to know a lot about it. |
Member
Which client do you use? |
Contributor
Author
|
This was OpenCode, but frankly the default config of that project is really sketchy. Every edit or command is allowed, and it autoformats entire files when they get edited. I don't know what they are thinking. I'll look around for something saner, otherwise I'll have to spend some time checking and configuring everything. |
ggerganov
approved these changes
Mar 27, 2026
Member
ggerganov
left a comment
There was a problem hiding this comment.
Yeah. With native tools in llama-server added soon, we'll just be able to use the built-in WebUI for such tasks.
slartibardfast
pushed a commit
to slartibardfast/llama.cpp
that referenced
this pull request
Apr 12, 2026
* vulkan: add noncontiguous GLU support * fix compile issue
Seunghhon
pushed a commit
to Seunghhon/llama.cpp
that referenced
this pull request
Apr 26, 2026
* vulkan: add noncontiguous GLU support * fix compile issue
rsenthilkumar6
pushed a commit
to rsenthilkumar6/llama.cpp
that referenced
this pull request
May 1, 2026
* vulkan: add noncontiguous GLU support * fix compile issue
ljubomirj
pushed a commit
to ljubomirj/llama.cpp
that referenced
this pull request
May 6, 2026
* vulkan: add noncontiguous GLU support * fix compile issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This was missing for Mistral-Small-4 to work fully on Vulkan.
Qwen3.5 122B Q4_0 wrote the code, fully locally. I edited some minor style problems and fixed a compile issue that I ran into. Quite impressive for a local model.