]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : remove unused ggml_context_container (#1272)
authorDaniel Bevenius <redacted>
Fri, 13 Jun 2025 07:05:44 +0000 (09:05 +0200)
committerGitHub <redacted>
Fri, 13 Jun 2025 07:05:44 +0000 (09:05 +0200)
commitcd2471576557ae790753d8182415505e8a217913
treeb715ab4a70466e780111516129b204dcb2a875de
parentd58ce750aac398568457db9c69882492c515d488
ggml : remove unused ggml_context_container (#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.
src/ggml.c