Skip to content

Commit b0b83dd

Browse files
committed
metal : fix ggml_mul_mat_id for F32
1 parent 65923a8 commit b0b83dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: ggml-metal.m

-1
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,6 @@ void ggml_metal_graph_compute(
16121612
{
16131613
GGML_ASSERT(src1t == GGML_TYPE_F32);
16141614
[encoder setComputePipelineState:ctx->pipeline_mul_mv_id_f32_f32];
1615-
nrows = 4;
16161615
} break;
16171616
case GGML_TYPE_F16:
16181617
{

0 commit comments

Comments
 (0)