Print details when we end up with mmq_x_best = 0

This commit is contained in:
Kawrakow 2026-06-11 13:16:49 +00:00
parent 022bd00aab
commit ba0b938a0d

View File

@ -4255,6 +4255,7 @@ void mul_mat_q_case(ggml_backend_cuda_context & ctx, const mmq_args & args, cuda
break;
default:
fprintf(stderr, "mmq_x_best=%d\n", mmq_x_best);
fprintf(stderr, "id = %d, cc = %d, nsm = %d, smpbo = %d, mmq_x_max = %d, mmq_y = %d\n", id, cc, nsm, smpbo, mmq_x_max, mmq_y);
GGML_ABORT("fatal error");
break;
}