Files
pytorch/torchgen/shape_functions
John Clow eff28d61c9 [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
2022-08-22 18:03:44 +00:00
..