Better use 32 thread groups for f16 x f32
This commit is contained in:
parent
af226bd26e
commit
cad50d1971
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ void ggml_metal_graph_compute(
|
|||
switch (src0t) {
|
||||
case GGML_TYPE_F16:
|
||||
{
|
||||
nth0 = 64;
|
||||
nth0 = 32;
|
||||
nth1 = 1;
|
||||
[encoder setComputePipelineState:ctx->pipeline_mul_mat_f16_f32];
|
||||
} break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue