]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : remove unused ggml_context_container (ggml/1272)
authorDaniel Bevenius <redacted>
Fri, 13 Jun 2025 07:05:44 +0000 (09:05 +0200)
committerGeorgi Gerganov <redacted>
Wed, 18 Jun 2025 06:59:21 +0000 (09:59 +0300)
commitbbe98d27840453c8787d18470963530fdc27d89f
tree0d593c32b7312c4d361ac435dc88dbb4e99385fc
parentc2056ed6d461e6d5432f04f221e221ab795dc652
ggml : remove unused ggml_context_container (ggml/1272)

This commit removes the unused `ggml_context_container` structure from
the ggml library. It looks like the usage of this struct was removed in
Commit 4757fe18d56ec11bf9c07feaca6e9d5b5357e7f4 ("ggml : alloc
ggml_contexts on the heap (whisper/2525)").

The motivation for this changes is to improve code clarity/readability.
ggml/src/ggml.c