Skip to content

Commit

Permalink
fix makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyEcho committed Jun 6, 2023
1 parent 1ba4ce4 commit fa5b3d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ ggml-cuda.o: CXXFLAGS += -DGGML_CUDA_DMMV_X=$(LLAMA_CUDA_DMMV_X)
ggml-cuda.o: CXXFLAGS += -DGGML_CUDA_DMMV_Y=$(LLAMA_CUDA_DMMV_Y)
ggml-cuda.o: ggml-cuda.cu ggml-cuda.h
$(CXX) $(CXXFLAGS) -x hip -c -o $@ $<
endif
endif # LLAMA_HIPBLAS

ifdef LLAMA_METAL
Expand Down

0 comments on commit fa5b3d7

Please sign in to comment.