[PR #13369] [CLOSED] Vendor Update to b7314 #14181

Closed
opened 2026-04-13 00:47:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13369
Author: @inforithmics
Created: 12/7/2025
Status: Closed

Base: mainHead: ggmlUpdateVulkan


📝 Commits (4)

📊 Changes

110 files changed (+32789 additions, -2589 deletions)

View changed files

📝 Makefile.sync (+1 -1)
📝 llama/build-info.cpp (+1 -1)
📝 llama/llama.cpp/common/common.cpp (+70 -7)
📝 llama/llama.cpp/common/common.h (+23 -5)
📝 llama/llama.cpp/common/json-schema-to-grammar.cpp (+1 -1)
📝 llama/llama.cpp/common/log.cpp (+18 -27)
📝 llama/llama.cpp/common/log.h (+19 -12)
📝 llama/llama.cpp/src/llama-arch.cpp (+30 -1)
llama/llama.cpp/src/llama-arch.cpp.orig (+2861 -0)
llama/llama.cpp/src/llama-arch.cpp.rej (+10 -0)
📝 llama/llama.cpp/src/llama-arch.h (+3 -0)
llama/llama.cpp/src/llama-arch.h.orig (+577 -0)
llama/llama.cpp/src/llama-arch.h.rej (+10 -0)
📝 llama/llama.cpp/src/llama-graph.cpp (+3 -6)
llama/llama.cpp/src/llama-hparams.cpp.orig (+239 -0)
📝 llama/llama.cpp/src/llama-hparams.h (+2 -2)
llama/llama.cpp/src/llama-hparams.h.orig (+278 -0)
📝 llama/llama.cpp/src/llama-impl.h (+1 -1)
📝 llama/llama.cpp/src/llama-mmap.cpp (+1 -1)
llama/llama.cpp/src/llama-model-loader.cpp.orig (+1167 -0)

...and 80 more files

📄 Description

  1. A lot of vulkan Performance improvements and fixes.
  2. Qwen3 Next Ggml operations support in the backends cuda and hip-rocm
  3. Mistral 3

🔄 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/13369 **Author:** [@inforithmics](https://github.com/inforithmics) **Created:** 12/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ggmlUpdateVulkan` --- ### 📝 Commits (4) - [`7501bb5`](https://github.com/ollama/ollama/commit/7501bb566875216c6931569e06d0ec990f05c898) Update to b7314 - [`8185eea`](https://github.com/ollama/ollama/commit/8185eeacd23ff5b8001085e8aceca624665dfcd3) removed ignored files - [`fd32a47`](https://github.com/ollama/ollama/commit/fd32a47fdb395f52db685b407b3ba784fdd2d3a2) revert change - [`669e0fe`](https://github.com/ollama/ollama/commit/669e0fe2605e701e0431fd110635ebe32be7116f) Update to b7314 ### 📊 Changes **110 files changed** (+32789 additions, -2589 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.sync` (+1 -1) 📝 `llama/build-info.cpp` (+1 -1) 📝 `llama/llama.cpp/common/common.cpp` (+70 -7) 📝 `llama/llama.cpp/common/common.h` (+23 -5) 📝 `llama/llama.cpp/common/json-schema-to-grammar.cpp` (+1 -1) 📝 `llama/llama.cpp/common/log.cpp` (+18 -27) 📝 `llama/llama.cpp/common/log.h` (+19 -12) 📝 `llama/llama.cpp/src/llama-arch.cpp` (+30 -1) ➕ `llama/llama.cpp/src/llama-arch.cpp.orig` (+2861 -0) ➕ `llama/llama.cpp/src/llama-arch.cpp.rej` (+10 -0) 📝 `llama/llama.cpp/src/llama-arch.h` (+3 -0) ➕ `llama/llama.cpp/src/llama-arch.h.orig` (+577 -0) ➕ `llama/llama.cpp/src/llama-arch.h.rej` (+10 -0) 📝 `llama/llama.cpp/src/llama-graph.cpp` (+3 -6) ➕ `llama/llama.cpp/src/llama-hparams.cpp.orig` (+239 -0) 📝 `llama/llama.cpp/src/llama-hparams.h` (+2 -2) ➕ `llama/llama.cpp/src/llama-hparams.h.orig` (+278 -0) 📝 `llama/llama.cpp/src/llama-impl.h` (+1 -1) 📝 `llama/llama.cpp/src/llama-mmap.cpp` (+1 -1) ➕ `llama/llama.cpp/src/llama-model-loader.cpp.orig` (+1167 -0) _...and 80 more files_ </details> ### 📄 Description 1) A lot of vulkan Performance improvements and fixes. 2) Qwen3 Next Ggml operations support in the backends cuda and hip-rocm 3) Mistral 3 --- <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-13 00:47:36 -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#14181