-
Notifications
You must be signed in to change notification settings - Fork 632
Add tracking and streaming logic to SplitTableBatchedEmbeddingBagsCodegen #4741
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
base: main
Are you sure you want to change the base?
Conversation
Differential Revision: D79192671
✅ 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: D78438757 |
44ad850
to
603cd3d
Compare
…egen (pytorch#4741) Summary: X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
603cd3d
to
7893c00
Compare
…egen (pytorch#4741) Summary: X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
This pull request was exported from Phabricator. Differential Revision: D78438757 |
…egen (pytorch#4741) Summary: Pull Request resolved: pytorch#4741 X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
7893c00
to
5e66106
Compare
This pull request was exported from Phabricator. Differential Revision: D78438757 |
…egen (pytorch#4741) Summary: Pull Request resolved: pytorch#4741 X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
c24034b
to
a84f568
Compare
…egen (pytorch#4741) Summary: X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
…egen (pytorch#4741) Summary: X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
a84f568
to
8876f3e
Compare
This pull request was exported from Phabricator. Differential Revision: D78438757 |
…egen (pytorch#4741) Summary: Pull Request resolved: pytorch#4741 X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
8876f3e
to
40a5530
Compare
This pull request was exported from Phabricator. Differential Revision: D78438757 |
…egen (pytorch#4741) Summary: Pull Request resolved: pytorch#4741 X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
dbe6dcf
to
b3ccd68
Compare
…egen (pytorch#4741) Summary: X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
…egen (pytorch#4741) Summary: X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
b3ccd68
to
0c96333
Compare
This pull request was exported from Phabricator. Differential Revision: D78438757 |
…egen (pytorch#4741) Summary: Pull Request resolved: pytorch#4741 X-link: facebookresearch/FBGEMM#1762 It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3 It tries to 1. store the updated ids/count 2. next iteration streams out the updated embeddings and ids, before the embedding cache are populated again. the prefetch pipeline logic also the same to SSDTBE. Differential Revision: D78438757
This pull request was exported from Phabricator. Differential Revision: D78438757 |
0c96333
to
4b83779
Compare
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/1762
It follows similar logic to SSD TBE https://fburl.com/code/fxdcxma3
It tries to
the prefetch pipeline logic also the same to SSDTBE.
Differential Revision: D78438757