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.
2 parents 4352a60 + d4fcfa4 commit 8d4041cCopy full SHA for 8d4041c
Makefile
@@ -1,5 +1,5 @@
1
main: ggml.o main.o
2
- g++ -o main ggml.o main.o
+ g++ -pthread -o main ggml.o main.o
3
./main -h
4
5
ggml.o: ggml.c ggml.h
0 commit comments