]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-zdnn : mark zDNN buffers as non-host (#18967)
authorAleksei Nikiforov <redacted>
Thu, 22 Jan 2026 00:16:21 +0000 (01:16 +0100)
committerGitHub <redacted>
Thu, 22 Jan 2026 00:16:21 +0000 (01:16 +0100)
commit94242a62c055700aac8a573853cbf7b45849975e
tree012f62b756f3f6fd224d73030420433d9da330fd
parent6b99a223e35a24d68a6875b96829c945768c296d
ggml-zdnn : mark zDNN buffers as non-host (#18967)

While buffers reside in host memory,
additional transformation is needed to use buffers with zDNN.

Fixes #18848
ggml/src/ggml-zdnn/ggml-zdnn.cpp