]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-hexagon: respect input size when getting/setting tensor data (#16836)
authorl3utterfly <redacted>
Fri, 31 Oct 2025 04:46:31 +0000 (12:46 +0800)
committerGitHub <redacted>
Fri, 31 Oct 2025 04:46:31 +0000 (21:46 -0700)
commit13002a08960e51a76c4d696165b5d7638d2f2b99
treecd024949106db40f712a820482e705b8fc5749d1
parent6eb208d17ea29bb60295d9a2b5e7122dfb8f4b55
ggml-hexagon: respect input size when getting/setting tensor data (#16836)

* respect input size when getting/setting tensor data

allows partial repacking/copying when get tensor size is smaller than the actual tensor

* Removed duplicate repack_mxfp4_mxfp4x4x2 function
ggml/src/ggml-hexagon/ggml-hexagon.cpp