PyTorch MergeBot
|
3481c2aec4
|
Revert "[dynamo] save/restore system random state more carefully (#145750)"
This reverts commit e3d3f2b22e.
Reverted https://github.com/pytorch/pytorch/pull/145750 on behalf of https://github.com/eellison due to bisected perf regression ([comment](https://github.com/pytorch/pytorch/pull/145750#issuecomment-2620028414))
|
2025-01-28 20:51:07 +00:00 |
|
William Wen
|
e3d3f2b22e
|
[dynamo] save/restore system random state more carefully (#145750)
Reattempt of https://github.com/pytorch/pytorch/pull/145435 since the state of the linked internal diff appears to be messed up.
Note: I have verified that the previously failing internal tests now pass internally.
Differential Revision: [D68723334](https://our.internmc.facebook.com/intern/diff/D68723334)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/145750
Approved by: https://github.com/StrongerXi
|
2025-01-28 01:34:13 +00:00 |
|
Animesh Jain
|
594162f7ab
|
[dynamo] Support reading attributes from pybind objects (#134630)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/134630
Approved by: https://github.com/jansel
|
2024-08-29 15:06:52 +00:00 |
|
William Wen
|
ae4e866bba
|
[dynamo] refactor CacheEntry and ExtraState to eval_frame.c to C++ (#118438)
Part of implementing CacheEntry invalidation to fix https://github.com/pytorch/pytorch/issues/112090.
Changes:
- Move CacheEntry and ExtraState to C++
- Use pybind to control reference counting
- Use std::list instead of manually implementing a linked list
Pull Request resolved: https://github.com/pytorch/pytorch/pull/118438
Approved by: https://github.com/jansel
|
2024-02-06 20:48:11 +00:00 |
|