]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : add GGML_SCHED_NO_REALLOC option to disable reallocations in ggml_backend_sche...
authorDiego Devesa <redacted>
Fri, 28 Nov 2025 15:33:23 +0000 (07:33 -0800)
committerGeorgi Gerganov <redacted>
Fri, 12 Dec 2025 15:53:12 +0000 (17:53 +0200)
commit463003e76ccf4edf0be450d62a781334844de2bc
tree24a3f1887943d8a38828e10078fd634fbd1fb2f0
parentc372bdbb3c6bf897d41aedfeaac1f57e55247f66
ggml : add GGML_SCHED_NO_REALLOC option to disable reallocations in ggml_backend_sched (llama/17276)

* ggml : add GGML_SCHED_NO_REALLOC option to disable reallocations in ggml_backend_sched
Enabled in ggml-ci for testing.

* llama : update worst-case graph for unified cache

* ci : disable op offload in some tests

* fix spelling

---------

Co-authored-by: Georgi Gerganov <redacted>
ggml/CMakeLists.txt
ggml/src/CMakeLists.txt
ggml/src/ggml-alloc.c
ggml/src/ggml-backend.cpp