pytorch
10e9d80a - [PyTorch][Static Runtime] Don't track scalar ivalues (#67702)

Commit
4 years ago
[PyTorch][Static Runtime] Don't track scalar ivalues (#67702) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/67702 This isn't a particularly large optimization and it does nothing before select_tensor is introduced (I'm surprised that no operators have optimizable outputs!), but it seems like we should probably get the savings. ghstack-source-id: 143424918 Test Plan: CI; checked `--do_profile=1` ouput with following diff and we save tracking hundreds of values, as expected. Reviewed By: hlu1 Differential Revision: D32112522 fbshipit-source-id: 1804b77992a73670bfc1e36af608b852b8261bd2
Author
Parents
Loading