DOC: Add missing args for index_add#38213
Conversation
|
Great! Please note, the original issue mentioned several similar functions. Make sure you apply it to all of them. They should be above and below this one in the file. |
@danpovey I added it for other functions to the best of my knowledge, let me know if I've missed something, also tagging @ngimel for review |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@ngimel has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
💊 CI failures summary and remediationsAs of commit 201722a (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis 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. This comment has been revised 1 time. |
Summary: Fix pytorch#37752 by updating `index_add`documentation as suggested by danpovey Pull Request resolved: pytorch#38213 Reviewed By: ilia-cher Differential Revision: D21506728 Pulled By: ngimel fbshipit-source-id: 3c08bc3743cd4ba8c0c97b7d359d35e82f0127ac
Fix #37752 by updating
index_adddocumentation as suggested by @danpovey