-
Notifications
You must be signed in to change notification settings - Fork 617
torch.ops.fbgemm.scatter_add_along_first_dim
..
#3720
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
✅ Deploy Preview for pytorch-fbgemm-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This pull request was exported from Phabricator. Differential Revision: D69957147 |
This pull request was exported from Phabricator. Differential Revision: D69957147 |
Summary: Pull Request resolved: pytorch#3720 X-link: facebookresearch/FBGEMM#804 TMA based scatter_add operation optimized for large shapes. Hyperparameters could be finetuned for better performance. However, the expected headroom is small. Differential Revision: D69957147
0530e4d
to
6fe701c
Compare
This pull request was exported from Phabricator. Differential Revision: D69957147 |
Summary: Pull Request resolved: pytorch#3720 X-link: facebookresearch/FBGEMM#804 TMA based scatter_add operation optimized for large shapes. Hyperparameters could be finetuned for better performance. However, the expected headroom is small. Differential Revision: D69957147
6fe701c
to
d0e2dd1
Compare
This pull request was exported from Phabricator. Differential Revision: D69957147 |
Summary: Pull Request resolved: pytorch#3720 X-link: facebookresearch/FBGEMM#804 TMA based scatter_add operation optimized for large shapes. Hyperparameters could be finetuned for better performance. However, the expected headroom is small. Differential Revision: D69957147
d0e2dd1
to
e1205d9
Compare
This pull request was exported from Phabricator. Differential Revision: D69957147 |
Summary: Pull Request resolved: pytorch#3720 X-link: facebookresearch/FBGEMM#804 TMA based scatter_add operation optimized for large shapes. Hyperparameters could be finetuned for better performance. However, the expected headroom is small. Differential Revision: D69957147
e1205d9
to
0caeb27
Compare
This pull request was exported from Phabricator. Differential Revision: D69957147 |
Summary: Pull Request resolved: pytorch#3720 X-link: facebookresearch/FBGEMM#804 TMA based scatter_add operation optimized for large shapes. Hyperparameters could be finetuned for better performance. However, the expected headroom is small. Differential Revision: D69957147
0caeb27
to
5b7b851
Compare
This pull request was exported from Phabricator. Differential Revision: D69957147 |
Summary: Pull Request resolved: pytorch#3720 X-link: facebookresearch/FBGEMM#804 TMA based scatter_add operation optimized for large shapes. Hyperparameters could be finetuned for better performance. However, the expected headroom is small. Differential Revision: D69957147
5b7b851
to
747fa7c
Compare
This pull request was exported from Phabricator. Differential Revision: D69957147 |
Summary: Pull Request resolved: pytorch#3720 X-link: facebookresearch/FBGEMM#804 TMA based scatter_add operation optimized for large shapes. Hyperparameters could be finetuned for better performance. However, the expected headroom is small. Differential Revision: D69957147
747fa7c
to
53adc0f
Compare
Summary: Pull Request resolved: pytorch#3720 X-link: facebookresearch/FBGEMM#804 TMA based scatter_add operation optimized for large shapes. Hyperparameters could be finetuned for better performance. However, the expected headroom is small. Reviewed By: jianyuh Differential Revision: D69957147
This pull request was exported from Phabricator. Differential Revision: D69957147 |
53adc0f
to
2a35571
Compare
This pull request has been merged in 221c2aa. |
Summary: X-link: pytorch#3720 Pull Request resolved: facebookresearch/FBGEMM#804 TMA based scatter_add operation optimized for large shapes. Hyperparameters could be finetuned for better performance. However, the expected headroom is small. Reviewed By: jianyuh Differential Revision: D69957147 fbshipit-source-id: 17aefbeb379976b651e7abd123b885d48d479d1a
Summary:
TMA based scatter_add operation optimized for large shapes.
Hyperparameters could be finetuned for better performance. However, the expected headroom is small.
Differential Revision: D69957147