From 3c6a80ffa91129ced707a875c7a94d1b035daff5 Mon Sep 17 00:00:00 2001 From: bssrdf Date: Wed, 28 Jan 2026 11:18:36 -0500 Subject: [PATCH] turn on run whole graph to pass all test cases --- tests/test-backend-ops.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test-backend-ops.cpp b/tests/test-backend-ops.cpp index c254461215..50cc0d915d 100644 --- a/tests/test-backend-ops.cpp +++ b/tests/test-backend-ops.cpp @@ -4909,6 +4909,11 @@ struct test_conv_2d : public test_case { return 5e-4; } + // must run the whole graph for all test cases to pass + bool run_whole_graph() override { + return true; + } + uint64_t op_flops(ggml_tensor * t) override { GGML_UNUSED(t); // Just counting matmul costs: