summaryrefslogtreecommitdiff
path: root/ggml.c
diff options
context:
space:
mode:
authorIwan Kawrakow <iwan.kawrakow@gmail.com>2024-06-08 09:55:47 +0300
committerIwan Kawrakow <iwan.kawrakow@gmail.com>2024-06-22 12:02:50 +0300
commit8b95156e83a10f180f6635bceccc3d577ce83130 (patch)
treee25e3764ae834de3bb31b053fc917f3412ed0265 /ggml.c
parentcd3d8ae0e719b47fb0ef63b0f7b9e1dacbab7de1 (diff)
iqk_mul_mat: make it build with the Makefile
Diffstat (limited to 'ggml.c')
-rw-r--r--ggml.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ggml.c b/ggml.c
index 985fc26f..ccab8a57 100644
--- a/ggml.c
+++ b/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++)