]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml : Check the right iface method before using the fallback 2d get (llama/23306)
authorMatt Corallo <redacted>
Thu, 21 May 2026 06:24:40 +0000 (06:24 +0000)
committerGeorgi Gerganov <redacted>
Mon, 25 May 2026 09:26:07 +0000 (12:26 +0300)
commit03da9f17f47e416d88deef27096291d656d7892e
tree54361263c5a62c7f47293f309317dee05d5072e0
parent6d1d66de407f67ece396467da59124fe8073bd69
ggml : Check the right iface method before using the fallback 2d get (llama/23306)

Probably no backends implement only one of 2d get/set, but this
might be annoying for some future backend developer trying to add
2d get/set.
ggml/src/ggml-backend.cpp