From 2d39f87bc6b1bc33d9b38305ca9d88194904530e Mon Sep 17 00:00:00 2001 From: bssrdf Date: Thu, 29 Jan 2026 12:36:43 -0500 Subject: [PATCH] remove run_whole_graph(); not needed after the fix --- tests/test-backend-ops.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test-backend-ops.cpp b/tests/test-backend-ops.cpp index 44a22512a7..58ba6e8b40 100644 --- a/tests/test-backend-ops.cpp +++ b/tests/test-backend-ops.cpp @@ -4909,11 +4909,6 @@ 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: