]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : Check the right iface method before using the fallback 2d get (#23306)
authorMatt Corallo <redacted>
Thu, 21 May 2026 06:24:40 +0000 (06:24 +0000)
committerGitHub <redacted>
Thu, 21 May 2026 06:24:40 +0000 (09:24 +0300)
commit2754ce1b3e0ba3fd00bde22301bc42da40fdfea7
tree02323f5ef1e2211764c92d9413ab4d407f7bc66a
parenteeeaf6180b1edc6c8479d10327f0e378a7911cb9
ggml : Check the right iface method before using the fallback 2d get (#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