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 fc143d5 commit c02acb6Copy full SHA for c02acb6
ggml-metal.m
@@ -937,9 +937,7 @@ void ggml_metal_graph_compute(
937
nth1 = 1;
938
if (ne11 * ne12 < 4) {
939
[encoder setComputePipelineState:ctx->pipeline_mul_mat_f16_f32_1row];
940
- //} else if (ne00 >= 128 && ne01 >= 8 && ne00%4 == 0) {
941
- } else if (false) {
942
- // TODO: with ggml_mul_mat_pad this kernel no longer seems to be needed
+ } else if (ne00 >= 128 && ne01 >= 8 && ne00%4 == 0) {
943
[encoder setComputePipelineState:ctx->pipeline_mul_mat_f16_f32_l4];
944
nrows = ne11;
945
} else {
0 commit comments