diff options
author | Johannes Gäßler <johannesg@5d6.de> | 2023-07-31 15:44:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 15:44:35 +0200 |
commit | 0728c5a8b9569183ffca0399caac099afef87595 (patch) | |
tree | 58915b38ddcc28bda0171925548d6b4d6fea2707 /Makefile | |
parent | 1215ed7d5ccf854a55eccb52661427bb985e7f2c (diff) |
CUDA: mmq CLI option, fixed mmq build issues (#2453)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -236,9 +236,9 @@ ifdef LLAMA_CUDA_MMQ_Y else NVCCFLAGS += -DGGML_CUDA_MMQ_Y=64 endif # LLAMA_CUDA_MMQ_Y -ifdef LLAMA_CUDA_CUBLAS - NVCCFLAGS += -DGGML_CUDA_CUBLAS -endif # LLAMA_CUDA_CUBLAS +#ifdef LLAMA_CUDA_CUBLAS +# NVCCFLAGS += -DGGML_CUDA_CUBLAS +#endif # LLAMA_CUDA_CUBLAS ifdef LLAMA_CUDA_CCBIN NVCCFLAGS += -ccbin $(LLAMA_CUDA_CCBIN) endif |