]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
docs : fix Metal backend op support status in ops.md (#20779)
authorSeyoung Jeong <redacted>
Fri, 20 Mar 2026 09:06:38 +0000 (03:06 -0600)
committerGitHub <redacted>
Fri, 20 Mar 2026 09:06:38 +0000 (11:06 +0200)
commit6d99b44c7eb868e8b9d49d0b4cab243dd70a4b53
treea0070cde76db864121bbe757693ee7aa1d95d76f
parent464fd0e71f13b9ed7676965faa35f7aee02d8c86
docs : fix Metal backend op support status in ops.md (#20779)

Regenerate docs/ops/Metal.csv using test-backend-ops on Apple M5
and rebuild docs/ops.md via scripts/create_ops_docs.py.

Five ops were incorrectly marked as not supported (❌) for Metal:
- DIAG:           ❌ → ✅
- POOL_1D:        ❌ → ✅
- SET:            ❌ → ✅
- SOLVE_TRI:      ❌ → ✅
- GATED_DELTA_NET:❌ → 🟡 (partial, depends on head_size % 32)
docs/ops.md
docs/ops/Metal.csv