metal : add FA head size 48 (#17619)

This commit is contained in:
Georgi Gerganov
2025-12-01 12:49:53 +02:00
committed by GitHub
parent 90c72a614a
commit 649495c9d9
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -912,6 +912,7 @@ bool ggml_metal_device_supports_op(ggml_metal_device_t dev, const struct ggml_te
// for new head sizes, add checks here
if (op->src[0]->ne[0] != 32 &&
op->src[0]->ne[0] != 40 &&
op->src[0]->ne[0] != 48 &&
op->src[0]->ne[0] != 64 &&
op->src[0]->ne[0] != 72 &&
op->src[0]->ne[0] != 80 &&