pytorch
76f440f2 - [dynamo] Rewrite inplace addcdiv and inplace add (#90330)

Commit
2 years ago
[dynamo] Rewrite inplace addcdiv and inplace add (#90330) Rewrite inplace addcdiv to a div, mul and inplace add to avoid graph break Rewrite inplace add to a mul and inplace add to avoid graph break Needed to close optimizer graph breaks Pull Request resolved: https://github.com/pytorch/pytorch/pull/90330 Approved by: https://github.com/jansel
Author
Committer
Parents
Loading