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 cd3dacd commit 6dfbaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_inductor_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def check_report(suite, dtype, mode, test_mode, device, models_file, inductor_log_dir):
inductor_log_dir_leaf = Path(inductor_log_dir) / suite / dtype
inductor_report_filename = f"inductor_{suite}_{dtype}_{mode}_{device}_{'inference-no-freezing' if test_mode == 'inference' else test_mode}.csv"
inductor_report_filename = f"inductor_{suite}_{dtype}_{mode}_{device}_{test_mode}.csv"
inductor_report_path = Path(inductor_log_dir_leaf / inductor_report_filename)

subset = []
Expand Down

0 comments on commit 6dfbaee

Please sign in to comment.