← Back to events
ActiveAIRelease

trunk/3376c132fd39be20457f93ed99a15e03a11d7da3: [inductor] AOTI cpp wrapper: support invoke_subgraph (#194703) (#194703)

What happened

Summary: CppWrapperCpu.codegen_invoke_subgraph was a bare raise NotImplementedError , so any torch.compiler.nested_compile_region under AOTInductor died at codegen: torch._inductor.exc.InductorError: NotImplementedError: codegen invoke_subgraph is not implemented for cpp wrapper cpp_wrapper_cpu.py:2813 Two parts. 1. Implement CppWrapperCpu.codegen_invoke_subgraph . The class already has a complete subgraph-inlining…

Summary assembled by rule from the sources below

Why it's spreading

Sources