]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
tests : add --list-ops and --show-coverage options (llama/15745)
authorDaniel Bevenius <redacted>
Fri, 5 Sep 2025 12:49:21 +0000 (14:49 +0200)
committerGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:33:50 +0000 (13:33 +0300)
commit220f851f182a933836bcc4ca5ae870498ef17a6e
tree08aaa82e831548fb9d0ac8ddcea12566b3d8f0cd
parent978f6e1993f2eeb4e99b63d4e70b4401c0a2dae2
tests : add --list-ops and --show-coverage options (llama/15745)

This commit adds two new command-line options to the
test-backend-ops.cpp that allow users to list all available GGML
operations and to show test coverage of these operations.

The motivation for this is that it can be useful to quickly see which
operations are currently covered by tests and which are not. Also it
migth be useful when using the `support` mode.
tests/test-backend-ops.cpp