mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 11:21:56 +00:00
iqk_mul_mat: make it build with the Makefile
This commit is contained in:
1
ggml.c
1
ggml.c
@@ -12388,7 +12388,6 @@ IQK_MulMat_Not_Available:;
|
||||
|
||||
#if GGML_USE_LLAMAFILE
|
||||
if (src1->type != vec_dot_type) {
|
||||
const void* wdata = (src1->type == vec_dot_type) ? src1->data : params->wdata;
|
||||
const size_t row_size = ggml_row_size(vec_dot_type, ne10);
|
||||
|
||||
for (int64_t i13 = 0; i13 < ne13; i13++)
|
||||
|
||||
Reference in New Issue
Block a user