]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
vulkan: Fix ErrorOutOfHostMemory on Intel GPU when loading large models with --no...
authorMasato Nakasaka <redacted>
Thu, 12 Mar 2026 05:30:16 +0000 (22:30 -0700)
committerGeorgi Gerganov <redacted>
Sun, 15 Mar 2026 19:50:13 +0000 (21:50 +0200)
commita70a834211617126b45e6ede252f53d0fe1c7564
treecc4b30ce42af3104f827547c1af705d39483fdb8
parentbe89aed5c14e9477727f048444c7d0ba08a31eaf
vulkan: Fix ErrorOutOfHostMemory on Intel GPU when loading large models with --no-mmap (llama/20059)

* Changed to reuse command buffers to fix crashing on Intel GPU

* Removed unused parameter

* Fixed compile error and minor mistake

* Fix logging

* Changing to use usage flag per command buffer

* fixed style

* added buffer reset

* Removed cmd_buffer_idx for reuse consistency

* Fixed style
src/ggml-vulkan/ggml-vulkan.cpp