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 fdfc7de commit 78d7022Copy full SHA for 78d7022
ggml/src/ggml-metal/ggml-metal.m
@@ -4358,7 +4358,7 @@ static bool ggml_metal_encode_node(
4358
// TODO: add vec kernels for (ne00%64 == 0) and maybe also for (ne00%32 == 0)
4359
// for now avoiding mainly to keep the number of templates/kernels a bit lower
4360
// these are now trivial to add after: https://github.com/ggml-org/llama.cpp/pull/12612
4361
- if (ne01 >= 4 || (ne00%128 != 0 && ne00 != 96 && ne00 != 192 && ne00 != 576)) {
+ if (ne01 >= 20 || (ne00%128 != 0 && ne00 != 96 && ne00 != 192 && ne00 != 576)) {
4362
switch (src1->type) {
4363
case GGML_TYPE_F16:
4364
{
0 commit comments