mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-08-04 17:10:48 -05:00
When matrix's weights are shaped 1xK is leverage a transpose-free computation to use mat_mul_vec_f.
When matrix's weights are shaped 1xK is leverage a transpose-free computation to use mat_mul_vec_f.