-
Notifications
You must be signed in to change notification settings - Fork 537
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
Optimize the cache fetch for forward split, pt. 2 #2217
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: D51995949 |
8476bb5
to
08edaa0
Compare
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Differential Revision: D51995949
This pull request was exported from Phabricator. Differential Revision: D51995949 |
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Differential Revision: D51995949
This pull request was exported from Phabricator. Differential Revision: D51995949 |
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Differential Revision: D51995949
08edaa0
to
93e55e6
Compare
This pull request was exported from Phabricator. Differential Revision: D51995949 |
93e55e6
to
1993310
Compare
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Differential Revision: D51995949
This pull request was exported from Phabricator. Differential Revision: D51995949 |
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Differential Revision: D51995949
This pull request was exported from Phabricator. Differential Revision: D51995949 |
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Differential Revision: D51995949
1993310
to
333dc93
Compare
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Differential Revision: D51995949
This pull request was exported from Phabricator. Differential Revision: D51995949 |
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Differential Revision: D51995949
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Differential Revision: D51995949
This pull request was exported from Phabricator. Differential Revision: D51995949 |
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Reviewed By: sryap Differential Revision: D51995949
This pull request was exported from Phabricator. Differential Revision: D51995949 |
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Reviewed By: sryap Differential Revision: D51995949
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Reviewed By: sryap Differential Revision: D51995949
This pull request was exported from Phabricator. Differential Revision: D51995949 |
Summary: This follows up the work on D51865590 by plumbing the `uvm_cache_stats` argument passing up to the Python API level. `local_uvm_cache_stats` is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step. Reviewed By: sryap Differential Revision: D51995949
This pull request was exported from Phabricator. Differential Revision: D51995949 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D51995949 |
This pull request has been merged in 86bf95d. |
This pull request has been reverted by 7cee6e3. |
Summary: This follows up the work on D51865590 by plumbing the
uvm_cache_stats
argument passing up to the Python API level.local_uvm_cache_stats
is now zeroed out before the prefetch step as opposed to after, to allow for the data to be passed into the forward step.Differential Revision: D51995949