-
Notifications
You must be signed in to change notification settings - Fork 579
support filling partial rows from backend #4158
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
Conversation
✅ 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: D75048595 |
7d0a9b5
to
ab1e637
Compare
Summary: X-link: facebookresearch/FBGEMM#1238 change set 1. After enabling optimizer offloading, when read optimizer out, we want to only read the tailing bytes out instead of the whole value field. This isn't supported in EmbeddingRocksdb before, add it here. 2. Once we have the functionality above, we dont need to call .narrow() or .continuous() on the output tensor anymore, remove those 3. We don't need optimizer chunking anymore(Ideally we can just return PMT to the checkpoint and let it handle KVT the same way as for weights) 4. fix UT bugs for constructing kv zch ssd tbe Differential Revision: D75048595
Summary: X-link: facebookresearch/FBGEMM#1238 change set 1. After enabling optimizer offloading, when read optimizer out, we want to only read the tailing bytes out instead of the whole value field. This isn't supported in EmbeddingRocksdb before, add it here. 2. Once we have the functionality above, we dont need to call .narrow() or .continuous() on the output tensor anymore, remove those 3. We don't need optimizer chunking anymore(Ideally we can just return PMT to the checkpoint and let it handle KVT the same way as for weights) 4. fix UT bugs for constructing kv zch ssd tbe Differential Revision: D75048595
ab1e637
to
99365a4
Compare
This pull request was exported from Phabricator. Differential Revision: D75048595 |
Summary: Pull Request resolved: pytorch#4158 X-link: facebookresearch/FBGEMM#1238 change set 1. After enabling optimizer offloading, when read optimizer out, we want to only read the tailing bytes out instead of the whole value field. This isn't supported in EmbeddingRocksdb before, add it here. 2. Once we have the functionality above, we dont need to call .narrow() or .continuous() on the output tensor anymore, remove those 3. We don't need optimizer chunking anymore(Ideally we can just return PMT to the checkpoint and let it handle KVT the same way as for weights) 4. fix UT bugs for constructing kv zch ssd tbe Differential Revision: D75048595
99365a4
to
298e192
Compare
This pull request was exported from Phabricator. Differential Revision: D75048595 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D75048595 |
Summary: Pull Request resolved: pytorch#4158 X-link: facebookresearch/FBGEMM#1238 change set 1. After enabling optimizer offloading, when read optimizer out, we want to only read the tailing bytes out instead of the whole value field. This isn't supported in EmbeddingRocksdb before, add it here. 2. Once we have the functionality above, we dont need to call .narrow() or .continuous() on the output tensor anymore, remove those 3. We don't need optimizer chunking anymore(Ideally we can just return PMT to the checkpoint and let it handle KVT the same way as for weights) 4. fix UT bugs for constructing kv zch ssd tbe Differential Revision: D75048595
This pull request was exported from Phabricator. Differential Revision: D75048595 |
298e192
to
72411d4
Compare
This pull request has been merged in d68987c. |
Summary:
change set
Differential Revision: D75048595