]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Docs: script to auto-generate ggml operations docs (#14598)
authorAman Gupta <redacted>
Thu, 10 Jul 2025 15:29:01 +0000 (23:29 +0800)
committerGitHub <redacted>
Thu, 10 Jul 2025 15:29:01 +0000 (23:29 +0800)
commit11ee0fea2a24da1d3206eeba8fc52b759d9dfb24
tree6b11ecade253feb7ef254d9cc11f12981a98aa86
parenta457551332853ef19d0796fec12b62c538126ea5
Docs: script to auto-generate ggml operations docs (#14598)

* Docs: script to auto-generate ggml operations docs

* Review: formatting changes + change github action

* Use built-in types instead of typing

* docs : add BLAS and Metal ops

---------

Co-authored-by: Georgi Gerganov <redacted>
.github/workflows/update-ops-docs.yml [new file with mode: 0644]
docs/ops.md [new file with mode: 0644]
docs/ops/BLAS.csv [new file with mode: 0644]
docs/ops/CPU.csv [new file with mode: 0644]
docs/ops/CUDA.csv [new file with mode: 0644]
docs/ops/Metal.csv [new file with mode: 0644]
scripts/create_ops_docs.py [new file with mode: 0755]
tests/test-backend-ops.cpp