Skip to content

Commit 06db6d3

Browse files
committed
check-inductor-report.py
1 parent d644e75 commit 06db6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_inductor_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

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

0 commit comments

Comments
 (0)