Skip to content

Commit b26af62

Browse files
committed
cleanup
1 parent 1b90527 commit b26af62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ggml/src/ggml-cpu/ggml-cpu.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7823,8 +7823,6 @@ static void ggml_compute_forward_mul_mat_id(
78237823
continue;
78247824
}
78257825

7826-
//rows_processed += cne1;
7827-
78287826
const char * src0_cur = (const char *) src0->data + cur_a * nb02;
78297827
const void * wdata = (src1->type == vec_dot_type) ? src1->data : params->wdata;
78307828
const size_t row_size = ggml_row_size(vec_dot_type, ne10);

0 commit comments

Comments
 (0)