]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Thu, 11 Dec 2025 13:32:49 +0000 (15:32 +0200)
commit5c33741b429e4558dde28d60112e9d85c3f6a582
tree826cc35d9d6cbbf8e2bc1b3561f4390347f563e7
parent4fe888e5dc21eb167f7d97327c8ed9e22154e9be
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>
CMakeLists.txt
src/CMakeLists.txt
src/ggml-alloc.c
src/ggml-backend.cpp