forgot to remove this
This commit is contained in:
parent
346cd68903
commit
0b08ec7c5d
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -113,10 +113,7 @@ ifndef LLAMA_NO_ACCELERATE
|
||||||
LDFLAGS += -framework Accelerate
|
LDFLAGS += -framework Accelerate
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifdef LLAMA_CLBLAST
|
|
||||||
CFLAGS += -DGGML_USE_CLBLAST -DGGML_USE_OPENBLAS
|
|
||||||
LDFLAGS += -lclblast -lOpenCL -lopenblas
|
|
||||||
endif
|
|
||||||
ifdef LLAMA_CUBLAS
|
ifdef LLAMA_CUBLAS
|
||||||
CFLAGS += -DGGML_USE_CUBLAS -I/usr/local/cuda/include
|
CFLAGS += -DGGML_USE_CUBLAS -I/usr/local/cuda/include
|
||||||
LDFLAGS += -lcublas_static -lculibos -lcudart_static -lcublasLt_static -lpthread -ldl -L/usr/local/cuda/lib64
|
LDFLAGS += -lcublas_static -lculibos -lcudart_static -lcublasLt_static -lpthread -ldl -L/usr/local/cuda/lib64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue