Skip to content

Commit

Permalink
sympy.Symbol is a subclass of sympy.Expr (#117857)
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <ezyang@meta.com>

Pull Request resolved: #117857
Approved by: https://github.com/peterbell10
  • Loading branch information
ezyang authored and pytorchmergebot committed Jan 20, 2024
1 parent af83141 commit 5063362
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torch/_inductor/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def _check_tensorbox(nodes):
torch._inductor.ir.ExpandView,
DynamicScalar,
TensorBox,
sympy.Symbol,
sympy.logic.boolalg.Boolean,
Expr,
),
Expand Down

0 comments on commit 5063362

Please sign in to comment.