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 e946379 commit 4c72ab1Copy full SHA for 4c72ab1
ggml-metal.m
@@ -958,7 +958,7 @@ void ggml_metal_graph_compute(
958
src1t == GGML_TYPE_F32 &&
959
[ctx->device supportsFamily:MTLGPUFamilyApple7] &&
960
ne00%32 == 0 &&
961
- ne11 > 1) {
+ ne11 > 2) {
962
switch (src0->type) {
963
case GGML_TYPE_F32: [encoder setComputePipelineState:ctx->pipeline_mul_mm_f32_f32]; break;
964
case GGML_TYPE_F16: [encoder setComputePipelineState:ctx->pipeline_mul_mm_f16_f32]; break;
0 commit comments