-
Notifications
You must be signed in to change notification settings - Fork 654
Adding KVTensorMetaData class #4297
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: D76234753 |
Differential Revision: D76234752
This pull request was exported from Phabricator. Differential Revision: D76234753 |
Summary: Pull Request resolved: pytorch#4297 X-link: facebookresearch/FBGEMM#1373 Context: In the Publish Component, we have aligned to not use the conventional serialization and deserialization. We need to create a KVTensorMetaData object to pass data to the publish component In this Diff: 1. Adding KVTensorMetaData class 2. Adding a generate_kvtensor_metadata function to PartiallyMaterializedTensor class. We will use this to create a KVTensorMeta object given a PMT Object Reviewed By: duduyi2013 Differential Revision: D76234753
71afd24
to
442ff37
Compare
This pull request was exported from Phabricator. Differential Revision: D76234753 |
Summary: Pull Request resolved: pytorch#4297 X-link: facebookresearch/FBGEMM#1373 Context: In the Publish Component, we have aligned to not use the conventional serialization and deserialization. We need to create a KVTensorMetaData object to pass data to the publish component In this Diff: 1. Adding KVTensorMetaData class 2. Adding a generate_kvtensor_metadata function to PartiallyMaterializedTensor class. We will use this to create a KVTensorMeta object given a PMT Object Reviewed By: duduyi2013 Differential Revision: D76234753
442ff37
to
2346915
Compare
This pull request was exported from Phabricator. Differential Revision: D76234753 |
Summary: Pull Request resolved: pytorch#4297 X-link: facebookresearch/FBGEMM#1373 Context: In the Publish Component, we have aligned to not use the conventional serialization and deserialization. We need to create a KVTensorMetaData object to pass data to the publish component In this Diff: 1. Adding KVTensorMetaData class 2. Adding a generate_kvtensor_metadata function to PartiallyMaterializedTensor class. We will use this to create a KVTensorMeta object given a PMT Object Reviewed By: duduyi2013 Differential Revision: D76234753
2346915
to
8ada936
Compare
This pull request was exported from Phabricator. Differential Revision: D76234753 |
8ada936
to
b61968e
Compare
Summary: Pull Request resolved: pytorch#4297 X-link: facebookresearch/FBGEMM#1373 Context: In the Publish Component, we have aligned to not use the conventional serialization and deserialization. We need to create a KVTensorMetaData object to pass data to the publish component In this Diff: 1. Adding KVTensorMetaData class 2. Adding a generate_kvtensor_metadata function to PartiallyMaterializedTensor class. We will use this to create a KVTensorMeta object given a PMT Object Reviewed By: duduyi2013 Differential Revision: D76234753
This pull request was exported from Phabricator. Differential Revision: D76234753 |
Summary: Pull Request resolved: pytorch#4297 X-link: facebookresearch/FBGEMM#1373 Context: In the Publish Component, we have aligned to not use the conventional serialization and deserialization. We need to create a KVTensorMetaData object to pass data to the publish component In this Diff: 1. Adding KVTensorMetaData class 2. Adding a generate_kvtensor_metadata function to PartiallyMaterializedTensor class. We will use this to create a KVTensorMeta object given a PMT Object Reviewed By: duduyi2013 Differential Revision: D76234753
b61968e
to
a93c6c3
Compare
Summary: Pull Request resolved: pytorch#4297 X-link: facebookresearch/FBGEMM#1373 Context: In the Publish Component, we have aligned to not use the conventional serialization and deserialization. We need to create a KVTensorMetaData object to pass data to the publish component In this Diff: 1. Adding KVTensorMetaData class 2. Adding a generate_kvtensor_metadata function to PartiallyMaterializedTensor class. We will use this to create a KVTensorMeta object given a PMT Object Reviewed By: duduyi2013 Differential Revision: D76234753
This pull request was exported from Phabricator. Differential Revision: D76234753 |
a93c6c3
to
1054968
Compare
This pull request has been merged in fadc56e. |
Summary:
X-link: https://github.com/facebookresearch/FBGEMM/pull/1373
Context:
In the Publish Component, we have aligned to not use the conventional serialization and deserialization. We need to create a KVTensorMetaData object to pass data to the publish component
In this Diff:
Differential Revision: D76234753