mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-08-05 01:20:45 -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.