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 265db98 commit 7780e4fCopy full SHA for 7780e4f
Makefile
@@ -245,6 +245,6 @@ benchmark-matmult: examples/benchmark/benchmark-matmult.cpp build-info.h ggml.o
245
vdot: pocs/vdot/vdot.cpp ggml.o $(OBJS)
246
$(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)
247
248
-.PHONY: tests
+.PHONY: tests clean
249
tests:
250
bash ./tests/run-tests.sh
0 commit comments