-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[ONNX] Bool inputs to index_put updated symbolic #46866
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
[ONNX] Bool inputs to index_put updated symbolic #46866
Conversation
Codecov Report
@@ Coverage Diff @@
## master #46866 +/- ##
=======================================
Coverage 80.79% 80.79%
=======================================
Files 1809 1809
Lines 190035 190017 -18
=======================================
- Hits 153540 153526 -14
+ Misses 36495 36491 -4 |
💊 CI failures summary and remediationsAs of commit b0b471e (more details on the Dr. CI page):
ci.pytorch.org: 1 failedcodecov.io: 1 failed
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 or post in the (internal) Dr. CI Users group. This comment has been revised 24 times. |
…kare/bool-input-scripting
…kare/bool-input-scripting
…kare/bool-input-scripting
…ubhambhokare1/pytorch into sbhokare/bool-input-scripting
…kare/bool-input-scripting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bzinodev has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bzinodev has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Cases with bool inputs to index_put nodes were handled for tracing purposes. This PR adds support for similar situations in scripting