ikawrakow / ik_llama.cpp

llama.cpp fork with additional SOTA quants and improved performance
MIT License
89 stars 6 forks source link

Bug: some ifdefs missing in ggml/src/iqk/iqk_quantize.cpp #29

Closed whoreson closed 2 months ago

whoreson commented 2 months ago

What happened?

#if GGML_USE_IQK_MULMAT
if (iqk_mul_mat...yadda-yadda

if blocks are missing in a few places so it doesn't compile when GGML_NO_IQMULMAT=1 is specified.

Name and Version

-

What operating system are you seeing the problem on?

Other? (Please let us know in description)

Relevant log output

-
ikawrakow commented 2 months ago

Thanks for the bug report.

Clearly I'm never using iqk_mul_mat disabled :-)

It should be fixed via #31

ikawrakow commented 2 months ago

I think I can close this now.