ik_llama_opt/ggml/src/iqk
Nexes the Elder 0a6e4335f7
Little maintenance (#1579)
* Little maintenance

* llama-quantize : Add the missing items in the help

* Add GGML_MAX_CONTEXTS define in the general cmakelist.txt

* Make the KV cache (CPU) based warnings clearer

* Correct placement of GGML_MAX_CONTEXTS definition

* Revert wrong indents

This reverts commit d0728cbb6c6d4d6d8dc13f062e542d232647a38d.

* Moving the GGML_MAX_CONTEXTS definition to src/CMakeLists.txt

* Update warning message for unsupported KV cache types

* forgotten antislash
2026-04-08 07:58:49 +02:00
..
fa Fix Gemma4 quantized KV cache CPU FA performance (#1590) 2026-04-06 19:36:55 +02:00
iqk_common.h Even better Q4_0 KV cache (CPU) (#1556) 2026-03-31 08:08:34 +02:00
iqk_config.h Enable AVX-VNNI 256-bit path for Q4_K and Q5_K R4 matmul (#1446) 2026-03-17 10:44:55 +01:00
iqk_cpu_ops.cpp Log HAVE_FANCY_SIMD via LLAMA_LOG_INFO (#1492) 2026-03-23 08:43:29 +01:00
iqk_cpu_ops.h Log HAVE_FANCY_SIMD via LLAMA_LOG_INFO (#1492) 2026-03-23 08:43:29 +01:00
iqk_flash_attn.cpp Little maintenance (#1579) 2026-04-08 07:58:49 +02:00
iqk_flash_impl.h Enable CUDA graphs for MoE models + GPT-OSS support (#689) 2025-08-15 09:18:07 +03:00
iqk_gemm_1bit.cpp Bonsai support (ARM_NEON) (#1571) 2026-04-03 08:29:15 +02:00
iqk_gemm_1bit.h Faster iq1_s GEMM via repacking to Q8_0_R8 (#517) 2025-06-11 15:01:34 +03:00
iqk_gemm_floats.cpp mtmd: be able to use alternative types for the K*Q multiplication (#1567) 2026-04-02 08:04:05 +02:00
iqk_gemm_floats.h Refactor iqk_mul_mat.cpp (#435) 2025-05-22 10:05:51 +03:00
iqk_gemm_iqk_quants.cpp AVX512+AVXVNNI GEMM implementation for quants using Q8_K for activations (#710) 2025-08-22 06:27:07 +03:00
iqk_gemm_iqk_quants.h Much faster CPU prompt processing (part 2) (#533) 2025-06-18 07:29:33 +03:00
iqk_gemm_iquants.cpp Enable AVX-VNNI 256-bit path for IQ3_XXS and IQ3_S R4 matmul (#1474) 2026-03-20 16:12:07 +01:00
iqk_gemm_iquants.h IQ2_XXS: much faster CPU prompt processing (#515) 2025-06-11 11:12:30 +03:00
iqk_gemm_kquants.cpp Enable AVX-VNNI 256-bit path for Q3_K R4 matmul (#1472) 2026-03-23 09:47:29 +01:00
iqk_gemm_kquants.h Faster CPU prompt processing for Q4_K and Q5_K (#525) 2025-06-13 07:58:15 +03:00
iqk_gemm_ktquants.cpp Adding IQ1_KT - 1.75 bpw SOTA quants (#616) 2025-07-20 10:05:23 +02:00
iqk_gemm_ktquants.h Trellis quants: faster CPU prompt processing (#482) 2025-06-01 15:24:05 +03:00
iqk_gemm_legacy_quants.cpp Optimize mul_mat_q8_1_r8_q8_2 with AVX-512 for faster Q4_K/Q5_K prompt processing (#1578) 2026-04-06 09:07:23 +02:00
iqk_gemm_legacy_quants.h Much faster CPU prompt processing (part 3) (#534) 2025-06-18 15:30:56 +03:00
iqk_mul_mat.cpp Initial Gemma4 support (#1581) 2026-04-06 10:01:08 +02:00
iqk_mul_mat.h Qwen-3.5/Next tweaks (#1447) 2026-03-18 07:32:17 +01:00
iqk_quantize.cpp Bonsai support (AVX2, generic) (#1570) 2026-04-02 16:54:08 +02:00
iqk_quantize.h Bonsai support (AVX2, generic) (#1570) 2026-04-02 16:54:08 +02:00
iqk_utils.h Fix compilation on clang-cl.exe (#1355) 2026-03-04 08:00:28 +01:00