Skip to content

Conversation

@nickgg
Copy link
Contributor

@nickgg nickgg commented Apr 7, 2020

Add support for the TensorExpr IR Simplifier to factorize common terms on either side of a Div node. e.g. (8 * x) / (4 * y) => (2 * x) / y.

@nickgg nickgg requested a review from apaszke as a code owner April 7, 2020 18:13
@nickgg nickgg requested review from ZolotukhinM and zheng-xq April 7, 2020 18:13
@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Apr 7, 2020
@dr-ci
Copy link

dr-ci bot commented Apr 7, 2020

💊 CircleCI build failures summary and remediations

As of commit 49ce742 (more details on the Dr. CI page):


💚 💚 Looks good so far! There are no CircleCI failures yet. 💚 💚


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker.

See how this bot performed.

This comment has been revised 6 times.

Copy link

@ZolotukhinM ZolotukhinM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nickgg is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@nickgg nickgg force-pushed the divSimplification branch from 9d70f22 to 49ce742 Compare April 8, 2020 16:35
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nickgg is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@nickgg merged this pull request in 195362d.

ashishfarmer pushed a commit to ashishfarmer/pytorch that referenced this pull request Apr 13, 2020
Summary:
Add support for the TensorExpr IR Simplifier to factorize common terms on either side of a Div node. e.g. `(8 * x) / (4 * y) => (2 * x) / y`.
Pull Request resolved: pytorch#36154

Differential Revision: D20910580

Pulled By: nickgg

fbshipit-source-id: ee071d93bc4711b1e710be312de599d18ab506f3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants