-
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 SSDScratchPadIndicesQueue #2911
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: D60363607 |
Summary: Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D60363607 |
Summary: Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
Summary: Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
Summary: Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Reviewed By: q10 Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
Summary: Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Reviewed By: q10 Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
Summary: Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Reviewed By: q10 Differential Revision: D60363607
Summary: X-link: facebookresearch/FBGEMM#41 Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D60363607 |
Summary: X-link: facebookresearch/FBGEMM#41 Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
This pull request was exported from Phabricator. Differential Revision: D60363607 |
Summary: X-link: facebookresearch/FBGEMM#41 Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Reviewed By: q10 Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
Summary: X-link: facebookresearch/FBGEMM#41 Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Reviewed By: q10 Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
Summary: X-link: facebookresearch/FBGEMM#41 Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Reviewed By: q10 Differential Revision: D60363607
Summary: X-link: facebookresearch/FBGEMM#41 Pull Request resolved: pytorch#2911 This diff adds `torch.classes.fbgemm.SSDScratchPadIndicesQueue`. It is for storing scratch pad indices (conflict missed indices) from previous iterations. It is used during the L1 cache prefetching step: instead of fetching the missing indices directly from SSD, TBE will lookup the scatch pad index queue first to check whether the missing data is in the scratch pad from the previous iteration. Note that this class only handles scratch pad indices. Scratch pad data is stored outside of this class. Reviewed By: q10 Differential Revision: D60363607
This pull request was exported from Phabricator. Differential Revision: D60363607 |
This pull request has been merged in cefcad3. |
Differential Revision: D60363607