pytorch
5013b9ec - Refactor OptimizeIndexing to make it more extensible

Commit
2 years ago
Refactor OptimizeIndexing to make it more extensible This PR decouples the logic necessary to compute bounds on variables from the logic that uses this info to perform the strenght analysis on int64 variables. While doing so, it tries to minimize the number of attributes of the class in favour of local variables. This class is now accessible from any `LoopBody` object. ghstack-source-id: 15ce3bcd956e5fce3f443166312b0adb208f9ec3 Pull Request resolved: https://github.com/pytorch/pytorch/pull/100549
Author
Parents
Loading