cleanup
This commit is contained in:
parent
1b90527d78
commit
b26af62e7e
1 changed files with 0 additions and 2 deletions
|
@ -7823,8 +7823,6 @@ static void ggml_compute_forward_mul_mat_id(
|
|||
continue;
|
||||
}
|
||||
|
||||
//rows_processed += cne1;
|
||||
|
||||
const char * src0_cur = (const char *) src0->data + cur_a * nb02;
|
||||
const void * wdata = (src1->type == vec_dot_type) ? src1->data : params->wdata;
|
||||
const size_t row_size = ggml_row_size(vec_dot_type, ne10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue