
xctanandGeorgi Gerganov
f470bc36be
ggml-cpu : split arch-specific implementations (#13892)
* move ggml-cpu-aarch64 to repack
* split quantize_row_q8_0/1
* split helper functions
* split ggml_vec_dot_q4_0_q8_0
* split ggml_vec_dot_q4_1_q8_1
* split ggml_vec_dot_q5_0_q8_0
* split ggml_vec_dot_q5_1_q8_1
* split ggml_vec_dot_q8_0_q8_0
* split ggml_vec_dot_tq1_0_q8_K
* split ggml_vec_dot_tq2_0_q8_K
* split ggml_vec_dot_q2_K_q8_K
* split ggml_vec_dot_q3_K_q8_K
* split ggml_vec_dot_q4_K_q8_K
* split ggml_vec_dot_q5_K_q8_K
* split ggml_vec_dot_q6_K_q8_K
* split ggml_vec_dot_iq2_xxs_q8_K
* split ggml_vec_dot_iq2_xs_q8_K
* split ggml_vec_dot_iq2_s_q8_K
* split ggml_vec_dot_iq3_xxs_q8_K
* split ggml_vec_dot_iq3_s_q8_K
* split ggml_vec_dot_iq1_s_q8_K
* split ggml_vec_dot_iq1_m_q8_K
* split ggml_vec_dot_iq4_nl_q8_0
* split ggml_vec_dot_iq4_xs_q8_K
* fix typos
* fix missing prototypes
* rename ggml-cpu-quants.c
* rename ggml-cpu-traits
* rename arm folder
* move cpu-feats-x86.cpp
* rename ggml-cpu-hbm
* update arm detection macro in quants.c
* move iq quant tables
* split ggml_quantize_mat_q8_0/K
* split ggml_gemv_*
* split ggml_gemm_*
* rename namespace aarch64 to repack
* use weak aliases to replace test macros
* rename GGML_CPU_AARCH64 to GGML_CPU_REPACK
* rename more aarch64 to repack
* clean up rebase leftover
* fix compilation errors
* remove trailing spaces
* try to fix clang compilation errors
* try to fix clang compilation errors again
* try to fix clang compilation errors, 3rd attempt
* try to fix clang compilation errors, 4th attempt
* try to fix clang compilation errors, 5th attempt
* try to fix clang compilation errors, 6th attempt
* try to fix clang compilation errors, 7th attempt
* try to fix clang compilation errors, 8th attempt
* try to fix clang compilation errors, 9th attempt
* more cleanup
* fix compilation errors
* fix apple targets
* fix a typo in arm version of ggml_vec_dot_q4_K_q8_K
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2025-06-09 16:47:13 +02:00
..
2025-04-01 16:24:29 +08:00
2025-05-09 16:34:08 +01:00
2025-05-26 10:28:53 +02:00
2025-04-18 15:57:56 +02:00
2025-06-01 13:43:57 +03:00
2025-03-31 11:25:24 +02:00
2025-06-09 16:47:13 +02:00
2025-05-26 10:28:53 +02:00
2025-01-10 08:13:03 +08:00
2025-05-26 10:28:53 +02:00
2025-01-10 08:13:03 +08:00
2025-06-09 11:47:07 +02:00
2025-05-08 10:08:01 +01:00
2025-06-07 18:58:20 +05:30
2025-03-03 11:07:22 +01:00
2025-06-09 11:47:07 +02:00
2025-05-26 10:28:53 +02:00
2024-06-26 18:33:02 +03:00
2025-05-27 20:52:59 +05:30
2025-05-27 20:52:59 +05:30
2025-05-15 16:53:41 +02:00
2025-05-26 10:28:53 +02:00
2025-03-31 11:25:24 +02:00
2025-06-09 11:47:07 +02:00
2025-05-26 10:28:53 +02:00
2025-01-15 11:20:17 +08:00
2025-04-14 14:23:53 +02:00
2025-03-31 11:25:24 +02:00
2025-03-18 08:51:25 +08:00
2024-06-26 18:33:02 +03:00
2025-06-09 11:47:07 +02:00
2024-06-26 18:33:02 +03:00
2025-05-26 21:10:36 +05:30
2025-03-31 11:25:24 +02:00
2025-05-26 10:28:53 +02:00
2025-01-10 08:13:03 +08:00
2024-11-07 15:19:10 +08:00
2025-06-09 11:47:07 +02:00
2025-05-30 19:40:57 +05:30
2025-04-21 19:13:30 +05:30
2025-05-26 10:28:53 +02:00
2025-01-28 09:56:58 +00:00
2025-02-24 22:33:23 +08:00
2025-02-24 22:33:23 +08:00
2025-05-26 10:28:53 +02:00
2025-01-10 08:13:03 +08:00
2025-06-09 11:47:07 +02:00
2025-05-26 10:28:53 +02:00
2025-03-18 07:27:50 +08:00