← 返回事件
持续讨论AI发版

trunk/a2ed3ae5b69bb2ec3427f3ca18a27ae1c100b229: Enable torch.compile for RNN modules by default (#185902)

发生了什么

My agent generated the quoted summary below. It is included because it explains the root cause, implementation choice, CI baseline updates, and validation for #149909 . Dynamo previously graph-broke on RNN, GRU, and LSTM modules unless torch._dynamo.config.allow_rnn was enabled manually. This made torch.compile(..., fullgraph=True) fail immediately for these modules. Enable the existing RNN tracing path by default s…

摘要按规则整理自下方来源原文

为什么在扩散

时间线

  1. PyTorch Releases 最先出现PyTorch Releases

来源