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: