]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : fix graph reallocation with multiple chunks (#16396)
authorAcly <redacted>
Fri, 3 Oct 2025 11:49:08 +0000 (13:49 +0200)
committerGitHub <redacted>
Fri, 3 Oct 2025 11:49:08 +0000 (13:49 +0200)
commit638d330246954e88dffc22ce01fec15e6894e544
treec657f800c722dfb590354bf69fc6feb7280ed97f
parent84c8e305e8010a1a3d43bdd0a25f737ac67809a4
ggml : fix graph reallocation with multiple chunks (#16396)

reallocation is needed if a single chunk grows in size,
even if total allocation size stays the same or is lower
ggml/src/ggml-alloc.c
tests/test-alloc.cpp