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 Pin sympy >= 1.13.0 (#130895) 2024-07-20 00:59:24 +00:00
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 [dynamo] add SymNode bitwise and/or (#138777) 2024-11-22 23:36:16 +00:00
singleton_int.py [BE][Easy][19/19] enforce style for empty lines in import segments in torch/[o-z]*/ (#129771) 2024-08-01 17:07:14 +00:00
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