pytorch
5b3492df - [TensorExpr] Extend arithmetic simplifier to work with multi variable expressions (Attempt 2) (#35415)

Commit
4 years ago
[TensorExpr] Extend arithmetic simplifier to work with multi variable expressions (Attempt 2) (#35415) Summary: https://github.com/pytorch/pytorch/pull/35127 was landed and reverted because I missed a test fail (oops). I have found and fixed the issue, which was due to zero terms being introduced after the point that filtered them out (usually required NAN/INF, e.g. x / INF => 0). See https://github.com/pytorch/pytorch/pull/35127 for more info. Pull Request resolved: https://github.com/pytorch/pytorch/pull/35415 Reviewed By: ZolotukhinM Differential Revision: D20702957 Pulled By: nickgg fbshipit-source-id: 119eb41e9fa676bd78e3d1df99297a47ae312185
Author
Parents
Loading