Files
ik_llama.cpp/github-data/issues/300 - Bug_ IQK_FA_ALL_QUANTS causes failure to compile.md
2025-07-23 13:31:53 +02:00

1023 B

🐛 #300 - Bug: IQK_FA_ALL_QUANTS causes failure to compile

Author saood06
State Closed
Created 2025-03-31
Updated 2025-04-01

Description

What happened?

cmake .. -DGGML_RPC=ON -DGGML_IQK_FA_ALL_QUANTS=1; cmake --build . --config Release -j 48 Fails

cmake .. -DGGML_RPC=ON; cmake --build . --config Release -j 48 Works

Name and Version

Git commit hash: 23b0addb34

What operating system are you seeing the problem on?

Clear Linux OS

Relevant log output

compile_errors2.txt


💬 Conversation

👤 ikawrakow commented the 2025-03-31 at 11:53:55:

Sorry I broke it again. I'll look into it in a moment.

I guess, it would be useful to have CI, but with all the tests that need to be run I'll exhaust the free minutes really quickly.