We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc18d2 commit 06d9068Copy full SHA for 06d9068
Makefile
@@ -274,6 +274,7 @@ ifdef LLAMA_METAL
274
ggml-metal.o: ggml/src/ggml-metal.m ggml/include/ggml-metal.h
275
@echo "== Preparing merged Metal file =="
276
@sed -e '/#include "ggml-common.h"/r ggml/src/ggml-common.h' -e '/#include "ggml-common.h"/d' < ggml/src/ggml-metal.metal > ggml/src/ggml-metal-merged.metal
277
+ @cp ggml/src/ggml-metal-merged.metal ./ggml-metal-merged.metal
278
$(CC) $(CFLAGS) -c $< -o $@
279
endif # LLAMA_METAL
280
0 commit comments