mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-02-25 07:34:10 +00:00
Fixed compilation after revert
This commit is contained in:
@@ -13939,7 +13939,7 @@ static void ggml_compute_forward_mul_mat_one_chunk(
|
||||
return;
|
||||
}
|
||||
|
||||
const void * wdata = (src1->type == vec_dot_type) ? src1->data : (char *)params->wdata + params->wsize - params->qsize + GGML_MAX_NAME;
|
||||
const void * wdata = (src1->type == vec_dot_type) ? src1->data : (char *)params->wdata;
|
||||
const size_t row_size = ggml_row_size(vec_dot_type, ne10);
|
||||
|
||||
assert(ne12 % ne02 == 0);
|
||||
|
||||
Reference in New Issue
Block a user