File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,6 @@ void check_correctness(const settings_t &s) {
58
58
}
59
59
}
60
60
61
- int verify_input (const settings_t &s) {
62
- if (has_bench_mode_modifier (mode_modifier_t ::no_ref_memory)) {
63
- // TODO: update graph driver doc page once the limitation is removed.
64
- BENCHDNN_PRINT (0 , " %s\n " ,
65
- " Error: graph driver doesn't support "
66
- " --mode-modifier=M/--mode=F." );
67
- return FAIL;
68
- }
69
- return OK;
70
- }
71
-
72
61
int bench (int argc, char **argv) {
73
62
driver_name = " graph" ;
74
63
using namespace parser ;
@@ -88,7 +77,6 @@ int bench(int argc, char **argv) {
88
77
if (!parsed_options) {
89
78
if (!parse_input_file (s.json_file , argv[0 ]))
90
79
catch_unknown_options (argv[0 ]);
91
- SAFE (verify_input (s), WARN);
92
80
check_correctness (s);
93
81
flush_temp_memory ();
94
82
}
You can’t perform that action at this time.
0 commit comments