File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,9 +87,9 @@ def neg1(x):
87
87
# +-----------------------------+----------------------------------------------------------------+
88
88
# | ``fx_graph_transformed.py`` | Transformed FX graph, after pattern match |
89
89
# +-----------------------------+----------------------------------------------------------------+
90
- # | ``ir_post_fusion .txt`` | Inductor IR before fusion |
90
+ # | ``ir_pre_fusion .txt`` | Inductor IR before fusion |
91
91
# +-----------------------------+----------------------------------------------------------------+
92
- # | ``ir_pre_fusion .txt`` | Inductor IR after fusion |
92
+ # | ``ir_post_fusion .txt`` | Inductor IR after fusion |
93
93
# +-----------------------------+----------------------------------------------------------------+
94
94
# | ``output_code.py`` | Generated Python code for graph, with C++/Triton kernels |
95
95
# +-----------------------------+----------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments