mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 17:20:01 +00:00
iqk_mul_mat for llama.cpp
This commit is contained in:
4
Makefile
4
Makefile
@@ -170,8 +170,8 @@ endif
|
||||
|
||||
# keep standard at C11 and C++11
|
||||
MK_CPPFLAGS = -I. -Icommon
|
||||
MK_CFLAGS = -std=c11 -fPIC
|
||||
MK_CXXFLAGS = -std=c++11 -fPIC
|
||||
MK_CFLAGS = -std=c11 -fPIC -v
|
||||
MK_CXXFLAGS = -std=c++11 -fPIC -v
|
||||
MK_NVCCFLAGS = -std=c++11
|
||||
|
||||
# -Ofast tends to produce faster code, but may not be available for some compilers.
|
||||
|
||||
Reference in New Issue
Block a user