SIGN IN SIGN UP

ggml : IQ4_NL sgemm + Q4_0 AVX optimization (#9422)

* squashed

readd my iq4_nl sgemm PR https://github.com/ggerganov/llama.cpp/pull/8049

have ggml_vec_dot_q4_0 do two blocks per loop for avx

try out f16c ggml_vec_dot_iq4_nl, but it's not really faster. as per https://github.com/ggerganov/llama.cpp/pull/8549 we can calculate several blocks at a time with no issue

* shuffle

* remove f16c iq4_nl as i cant make it faster than before
E
Eve committed
5c3d0f1824714e9a97fc9b06e046eefcb6ecc721
Parent: 0aadac1
Committed by GitHub <noreply@github.com> on 9/16/2024, 6:48:24 AM