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 d644e75 commit 06db6d3
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 @@ -6,7 +6,7 @@


def check_report(suite, dtype, mode, test_mode, device, models_file):
inductor_log_dir = Path("inductor_log") / suite / dtype
inductor_log_dir = Path("torch_compile_debug") / suite / dtype
inductor_report_filename = f"inductor_{suite}_{dtype}_{mode}_{device}_{test_mode}.csv"
inductor_report_path = Path(inductor_log_dir / inductor_report_filename)

Expand Down

0 comments on commit 06db6d3

Please sign in to comment.