count_nonzero with requires grad#50866
count_nonzero with requires grad#50866narain1 wants to merge 3 commits intopytorch:masterfrom narain1:contrib
Conversation
|
Hi @narain1! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #50866 +/- ##
==========================================
- Coverage 81.02% 81.01% -0.01%
==========================================
Files 1916 1916
Lines 209287 209287
==========================================
- Hits 169568 169558 -10
- Misses 39719 39729 +10 |
albanD
left a comment
There was a problem hiding this comment.
Thanks for the quick PR!
facebook-github-bot
left a comment
There was a problem hiding this comment.
@albanD has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
will these changes also reflect on the XLA branch? |
|
This is the same code used by xla yes. Also the changes you pushed are unrelated right? I will remove them from the PR before landing. |
|
Yeah the last commit was a pr for a different issue I'm still figuring out to remove it😑 |
|
You can either:
|
|
No worries. |
Summary: Fixes pytorch#50792 fixes `count_nonzero` for tensors with requires_grad and also includes test Pull Request resolved: pytorch#50866 Reviewed By: ejguan Differential Revision: D25996202 Pulled By: albanD fbshipit-source-id: 61f2d7d62dd04e574a65ad03ef3a358b141fbae7
Fixes #50792
fixes
count_nonzerofor tensors with requires_grad and also includes test