iqk_mul_mat: make it build with the Makefile

This commit is contained in:
Iwan Kawrakow
2024-06-08 09:55:47 +03:00
parent cd3d8ae0e7
commit 8b95156e83
2 changed files with 7 additions and 3 deletions

1
ggml.c
View File

@@ -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++)