This commit is contained in:
Kawrakow
2026-01-12 12:26:53 +02:00
parent c7ae5d4eeb
commit 80f2b090d5

View File

@@ -2538,7 +2538,6 @@ static int ggml_cuda_moe_up_gate_unary(ggml_backend_cuda_context & ctx, ggml_ten
auto unary_op = (ggml_unary_op)dst->op_params[0];
if (src0_2) {
auto gate_bias = dst->src[4] && src0_2 ? dst->src[5] : nullptr;
ggml_cuda_op_fused_mul_mat_vec_q_id(ctx, src0_1, &local_src1, ids, &local_dst,
dst->src[4], dst->src[5],
(const char *)src0_1->data, src0_2 ? (const char *)src0_2->data : nullptr,