pytorch
eff28d61 - [JIT SSA] Allow updating shape functions without recompilation (#83629)

Commit
3 years ago
[JIT SSA] Allow updating shape functions without recompilation (#83629) In order to avoid extra round trips, and avoid confusion in places such as this to manually pull in the latest copy of the shape_functions.py file This also fixes the cases where people pull in the wrong version of the file. This can happen in cases such as when developers run `python setup.py install` instead of `python setup.py develop` to generate their current copy of Pytorch. Pull Request resolved: https://github.com/pytorch/pytorch/pull/83629 Approved by: https://github.com/davidberard98
Author
Committer
Parents
Loading