-
Notifications
You must be signed in to change notification settings - Fork 508
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 scaffolding for Python impl_abstract in fbgemm, implement fbgemm.permute_1D_sparse_data #2084
Conversation
✅ Deploy Preview for pytorch-fbgemm-docs canceled.
|
This pull request was exported from Phabricator. Differential Revision: D50563192 |
…permute_1D_sparse_data (pytorch#2084) Summary: This also fixes a minor bug in GPU permute_1D_sparse_data where we need to clone the zero-size tensors to correctly setup (lack of) aliasing. Differential Revision: D50563192
235e97d
to
747cbc3
Compare
This pull request was exported from Phabricator. Differential Revision: D50563192 |
…permute_1D_sparse_data (pytorch#2084) Summary: This also fixes a minor bug in GPU permute_1D_sparse_data where we need to clone the zero-size tensors to correctly setup (lack of) aliasing. Differential Revision: D50563192
747cbc3
to
14b2cae
Compare
This pull request was exported from Phabricator. Differential Revision: D50563192 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D50563192 |
…permute_1D_sparse_data (pytorch#2084) Summary: This also fixes a minor bug in GPU permute_1D_sparse_data where we need to clone the zero-size tensors to correctly setup (lack of) aliasing. Differential Revision: D50563192
14b2cae
to
de712f2
Compare
This pull request was exported from Phabricator. Differential Revision: D50563192 |
…permute_1D_sparse_data (pytorch#2084) Summary: This also fixes a minor bug in GPU permute_1D_sparse_data where we need to clone the zero-size tensors to correctly setup (lack of) aliasing. Reviewed By: sryap Differential Revision: D50563192
de712f2
to
90c747f
Compare
This pull request was exported from Phabricator. Differential Revision: D50563192 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D50563192 |
…permute_1D_sparse_data (pytorch#2084) Summary: This also fixes a minor bug in GPU permute_1D_sparse_data where we need to clone the zero-size tensors to correctly setup (lack of) aliasing. Reviewed By: sryap Differential Revision: D50563192
…permute_1D_sparse_data (pytorch#2084) Summary: This also fixes a minor bug in GPU permute_1D_sparse_data where we need to clone the zero-size tensors to correctly setup (lack of) aliasing. Reviewed By: sryap Differential Revision: D50563192
90c747f
to
f798d76
Compare
This pull request was exported from Phabricator. Differential Revision: D50563192 |
f798d76
to
0c66d73
Compare
This pull request was exported from Phabricator. Differential Revision: D50563192 |
…permute_1D_sparse_data (pytorch#2084) Summary: This also fixes a minor bug in GPU permute_1D_sparse_data where we need to clone the zero-size tensors to correctly setup (lack of) aliasing. Reviewed By: sryap Differential Revision: D50563192
This pull request has been merged in f94254d. |
Differential Revision: D50563192