← Back to events
ActiveAIRelease

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

What happened

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…

Summary assembled by rule from the sources below

Why it's spreading

Timeline

  1. First appeared on PyTorch ReleasesPyTorch Releases

Sources