-
Notifications
You must be signed in to change notification settings - Fork 24.9k
clarify implementation of check_grad_usage #64439
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
1) remove unused fully_implemented 2) rename used_grad to uses_grad and make it a boolean 3) rename used_grads to num_grads_uses 4) add comments explaining what some of the checks mean [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 5bc5c35 (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. |
1) remove unused fully_implemented 2) rename used_grad to uses_grad and make it a boolean 3) rename used_grads to num_grads_uses 4) add comments explaining what some of the checks mean [ghstack-poisoned]
@dagitses has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1) remove unused fully_implemented 2) rename used_grad to uses_grad and make it a boolean 3) rename used_grads to num_grads_uses 4) add comments explaining what some of the checks mean Differential Revision: [D30733904](https://our.internmc.facebook.com/intern/diff/D30733904) [ghstack-poisoned]
@dagitses 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.
Nice cleanup, thanks!
1) remove unused fully_implemented 2) rename used_grad to uses_grad and make it a boolean 3) rename used_grads to num_grads_uses 4) add comments explaining what some of the checks mean Differential Revision: [D30733904](https://our.internmc.facebook.com/intern/diff/D30733904) [ghstack-poisoned]
@dagitses has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1) remove unused fully_implemented 2) rename used_grad to uses_grad and make it a boolean 3) rename used_grads to num_grads_uses 4) add comments explaining what some of the checks mean Differential Revision: [D30733904](https://our.internmc.facebook.com/intern/diff/D30733904) [ghstack-poisoned]
@dagitses has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1) remove unused fully_implemented 2) rename used_grad to uses_grad and make it a boolean 3) rename used_grads to num_grads_uses 4) add comments explaining what some of the checks mean Differential Revision: [D30733904](https://our.internmc.facebook.com/intern/diff/D30733904) [ghstack-poisoned]
@dagitses has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1) remove unused fully_implemented 2) rename used_grad to uses_grad and make it a boolean 3) rename used_grads to num_grads_uses 4) add comments explaining what some of the checks mean Differential Revision: [D30733904](https://our.internmc.facebook.com/intern/diff/D30733904) [ghstack-poisoned]
@dagitses has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
1) remove unused fully_implemented 2) rename used_grad to uses_grad and make it a boolean 3) rename used_grads to num_grads_uses 4) add comments explaining what some of the checks mean Differential Revision: [D30733904](https://our.internmc.facebook.com/intern/diff/D30733904) [ghstack-poisoned]
@dagitses has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
Stack from ghstack:
Differential Revision: D30733904