Skip to content

Commit 33db10b

Browse files
authored
remove CPU check (#394)
1 parent 0cf5559 commit 33db10b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/winml/modelkit/pattern/op_input_gen/op_input_gen.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,11 +1509,6 @@ def check_on_ep(
15091509
for k, v in kwargs.items()
15101510
}
15111511
print("Running", kwargs_summary)
1512-
try:
1513-
_ = dry_run or self._run_op_on_cpu(kwargs, tags)
1514-
except Exception as e:
1515-
print("Skipping invalid input causing with exception:", e)
1516-
continue
15171512

15181513
for onnx_model, final_tags in self.iter_const_and_dynamic_models(kwargs, tags):
15191514
# Check if we should skip this case based on signature (delta/rerun mode)

0 commit comments

Comments
 (0)