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 1e6c382 + a3e7d05 commit 62c65f2Copy full SHA for 62c65f2
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