pytorch/torch/utils/_sympy
Isuru Fernando e5f869999c [inductor] Fix ModularIndexing assumptions (#152993)
Fixes https://github.com/pytorch/pytorch/issues/151198.

Since the result of ModularIndexing can be zero due to the modulo
operation, we should not make any assumption about ModularIndexing
being positive

Pull Request resolved: https://github.com/pytorch/pytorch/pull/152993
Approved by: https://github.com/yf225
2025-05-08 18:26:45 +00:00
..
__init__.py
functions.py [inductor] Fix ModularIndexing assumptions (#152993) 2025-05-08 18:26:45 +00:00
interp.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
numbers.py
printers.py [aotinductor] fix std::{min.max} compilation error for sympy expr with multiple args (#150894) 2025-04-11 07:32:47 +00:00
reference.py
singleton_int.py
solve.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
symbol.py PEP585 update - torch/utils (#145201) 2025-01-21 21:04:10 +00:00
value_ranges.py Revert "bound sympy accuracy (#150383)" 2025-04-04 16:26:00 +00:00