mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-29 08:41:22 +00:00 
			
		
		
		
	make : whitespace
This commit is contained in:
		
							
								
								
									
										1
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Makefile
									
									
									
									
									
								
							| @@ -556,6 +556,7 @@ ifdef LLAMA_CUDA_NO_PEER_COPY | |||||||
| endif # LLAMA_CUDA_NO_PEER_COPY | endif # LLAMA_CUDA_NO_PEER_COPY | ||||||
| 	OBJS        += ggml-cuda.o | 	OBJS        += ggml-cuda.o | ||||||
| 	OBJS        += $(patsubst %.cu,%.o,$(wildcard ggml-cuda/*.cu)) | 	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) | 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 $@ $< | 	$(HIPCC) $(CXXFLAGS) $(HIPFLAGS) -x hip -c -o $@ $< | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov