-
Notifications
You must be signed in to change notification settings - Fork 19
dynamo release notes #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
feel free to merge after moving result_dynamo.md
into the /done folder, thank you!
2.9.0/todo/result_dynamo.md
Outdated
- [dynamo] fix segfault due to dangling CacheEntry backend pointer ([#156527](https://github.com/pytorch/pytorch/pull/156527)) | ||
- [dynamo] fix resume_execution.py KeyError in Python 3.11+ ([#162318](https://github.com/pytorch/pytorch/pull/162318)) | ||
- Fix segfault due to interaction between Dynamo backends and `torch.compiler.reset()` ([#156527](https://github.com/pytorch/pytorch/pull/156527)) | ||
- Fix crash due to bad interaction with recompilations and with blocks in Python 3.11+ (([#162318]https://github.com/pytorch/pytorch/pull/162318)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fix crash due to bad interaction with recompilations and with blocks in Python 3.11+ (([#162318]https://github.com/pytorch/pytorch/pull/162318)) | |
- Fix crash due to bad interaction with recompilations and with blocks in Python 3.11+ ([#162318](https://github.com/pytorch/pytorch/pull/162318)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor nit to fix the hyperlink, otherwise LGTM
No description provided.