-
Notifications
You must be signed in to change notification settings - Fork 54
Description
~/chatllm.cpp $ cmake --build build -j16
[ 7%] Building C object third_party/ggml/src/CMakeFiles/ggml.dir/ggml-quants.c.o
/data/data/com.termux/files/home/chatllm.cpp/third_party/ggml/src/ggml-quants.c:413:25: error: redefinition of 'vdotq_s32'
413 | inline static int32x4_t vdotq_s32(int32x4_t acc, int8x16_t a, int8x16_t b) {
| ^
/data/data/com.termux/files/usr/lib/clang/17/include/arm_neon.h:33858:51: note: previous definition is here
33858 | __ai attribute((target("dotprod"))) int32x4_t vdotq_s32(int32x4_t __p0, int8x16_t __p1, int8x16_t __p2) {
| ^
1 error generated.
make[2]: *** [third_party/ggml/src/CMakeFiles/ggml.dir/build.make:118: third_party/ggml/src/CMakeFiles/ggml.dir/ggml-quants.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:197: third_party/ggml/src/CMakeFiles/ggml.dir/all] Error 2
make: *** [Makefile:136: all] Error 2