]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml-cpu: handle 3d tensors in repack mat_mul (llama/17030)
authorAlberto Cabrera Pérez <redacted>
Wed, 12 Nov 2025 12:52:19 +0000 (12:52 +0000)
committerGeorgi Gerganov <redacted>
Mon, 17 Nov 2025 13:34:43 +0000 (15:34 +0200)
commit2da28268f6fea0bf6fafeef330ebe8dc0eebd97b
tree21a42b16096c7d0208ba36fdc6efe0e200c19b8d
parentd1f6b477e50f0b97432c3fd09786a1eece17dd2a
ggml-cpu: handle 3d tensors in repack mat_mul (llama/17030)

* ggml-cpu: handle 3d tensors in repack mul_mat

* Removed unnecessary branch, removed need for <algorithm>

* Fixed dst_ptr pointer in chunk + clang_format

* GGML_ASSERT to check wdata within bounds

* Accidental ggml.h inclusion

* Improved GGML_ASSERT on wdata boundaries
src/ggml-cpu/repack.cpp