Skip to content

Commit ade12bf

Browse files
committed
remove debug prints
1 parent 7903264 commit ade12bf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ggml/src/ggml-sycl/mmvq.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,8 +1104,6 @@ void ggml_sycl_op_mul_mat_vec_q(ggml_backend_sycl_context & ctx, const ggml_tens
11041104
GGML_ABORT("fatal error");
11051105
}
11061106
}
1107-
//std::cout << row_low << " " << row_high << " " << src1_ncols << std::endl;
1108-
//std::cout << "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=" << std::endl;
11091107
GGML_UNUSED(src1);
11101108
GGML_UNUSED(dst);
11111109
GGML_UNUSED(src1_ddf_i);

0 commit comments

Comments
 (0)