Skip to content

Commit 1c7c398

Browse files
committed
Fix importing issue for inductor_debug_cpu
1 parent 0740801 commit 1c7c398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/inductor_debug_cpu.py

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

113-
from torch._inductor.codecache import AsyncCompile
113+
from torch._inductor.async_compile import AsyncCompile
114114
async_compile = AsyncCompile()
115115

116116
cpp_fused_cat_maximum_neg_0 = async_compile.cpp('''

0 commit comments

Comments
 (0)