summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-03-27 15:02:49 +0200
committerGeorgi Gerganov <ggerganov@gmail.com>2024-03-27 15:02:49 +0200
commit3a0345970ed0353fa857df3c8a62a2b3318b1364 (patch)
treec8bf7274e0e50411e861999ea68a87cf15d0ebae
parent1e13987fba5a536965ef942f2c86549d62cef50b (diff)
make : whitespace
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 $@ $<