]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
tests : add --list-ops and --show-coverage options (#15745)
authorDaniel Bevenius <redacted>
Fri, 5 Sep 2025 12:49:21 +0000 (14:49 +0200)
committerGitHub <redacted>
Fri, 5 Sep 2025 12:49:21 +0000 (13:49 +0100)
commit3a550b5ca4565c9e28f63880d47840feb27d0ff6
tree4cc45617366a83dbe8c1d9f4e80fb2fcca14f419
parenta81283820a466f2ace06ce4d4bc9512761f9365f
tests : add --list-ops and --show-coverage options (#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