added flag for building kquants in tools
This commit is contained in:
parent
1129d66ca9
commit
baf6325907
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -42,7 +42,7 @@ endif
|
||||||
|
|
||||||
# keep standard at C11 and C++11
|
# keep standard at C11 and C++11
|
||||||
CFLAGS = -I. -I./include -I./include/CL -I./otherarch -I./otherarch/tools -Ofast -DNDEBUG -std=c11 -fPIC -DGGML_USE_K_QUANTS
|
CFLAGS = -I. -I./include -I./include/CL -I./otherarch -I./otherarch/tools -Ofast -DNDEBUG -std=c11 -fPIC -DGGML_USE_K_QUANTS
|
||||||
CXXFLAGS = -I. -I./examples -I./include -I./include/CL -I./otherarch -I./otherarch/tools -O3 -DNDEBUG -std=c++11 -fPIC
|
CXXFLAGS = -I. -I./examples -I./include -I./include/CL -I./otherarch -I./otherarch/tools -O3 -DNDEBUG -std=c++11 -fPIC -DGGML_USE_K_QUANTS
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
# these are used on windows, to build some libraries with extra old device compatibility
|
# these are used on windows, to build some libraries with extra old device compatibility
|
||||||
|
@ -56,7 +56,7 @@ FAILSAFE_FLAGS = -DUSE_FAILSAFE
|
||||||
ifdef LLAMA_CUBLAS
|
ifdef LLAMA_CUBLAS
|
||||||
CUBLAS_FLAGS = -DGGML_USE_CUBLAS
|
CUBLAS_FLAGS = -DGGML_USE_CUBLAS
|
||||||
else
|
else
|
||||||
CUBLAS_FLAGS =
|
CUBLAS_FLAGS =
|
||||||
endif
|
endif
|
||||||
CUBLASLD_FLAGS =
|
CUBLASLD_FLAGS =
|
||||||
CUBLAS_OBJS =
|
CUBLAS_OBJS =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue