viable/strict/1788771294: [dynamo] Preserve is_inference in after-AOT repros (#193565)
- PyTorch 近 90 天出现 622 次
- PyTorch 近 90 天第 616 次发版
- 上一次:同一天稍早 · viable/strict/1788770324: [torchcomms hash update] update the pinned torchcomms hash (#196181)
发生了什么
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…
摘要按规则整理自下方来源原文