File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -801,6 +801,7 @@ endif
801801
802802OBJ_GGML += \
803803 ggml/src/ggml.o \
804+ ggml/src/ggml-cpu.o \
804805 ggml/src/ggml-alloc.o \
805806 ggml/src/ggml-backend.o \
806807 ggml/src/ggml-quants.o \
@@ -916,6 +917,12 @@ ggml/src/ggml.o: \
916917 ggml/include/ggml.h
917918 $(CC ) $(CFLAGS ) -c $< -o $@
918919
920+ ggml/src/ggml-cpu.o : \
921+ ggml/src/ggml-cpu.c \
922+ ggml/include/ggml.h \
923+ ggml/src/ggml-common.h
924+ $(CC ) $(CFLAGS ) -c $< -o $@
925+
919926ggml/src/ggml-alloc.o : \
920927 ggml/src/ggml-alloc.c \
921928 ggml/include/ggml.h \
Original file line number Diff line number Diff line change 44#include " coreml/whisper-encoder.h"
55#endif
66
7+ #include " ggml-cpu.h"
8+
79#ifdef GGML_USE_METAL
810#include " ggml-metal.h"
911#endif
You can’t perform that action at this time.
0 commit comments