]> git.djapps.eu Git - pkg/ggml/sources/whisper.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 09:40:34 +0000 (12:40 +0300)
commit1b01c0cc4e50c0765eb20ebf5e909312f0b3c122
treeab3e58d7197e7b76a66799c37f430601e867f950
parentdb30f467610bcc796883ea07676334bc6da287ba
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