metal : support GGML_OP_SET (#19548)

This commit is contained in:
Georgi Gerganov
2026-02-13 07:34:52 +02:00
committed by GitHub
parent 3bb78133ab
commit 490eb96b88
4 changed files with 153 additions and 9 deletions
+1
View File
@@ -1159,6 +1159,7 @@ bool ggml_metal_device_supports_op(ggml_metal_device_t dev, const struct ggml_te
case GGML_OP_MUL_MAT:
case GGML_OP_MUL_MAT_ID:
return has_simdgroup_reduction;
case GGML_OP_SET:
case GGML_OP_CPY:
case GGML_OP_DUP:
case GGML_OP_CONT: