-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[NNC] Fixing a bug in simplifier #58291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
[ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 22dfe5a (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no 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 to the (internal) Dr. CI Users group. |
@navahgar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This bug manifests when multiplying a polynomial by a term. It was because the scalar from the polynomial was not multiplied by the entire term, instead it was multiplied only by the scalar in the term. Differential Revision: [D28435393](https://our.internmc.facebook.com/intern/diff/D28435393) [ghstack-poisoned]
@navahgar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This bug manifests when multiplying a polynomial by a term. It was because the scalar from the polynomial was not multiplied by the entire term, instead it was multiplied only by the scalar in the term. Differential Revision: [D28435393](https://our.internmc.facebook.com/intern/diff/D28435393) [ghstack-poisoned]
@navahgar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
This bug manifests when multiplying a polynomial by a term. It was because the scalar from the polynomial was not multiplied by the entire term, instead it was multiplied only by the scalar in the term. Differential Revision: [D28435393](https://our.internmc.facebook.com/intern/diff/D28435393) [ghstack-poisoned]
@navahgar has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Summary: Pull Request resolved: pytorch#58291 Test Plan: Imported from OSS Reviewed By: bertmaher Differential Revision: D28435393 Pulled By: navahgar fbshipit-source-id: 517e47385a93a43d2ddf054382adc81c18484066
Stack from ghstack:
This bug manifests when multiplying a polynomial by a term. It was because the scalar from the polynomial was not multiplied by the entire term, instead it was multiplied only by the scalar in the term.
Differential Revision: D28435393