Skip to content
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

count_nonzero with requires grad #50866

Closed
wants to merge 3 commits into from
Closed

count_nonzero with requires grad #50866

wants to merge 3 commits into from

Conversation

narain1
Copy link
Contributor

@narain1 narain1 commented Jan 21, 2021

Fixes #50792

fixes count_nonzero for tensors with requires_grad and also includes test

@facebook-github-bot
Copy link
Contributor

Hi @narain1!

Thank you for your pull request and welcome to our community.

Action Required

In 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.

Process

In 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 CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

@ngimel ngimel requested a review from albanD January 21, 2021 04:56
@ngimel ngimel added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Jan 21, 2021
@codecov
Copy link

codecov bot commented Jan 21, 2021

Codecov Report

Merging #50866 (e6441c4) into master (c945a5b) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            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     

Copy link
Collaborator

@albanD albanD left a comment

Choose a reason for hiding this comment

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

Thanks for the quick PR!

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.

@albanD has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@narain1
Copy link
Contributor Author

narain1 commented Jan 22, 2021

will these changes also reflect on the XLA branch?

@albanD
Copy link
Collaborator

albanD commented Jan 22, 2021

This is the same code used by xla yes.
Not sure what is the release cycle on the xla package though.

Also the changes you pushed are unrelated right? I will remove them from the PR before landing.

@narain1
Copy link
Contributor Author

narain1 commented Jan 22, 2021

Yeah the last commit was a pr for a different issue I'm still figuring out to remove it😑

@albanD
Copy link
Collaborator

albanD commented Jan 22, 2021

You can either:

  • do a revert commit and push it in this branch. So that the final diff is correct. And the commit history is removed when landing anyway so we don't care for the extra commits
  • locally remove the commit by checking out the previous commit, then make that the new branch and force push it here.

@narain1 narain1 closed this Jan 22, 2021
facebook-github-bot pushed a commit that referenced this pull request Jan 22, 2021
Summary:
Fixes #50792

fixes `count_nonzero` for tensors with requires_grad and also includes test

Pull Request resolved: #50866

Reviewed By: ejguan

Differential Revision: D25996202

Pulled By: albanD

fbshipit-source-id: 61f2d7d62dd04e574a65ad03ef3a358b141fbae7
@albanD
Copy link
Collaborator

albanD commented Jan 22, 2021

No worries.
I landed a version without the last commit ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

count_nonzero: autograd internal assert failure
5 participants