-
Notifications
You must be signed in to change notification settings - Fork 537
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
create cumem_utils_cpu and add to all_deps_cpu #2215
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs canceled.
|
This pull request was exported from Phabricator. Differential Revision: D52176309 |
dd75910
to
3bec083
Compare
Summary: Fix Could not find any similar ops to fbgemm::new_unified_tensor.: P876042425 At model loading using IntNBitTableBatchedEmbeddingBagsCodegen, we got Could not find any similar ops to fbgemm::new_unified_tensor. P876042425 The error line https://fburl.com/code/j41vcjg1 means we lack dependency of new_unified_tensor in full cpu predictor build. This diff adds the dep. Reviewed By: jiayisuse Differential Revision: D52176309
This pull request was exported from Phabricator. Differential Revision: D52176309 |
3bec083
to
fde97a6
Compare
Summary: Fix Could not find any similar ops to fbgemm::new_unified_tensor.: P876042425 At model loading using IntNBitTableBatchedEmbeddingBagsCodegen, we got Could not find any similar ops to fbgemm::new_unified_tensor. P876042425 The error line https://fburl.com/code/j41vcjg1 means we lack dependency of new_unified_tensor in full cpu predictor build. This diff adds the dep. Reviewed By: jiayisuse Differential Revision: D52176309
This pull request was exported from Phabricator. Differential Revision: D52176309 |
fde97a6
to
08d6322
Compare
Summary: Fix Could not find any similar ops to fbgemm::new_unified_tensor.: P876042425 At model loading using IntNBitTableBatchedEmbeddingBagsCodegen, we got Could not find any similar ops to fbgemm::new_unified_tensor. P876042425 The error line https://fburl.com/code/j41vcjg1 means we lack dependency of new_unified_tensor in full cpu predictor build. This diff adds the dep. Reviewed By: jiayisuse Differential Revision: D52176309
This pull request was exported from Phabricator. Differential Revision: D52176309 |
08d6322
to
dd3ecbc
Compare
Summary: Fix Could not find any similar ops to fbgemm::new_unified_tensor.: P876042425 At model loading using IntNBitTableBatchedEmbeddingBagsCodegen, we got Could not find any similar ops to fbgemm::new_unified_tensor. P876042425 The error line https://fburl.com/code/j41vcjg1 means we lack dependency of new_unified_tensor in full cpu predictor build. This diff adds the dep. Reviewed By: jiayisuse Differential Revision: D52176309
This pull request was exported from Phabricator. Differential Revision: D52176309 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D52176309 |
Summary: Fix Could not find any similar ops to fbgemm::new_unified_tensor.: P876042425 At model loading using IntNBitTableBatchedEmbeddingBagsCodegen, we got Could not find any similar ops to fbgemm::new_unified_tensor. P876042425 The error line https://fburl.com/code/j41vcjg1 means we lack dependency of new_unified_tensor in full cpu predictor build. This diff adds the dep. Reviewed By: jiayisuse Differential Revision: D52176309
dd3ecbc
to
869a393
Compare
Summary: Fix Could not find any similar ops to fbgemm::new_unified_tensor.: P876042425 At model loading using IntNBitTableBatchedEmbeddingBagsCodegen, we got Could not find any similar ops to fbgemm::new_unified_tensor. P876042425 The error line https://fburl.com/code/j41vcjg1 means we lack dependency of new_unified_tensor in full cpu predictor build. This diff adds the dep. Reviewed By: jiayisuse Differential Revision: D52176309
This pull request was exported from Phabricator. Differential Revision: D52176309 |
869a393
to
c02034d
Compare
This pull request was exported from Phabricator. Differential Revision: D52176309 |
This pull request has been merged in 25f5ed5. |
Summary:
Fix Could not find any similar ops to fbgemm::new_unified_tensor.: P876042425
At model loading using IntNBitTableBatchedEmbeddingBagsCodegen, we got Could not find any similar ops to fbgemm::new_unified_tensor.
P876042425
The error line https://fburl.com/code/j41vcjg1 means we lack dependency of new_unified_tensor in full cpu predictor build. This diff adds the dep.
Reviewed By: jiayisuse
Differential Revision: D52176309