PyTorch MergeBot
|
66715767ff
|
Revert "[Dynamo] More robust pyop support, module properties as args (#87020)"
This reverts commit 3c320a5613.
Reverted https://github.com/pytorch/pytorch/pull/87020 on behalf of https://github.com/ZainRizvi due to This appears to have caused two periodic tests to fail
|
2022-10-17 16:02:49 +00:00 |
|
Michael Voznesensky
|
3c320a5613
|
[Dynamo] More robust pyop support, module properties as args (#87020)
Fixes #ISSUE_NUMBER
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87020
Approved by: https://github.com/jansel
|
2022-10-16 02:15:10 +00:00 |
|
Jason Ansel
|
054a2fd6c2
|
Sync changes from pytorch/torchdynamo (#87013)
This updates to:
6380959be2
Generated with:
https://github.com/pytorch/torchdynamo/blob/main/copy_to_core.sh
Pull Request resolved: https://github.com/pytorch/pytorch/pull/87013
Approved by: https://github.com/voznesenskym
|
2022-10-15 21:00:57 +00:00 |
|
Jason Ansel
|
c7c09722ad
|
Move TorchDynamo into PyTorch core (#86461)
Context:
https://github.com/pytorch/torchdynamo/issues/1588
This PR moves [TorchDynamo](https://github.com/pytorch/torchdynamo) and TorchInductor into PyTorch core.
- `torchdynamo` becomes `torch._dynamo`
- `torchinductor` becomes `torch._inductor`
This PR was generated by running `copy_to_core.sh` in https://github.com/pytorch/torchdynamo/pull/1538
Pull Request resolved: https://github.com/pytorch/pytorch/pull/86461
Approved by: https://github.com/voznesenskym
|
2022-10-13 23:18:06 +00:00 |
|