Skip to content

Commit 68e3cee

Browse files
taimur-10xRehanQasim-dev
authored andcommitted
ggml-cpu: refactor quants.c
1 parent 52a2d3a commit 68e3cee

2 files changed

Lines changed: 512 additions & 425 deletions

File tree

ggml/src/ggml-cpu/arch-fallback.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@
199199
#define ggml_gemm_q8_0_4x8_q8_0_generic ggml_gemm_q8_0_4x8_q8_0
200200
#elif defined(__riscv)
201201
// quants.c
202-
#define ggml_vec_dot_iq1_m_q8_K_generic ggml_vec_dot_iq1_m_q8_K
203-
#define ggml_vec_dot_iq4_xs_q8_K_generic ggml_vec_dot_iq4_xs_q8_K
204202
#define ggml_vec_dot_nvfp4_q8_0_generic ggml_vec_dot_nvfp4_q8_0
205203
// repack.cpp
206204
#define ggml_quantize_mat_q8_0_4x1_generic ggml_quantize_mat_q8_0_4x1

0 commit comments

Comments
 (0)