We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d644e75 commit 06db6d3Copy full SHA for 06db6d3
scripts/check_inductor_report.py
@@ -6,7 +6,7 @@
6
7
8
def check_report(suite, dtype, mode, test_mode, device, models_file):
9
- inductor_log_dir = Path("inductor_log") / suite / dtype
+ inductor_log_dir = Path("torch_compile_debug") / suite / dtype
10
inductor_report_filename = f"inductor_{suite}_{dtype}_{mode}_{device}_{test_mode}.csv"
11
inductor_report_path = Path(inductor_log_dir / inductor_report_filename)
12
0 commit comments