We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e68df8 commit 3cb1c34Copy full SHA for 3cb1c34
ggml-metal.m
@@ -1083,7 +1083,7 @@ void ggml_metal_graph_compute(
1083
1084
// find the break-even point where the matrix-matrix kernel becomes more efficient compared
1085
// to the matrix-vector kernel
1086
- int ne11_mm_min = 1;
+ int ne11_mm_min = src0t == GGML_TYPE_F16 ? 1 : 16;
1087
1088
#if 0
1089
// the numbers below are measured on M2 Ultra for 7B and 13B models
0 commit comments