metal : add FA instantiations for HSK=512, HSV=512 (#20902)

This commit is contained in:
Georgi Gerganov
2026-03-24 10:03:09 +02:00
committed by GitHub
parent c2e224d829
commit 342d6125bc
3 changed files with 23 additions and 3 deletions
+1
View File
@@ -1148,6 +1148,7 @@ bool ggml_metal_device_supports_op(ggml_metal_device_t dev, const struct ggml_te
op->src[0]->ne[0] != 192 &&
op->src[0]->ne[0] != 256 &&
op->src[0]->ne[0] != 320 &&
op->src[0]->ne[0] != 512 &&
op->src[0]->ne[0] != 576) {
return false;
}