mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-06-28 04:30:15 -05:00
Print details when we end up with mmq_x_best = 0
This commit is contained in:
parent
022bd00aab
commit
ba0b938a0d
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user