remove run_whole_graph(); not needed after the fix

This commit is contained in:
bssrdf 2026-01-29 12:36:43 -05:00
parent 5ce738cfa7
commit 2d39f87bc6
1 changed files with 0 additions and 5 deletions

View File

@ -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: