[PR #12791] [MERGED] vendor: GGML update to b6840 #39824

Closed
opened 2026-04-23 00:49:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12791
Author: @dhiltgen
Created: 10/27/2025
Status: Merged
Merged: 11/6/2025
Merged by: @dhiltgen

Base: mainHead: ggml_bump


📝 Commits (1)

📊 Changes

103 files changed (+3655 additions, -1226 deletions)

View changed files

📝 Makefile.sync (+1 -1)
📝 llama/build-info.cpp (+1 -1)
📝 llama/llama.cpp/common/json-schema-to-grammar.cpp (+12 -12)
📝 llama/llama.cpp/src/llama-arch.cpp (+40 -0)
📝 llama/llama.cpp/src/llama-arch.h (+4 -0)
📝 llama/llama.cpp/src/llama-batch.h (+1 -1)
📝 llama/llama.cpp/src/llama-chat.cpp (+35 -2)
📝 llama/llama.cpp/src/llama-chat.h (+2 -0)
📝 llama/llama.cpp/src/llama-context.cpp (+2 -1)
📝 llama/llama.cpp/src/llama-graph.cpp (+104 -43)
📝 llama/llama.cpp/src/llama-graph.h (+7 -3)
📝 llama/llama.cpp/src/llama-hparams.h (+2 -0)
📝 llama/llama.cpp/src/llama-model.cpp (+321 -46)
📝 llama/llama.cpp/src/llama-model.h (+3 -0)
📝 llama/llama.cpp/src/llama-quant.cpp (+7 -1)
📝 llama/llama.cpp/src/llama-vocab.cpp (+1 -0)
📝 llama/llama.cpp/src/llama.cpp (+4 -0)
📝 llama/llama.cpp/tools/mtmd/clip-impl.h (+2 -0)
📝 llama/llama.cpp/tools/mtmd/clip.cpp (+15 -3)
📝 llama/patches/0001-ggml-backend-malloc-and-free-using-the-same-compiler.patch (+21 -21)

...and 80 more files

📄 Description

CUDA i32 copy patch needed some adjusting, but otherwise a clean rebase.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/12791 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 10/27/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `ggml_bump` --- ### 📝 Commits (1) - [`8976b25`](https://github.com/ollama/ollama/commit/8976b25a9ce6381b74aace3d31fee30c8e7df30f) ggml update to b6840 ### 📊 Changes **103 files changed** (+3655 additions, -1226 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.sync` (+1 -1) 📝 `llama/build-info.cpp` (+1 -1) 📝 `llama/llama.cpp/common/json-schema-to-grammar.cpp` (+12 -12) 📝 `llama/llama.cpp/src/llama-arch.cpp` (+40 -0) 📝 `llama/llama.cpp/src/llama-arch.h` (+4 -0) 📝 `llama/llama.cpp/src/llama-batch.h` (+1 -1) 📝 `llama/llama.cpp/src/llama-chat.cpp` (+35 -2) 📝 `llama/llama.cpp/src/llama-chat.h` (+2 -0) 📝 `llama/llama.cpp/src/llama-context.cpp` (+2 -1) 📝 `llama/llama.cpp/src/llama-graph.cpp` (+104 -43) 📝 `llama/llama.cpp/src/llama-graph.h` (+7 -3) 📝 `llama/llama.cpp/src/llama-hparams.h` (+2 -0) 📝 `llama/llama.cpp/src/llama-model.cpp` (+321 -46) 📝 `llama/llama.cpp/src/llama-model.h` (+3 -0) 📝 `llama/llama.cpp/src/llama-quant.cpp` (+7 -1) 📝 `llama/llama.cpp/src/llama-vocab.cpp` (+1 -0) 📝 `llama/llama.cpp/src/llama.cpp` (+4 -0) 📝 `llama/llama.cpp/tools/mtmd/clip-impl.h` (+2 -0) 📝 `llama/llama.cpp/tools/mtmd/clip.cpp` (+15 -3) 📝 `llama/patches/0001-ggml-backend-malloc-and-free-using-the-same-compiler.patch` (+21 -21) _...and 80 more files_ </details> ### 📄 Description CUDA i32 copy patch needed some adjusting, but otherwise a clean rebase. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-23 00:49:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#39824