← Back to events
ActiveAIRelease

trunk/4a053096707d3eb77d814636c1f1f24fe5df2a33: [dynamo] Preserve is_inference in after-AOT repros (#193565)

What happened

After-AOT repro generation receives is_inference through the compiler kwargs but drops it while dumping and replaying the graph. When an inference compilation fails with repro_after="aot", the generated repro therefore recompiles the graph with compile_fx_inner's default is_inference=False, potentially changing its behavior and preventing the original failure from reproducing. Propagate is_inference through graph du…

Summary assembled by rule from the sources below

Why it's spreading

Sources