-
Notifications
You must be signed in to change notification settings - Fork 520
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 meta-function for fbgemm.batched_unary_embeddings #1971
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs canceled.
|
This pull request was exported from Phabricator. Differential Revision: D48687660 |
This pull request was exported from Phabricator. Differential Revision: D48687660 |
Summary: Pull Request resolved: pytorch#1971 Meta-function is required for PT2 Inductor compilation of the models containing the `fbgemm.batched_unary_embeddings` op. Here we're adding the meta-function. Differential Revision: D48687660 fbshipit-source-id: 4b369466f85487621258baeaa8421abcf556363d
9e55921
to
0444e14
Compare
This pull request was exported from Phabricator. Differential Revision: D48687660 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D48687660 |
0444e14
to
8be98ba
Compare
Summary: Pull Request resolved: pytorch#1971 Meta-function is required for PT2 Inductor compilation of the models containing the `fbgemm.batched_unary_embeddings` op. Here we're adding the meta-function. Differential Revision: D48687660 fbshipit-source-id: f01c6ad4d69df47b46da031ea4f004b26a69a1c6
This pull request was exported from Phabricator. Differential Revision: D48687660 |
Summary: Pull Request resolved: pytorch#1971 Meta-function is required for PT2 Inductor compilation of the models containing the `fbgemm.batched_unary_embeddings` op. Here we're adding the meta-function. Differential Revision: D48687660 fbshipit-source-id: 5dc78e33e8bbf10c9e48c410c251dd2ab70be8f8
8be98ba
to
ee7b471
Compare
Summary: Pull Request resolved: pytorch#1971 Meta-function is required for PT2 Inductor compilation of the models containing the `fbgemm.batched_unary_embeddings` op. Here we're adding the meta-function. Differential Revision: D48687660 fbshipit-source-id: 85e8880a258a536801a8e5049aa70cba2e17adfd
ee7b471
to
f3820b8
Compare
This pull request was exported from Phabricator. Differential Revision: D48687660 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D48687660 |
Summary: Pull Request resolved: pytorch#1971 Meta-function is required for PT2 Inductor compilation of the models containing the `fbgemm.batched_unary_embeddings` op. Here we're adding the meta-function. Differential Revision: D48687660 fbshipit-source-id: 9c06e4e4eeaca0e7a069c56b50714bd8e80dc86a
f3820b8
to
857797a
Compare
This pull request was exported from Phabricator. Differential Revision: D48687660 |
Summary: Pull Request resolved: pytorch#1971 Meta-function is required for PT2 Inductor compilation of the models containing the `fbgemm.batched_unary_embeddings` op. Here we're adding the meta-function. Differential Revision: D48687660 fbshipit-source-id: 709cd7a773a348d5ba10ea6174d9080fc80441e2
857797a
to
cfdd672
Compare
Summary: Pull Request resolved: pytorch#1970 Meta-function is required for PT2 Inductor compilation of the models containing the `fb.pad_sequence_embeddings` op. Here we're registering the meta-function, building upon the work in D47836480 and D48427195. Differential Revision: D48685641 fbshipit-source-id: 039795ffb3725aec7dd87febfc8adc73871ab436
Summary: Pull Request resolved: pytorch#1971 Meta-function is required for PT2 Inductor compilation of the models containing the `fbgemm.batched_unary_embeddings` op. Here we're adding the meta-function. Differential Revision: D48687660 fbshipit-source-id: ad4d05498a37567d9daa0432029dbc4ac588e934
This pull request was exported from Phabricator. Differential Revision: D48687660 |
cfdd672
to
9bf71db
Compare
This pull request has been merged in b42ff6a. |
Summary: Meta-function is required for PT2 Inductor compilation of the models containing the
fbgemm.batched_unary_embeddings
op. Here we're adding the meta-function.Differential Revision: D48687660