Skip to content

Commit cb73ad9

Browse files
authored
Merge branch 'main' into titaiwang/adapt_optimizer_changes_to_graphs
2 parents daf4809 + 0a5b58b commit cb73ad9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.jenkins/validate_tutorials_built.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"intermediate_source/flask_rest_api_tutorial",
5555
"intermediate_source/text_to_speech_with_torchaudio",
5656
"intermediate_source/tensorboard_profiler_tutorial", # reenable after 2.0 release.
57-
"intermediate_source/inductor_debug_cpu", # reenable after 2942
5857
"intermediate_source/torch_export_tutorial" # reenable after 2940 is fixed.
5958
]
6059

intermediate_source/inductor_debug_cpu.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ def forward1(self, arg0_1, arg1_1):
110110
# C++ kernel in ``output_code``:
111111
#
112112

113-
from torch._inductor.codecache import AsyncCompile
113+
import torch
114+
from torch._inductor.async_compile import AsyncCompile
114115
async_compile = AsyncCompile()
115116

116117
cpp_fused_cat_maximum_neg_0 = async_compile.cpp('''

0 commit comments

Comments
 (0)