]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/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 19:05:46 +0000 (21:05 +0200)
commit7df8515824b98822fc69f00b3199e4bca721376c
tree80de9fdc2a8feee31f8543a7a8a3a41d2ddd26af
parente8b66d9f94fac3881155dd93275c06c0d7e222f6
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
ggml/src/ggml-cpu/repack.cpp