-
Notifications
You must be signed in to change notification settings - Fork 549
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
Add ssd_update_row_addrs #2953
Add ssd_update_row_addrs #2953
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: D60983150 |
This pull request was exported from Phabricator. Differential Revision: D60983150 |
Summary: Pull Request resolved: pytorch#2953 X-link: facebookresearch/FBGEMM#53 When pipeline prefetching is enabled, data in a scratch pad of the current iteration can be moved to L1 or a scratch pad of the next iteration during the prefetch step. `ssd_update_row_addrs` updates the memory addresses of data that is relocated to the correct location. Differential Revision: D60983150
This pull request was exported from Phabricator. Differential Revision: D60983150 |
Summary: Pull Request resolved: pytorch#2953 X-link: facebookresearch/FBGEMM#53 When pipeline prefetching is enabled, data in a scratch pad of the current iteration can be moved to L1 or a scratch pad of the next iteration during the prefetch step. `ssd_update_row_addrs` updates the memory addresses of data that is relocated to the correct location. Differential Revision: D60983150
This pull request was exported from Phabricator. Differential Revision: D60983150 |
Summary: Pull Request resolved: pytorch#2953 X-link: facebookresearch/FBGEMM#53 When pipeline prefetching is enabled, data in a scratch pad of the current iteration can be moved to L1 or a scratch pad of the next iteration during the prefetch step. `ssd_update_row_addrs` updates the memory addresses of data that is relocated to the correct location. Differential Revision: D60983150
Differential Revision: D60413116
Differential Revision: D60812956
Summary: Pull Request resolved: pytorch#2953 X-link: facebookresearch/FBGEMM#53 When pipeline prefetching is enabled, data in a scratch pad of the current iteration can be moved to L1 or a scratch pad of the next iteration during the prefetch step. `ssd_update_row_addrs` updates the memory addresses of data that is relocated to the correct location. Reviewed By: ehsanardestani Differential Revision: D60983150
This pull request was exported from Phabricator. Differential Revision: D60983150 |
d778edb
to
147aedb
Compare
This pull request has been merged in e0b56ac. |
Summary:
When pipeline prefetching is enabled, data in a scratch pad of the
current iteration can be moved to L1 or a scratch pad of the next
iteration during the prefetch step.
ssd_update_row_addrs
updates thememory addresses of data that is relocated to the correct location.
Differential Revision: D60983150