aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-05-20 12:03:48 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-05-20 12:03:48 +0300
commitea600071cb005267e9e8f2629c1e406dd5fde083 (patch)
tree0a285ebbdd3efa99eb60042631ddd86ae6dedd00 /Makefile
parent07e9ace0f9da424d82e75df969642522880feb92 (diff)
Revert "feature : add blis and other BLAS implementation support (#1502)"
This reverts commit 07e9ace0f9da424d82e75df969642522880feb92.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cefa0b4..f9ec879 100644
--- a/Makefile
+++ b/Makefile
@@ -122,10 +122,6 @@ ifdef LLAMA_OPENBLAS
LDFLAGS += -lopenblas
endif
endif
-ifdef LLAMA_BLIS
- CFLAGS += -DGGML_USE_OPENBLAS -I/usr/local/include/blis -I/usr/include/blis
- LDFLAGS += -lblis -L/usr/local/lib
-endif
ifdef LLAMA_CUBLAS
CFLAGS += -DGGML_USE_CUBLAS -I/usr/local/cuda/include -I/opt/cuda/include -I$(CUDA_PATH)/targets/x86_64-linux/include
CXXFLAGS += -DGGML_USE_CUBLAS -I/usr/local/cuda/include -I/opt/cuda/include -I$(CUDA_PATH)/targets/x86_64-linux/include