turn on run whole graph to pass all test cases

This commit is contained in:
bssrdf 2026-01-28 11:18:36 -05:00
parent 13820ad653
commit 3c6a80ffa9
1 changed files with 5 additions and 0 deletions

View File

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