Skip to content

Commit 6eab471

Browse files
authored
wasm : fix fallback symbol collision (ggml-org#24639)
1 parent e3bb1ad commit 6eab471

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@
293293
#define ggml_gemm_q8_0_4x8_q8_0_generic ggml_gemm_q8_0_4x8_q8_0
294294
#elif defined(__wasm__)
295295
// quants.c
296-
#define ggml_vec_dot_q4_1_q8_1_generic ggml_vec_dot_q4_1_q8_1
297296
#define ggml_vec_dot_tq1_0_q8_K_generic ggml_vec_dot_tq1_0_q8_K
298297
#define ggml_vec_dot_tq2_0_q8_K_generic ggml_vec_dot_tq2_0_q8_K
299298
#define ggml_vec_dot_iq2_xxs_q8_K_generic ggml_vec_dot_iq2_xxs_q8_K

0 commit comments

Comments
 (0)