Files
ik_llama.cpp/ggml
Iwan Kawrakow 01e2b0c2ce FA: Add option to build all FA kernels
Similar to the CUDA situation.
It is OFF by default.
If OFF, only F16, Q8_0, Q6_0, and, if the CPU provides native
BF16 support, BF16 FA kernels will be included.
To enable all, cmake -DGGML_IQK_FA_ALL_QUANTS=1 ...
This cuts compilation time for iqk_mul_mat.cpp by almost half
(45 seconds vs 81 seconds on my Ryzen-7950X).
2025-02-09 18:50:50 +02:00
..
2024-07-27 07:55:01 +02:00
2024-07-27 07:55:01 +02:00