From: Georgi Gerganov Date: Wed, 27 Mar 2024 13:02:49 +0000 (+0200) Subject: make : whitespace X-Git-Tag: upstream/0.0.4488~1937 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=3a0345970ed0353fa857df3c8a62a2b3318b1364;p=pkg%2Fggml%2Fsources%2Fllama.cpp make : whitespace --- diff --git a/Makefile b/Makefile index 39430022..ebbbcd35 100644 --- a/Makefile +++ b/Makefile @@ -556,6 +556,7 @@ ifdef LLAMA_CUDA_NO_PEER_COPY endif # LLAMA_CUDA_NO_PEER_COPY OBJS += ggml-cuda.o OBJS += $(patsubst %.cu,%.o,$(wildcard ggml-cuda/*.cu)) + ggml-cuda.o: ggml-cuda.cu ggml-cuda.h ggml.h ggml-backend.h ggml-backend-impl.h ggml-common.h $(wildcard ggml-cuda/*.cuh) $(HIPCC) $(CXXFLAGS) $(HIPFLAGS) -x hip -c -o $@ $<