-
Notifications
You must be signed in to change notification settings - Fork 654
Support prefetch pipeline in bounds_check_indices #4312
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 project configuration. |
This pull request was exported from Phabricator. Differential Revision: D72365505 |
This pull request was exported from Phabricator. Differential Revision: D72365505 |
Summary: Pull Request resolved: pytorch#4312 X-link: facebookresearch/FBGEMM#1174 Frontend of D72343128 This diff reduces the grid dimension of the bounds_check_indices kernel when pipeline prefetching is used (in embedding memory offloading). We need to use the v2 kernel since v1 does not support grid dimension reduction. Reviewed By: jwfromm Differential Revision: D72365505
This pull request was exported from Phabricator. Differential Revision: D72365505 |
Summary: Pull Request resolved: pytorch#4312 X-link: facebookresearch/FBGEMM#1174 Frontend of D72343128 This diff reduces the grid dimension of the bounds_check_indices kernel when pipeline prefetching is used (in embedding memory offloading). We need to use the v2 kernel since v1 does not support grid dimension reduction. Reviewed By: jwfromm Differential Revision: D72365505
Summary: Pull Request resolved: pytorch#4312 X-link: facebookresearch/FBGEMM#1174 Frontend of D72343128 This diff reduces the grid dimension of the bounds_check_indices kernel when pipeline prefetching is used (in embedding memory offloading). We need to use the v2 kernel since v1 does not support grid dimension reduction. Reviewed By: jwfromm Differential Revision: D72365505
This pull request was exported from Phabricator. Differential Revision: D72365505 |
This pull request has been merged in 9bd0892. |
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/1174
Frontend of D72343128
This diff reduces the grid dimension of the bounds_check_indices
kernel when pipeline prefetching is used (in embedding memory
offloading). We need to use the v2 kernel since v1 does not support
grid dimension reduction.
Reviewed By: jwfromm
Differential Revision: D72365505