Fix after merge with master

This commit is contained in:
Iwan Kawrakow 2023-06-07 09:53:50 +03:00
parent a5becf764b
commit 75ad0c0614

View file

@ -530,14 +530,6 @@ void ggml_metal_graph_compute(
nth1 = 16;
[encoder setComputePipelineState:ctx->pipeline_mul_mat_q4_k_f32];
} break;
case GGML_TYPE_F16:
{
GGML_ASSERT(ne02 == ne12);
nth0 = 32;
nth1 = 1;
[encoder setComputePipelineState:ctx->pipeline_mul_mat_f16_f32];
} break;
default:
{
fprintf(stderr, "Asserting on type %d\n",(int)src0t);