Skip to content

Commit 74df0de

Browse files
committed
Minor
1 parent b557bc3 commit 74df0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-metal.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ void ggml_metal_graph_compute(
857857
{
858858
nth0 = 32;
859859
nth1 = 1;
860-
if (ne11 * ne12 < 2) {
860+
if (ne11 * ne12 < 4) {
861861
[encoder setComputePipelineState:ctx->pipeline_mul_mat_f16_f32_1row];
862862
} else {
863863
[encoder setComputePipelineState:ctx->pipeline_mul_mat_f16_f32];

0 commit comments

Comments
 (0)