From 1cf4f21463898ea93ca4045e3858c52bcd71c08d Mon Sep 17 00:00:00 2001 From: Iwan Kawrakow Date: Sun, 26 Oct 2025 18:59:38 +0200 Subject: [PATCH] Cleanup --- ggml/src/ggml-cuda/mmvq.cu | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ggml/src/ggml-cuda/mmvq.cu b/ggml/src/ggml-cuda/mmvq.cu index 23229b26..f70b60ab 100644 --- a/ggml/src/ggml-cuda/mmvq.cu +++ b/ggml/src/ggml-cuda/mmvq.cu @@ -167,13 +167,6 @@ void ggml_cuda_op_mul_mat_vec_q_3D( GGML_UNUSED(src1_ddf_i); } -//static void ggml_cuda_op_mul_mat_vec_q_impl(ggml_backend_cuda_context & ctx, ggml_type type, -// const int64_t ne00, const int64_t ne0, const int64_t ne2, -// const int64_t nb02, const int64_t nb12, const int64_t nb2, const int64_t ids_nb0, const int64_t bias_nb1, -// const char * src0_dd_u, const char * src0_dd_g, const char * src1_ddq_i, float * dst_dd_i, const char * ids_data, -// const void * bias_u, const void * bias_g, -// const int64_t row_low, const int64_t row_high, const int64_t src1_ncols, -// const int64_t src1_padded_row_size, ggml_unary_op unary_op, cudaStream_t stream) { void ggml_cuda_op_mul_mat_vec_q_biased( ggml_backend_cuda_context & ctx,