Skip to content

Commit 2f2db74

Browse files
AnHaechansvekars
andauthored
FIX: typo in inductor_debug_cpu.py (#2938)
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 5efa2e5 commit 2f2db74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/inductor_debug_cpu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ def neg1(x):
8787
# +-----------------------------+----------------------------------------------------------------+
8888
# | ``fx_graph_transformed.py`` | Transformed FX graph, after pattern match |
8989
# +-----------------------------+----------------------------------------------------------------+
90-
# | ``ir_post_fusion.txt`` | Inductor IR before fusion |
90+
# | ``ir_pre_fusion.txt`` | Inductor IR before fusion |
9191
# +-----------------------------+----------------------------------------------------------------+
92-
# | ``ir_pre_fusion.txt`` | Inductor IR after fusion |
92+
# | ``ir_post_fusion.txt`` | Inductor IR after fusion |
9393
# +-----------------------------+----------------------------------------------------------------+
9494
# | ``output_code.py`` | Generated Python code for graph, with C++/Triton kernels |
9595
# +-----------------------------+----------------------------------------------------------------+

0 commit comments

Comments
 (0)