Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JIT SSA] Allow updating shape functions without recompilation (pytor…
…ch#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: pytorch#83629 Approved by: https://github.com/davidberard98
- Loading branch information