]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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>
Mon, 16 Mar 2026 11:10:15 +0000 (13:10 +0200)
commit26ee4f73623afa6a5f214780843e3a58e417fcf4
tree5007618a9e1aac3a276d89a413327e56ad98782e
parentd5772cf7b27ad19e48f0db2537fd07ac89ca468f
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
ggml/src/ggml-vulkan/ggml-vulkan.cpp