pytorch
d068849c - - Fixed memory leak in ir_simplifier.cpp (#71285)

Commit
3 years ago
- Fixed memory leak in ir_simplifier.cpp (#71285) Summary: The leak was causing long running inference loops to exhaust system memory. I tracked down the issue and noted that ModRound can be copied by value without worrying about a performance hit. I originally branched from release/1.10 and made these changes. This commit includes the same changes but from master as requested in the original PR https://github.com/pytorch/pytorch/pull/71077 Pull Request resolved: https://github.com/pytorch/pytorch/pull/71285 Reviewed By: wenleix Differential Revision: D33575821 Pulled By: ZolotukhinM fbshipit-source-id: 64333f6cbb2c222f05481499c9cae4c7e0116af6
Author
SeanTasker
Parents
Loading