]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
Refactor: Consistently use smart pointers in `test-backend-ops` (#25440)
authorOliver Simons <redacted>
Thu, 9 Jul 2026 13:00:17 +0000 (15:00 +0200)
committerGitHub <redacted>
Thu, 9 Jul 2026 13:00:17 +0000 (15:00 +0200)
commitf84a5194037564a8231674ee807b3afb4a95a39a
treeff97ed4696a70f551a4e4bd8cf1a146998e58a7c
parent683f0c72e5b3c07fab90bfd9ec2ce8661d624228
Refactor: Consistently use smart pointers in `test-backend-ops` (#25440)

* Use smart pointers in test_case::eval

This makes it consistent with other methods of `test_case`.

* Use smart pointer in show_test_coverage also

* Also use smart pointers for backends
tests/test-backend-ops.cpp