Skip to content

Commit

Permalink
check-inductor-report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasd committed Oct 21, 2024
1 parent 0d19d9d commit 8285df5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/check_inductor_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def check_report(suite, dtype, mode, test_mode, device, models_file, inductor_lo
if test_statuses[idx] != "pass":
exitcode = 1
print(f"Test is NOT PASSED: {m}")
import pdb;pdb.set_trace()
return exitcode


Expand Down

0 comments on commit 8285df5

Please sign in to comment.