iqk_mul_mat for llama.cpp

This commit is contained in:
Kawrakow
2024-05-27 09:51:08 +02:00
parent 9fa7946997
commit d434b4751a
7 changed files with 2586 additions and 31 deletions

View File

@@ -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.