-
Notifications
You must be signed in to change notification settings - Fork 520
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. 2B #2282
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: D53033916 |
Summary: This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Differential Revision: D53033916
This pull request was exported from Phabricator. Differential Revision: D53033916 |
Summary: This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Differential Revision: D53033916
This pull request was exported from Phabricator. Differential Revision: D53033916 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D53033916 |
Summary: This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Differential Revision: D53033916
This pull request was exported from Phabricator. Differential Revision: D53033916 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D53033916 |
Summary: This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Differential Revision: D53033916
This pull request was exported from Phabricator. Differential Revision: D53033916 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D53033916 |
Summary: Pull Request resolved: pytorch#2282 This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Differential Revision: D53033916 fbshipit-source-id: 3611011ac93198d1b7a4b479f3af3322eb19e0f2
Summary: This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Differential Revision: D53033916
This pull request was exported from Phabricator. Differential Revision: D53033916 |
Summary: This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Differential Revision: D53033916
This pull request was exported from Phabricator. Differential Revision: D53033916 |
Summary: This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Differential Revision: D53033916
This pull request was exported from Phabricator. Differential Revision: D53033916 |
Summary: This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Reviewed By: spcyppt Differential Revision: D53033916
This pull request was exported from Phabricator. Differential Revision: D53033916 |
Summary: This follows up the work on D51865590 and D52679387 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. This is a re-attempt of landing D51995949 with additions copied from D52670550 Reviewed By: spcyppt Differential Revision: D53033916
This pull request was exported from Phabricator. Differential Revision: D53033916 |
This pull request has been merged in c8cb1a2. |
Summary:
This follows up the work on D51865590 and D52679387 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.This is a re-attempt of landing D51995949 with additions copied from D52670550
Differential Revision: D53033916