-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[PyTorch] Fix quantized linear_unpack ops not being registered issue #74526
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
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit bc16ce9 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D35039381 |
44fc04d to
b8d1084
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35039381 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D35039381 |
5f64399 to
b012a2e
Compare
Summary: This PR consists the following changes: * Get rid of some unused variables, to workaround `-Werror, -Wunused-variables`. * Use Android version of `align_alloc()`. Test Plan: Tested Android build Differential Revision: D35037344 fbshipit-source-id: a3876d1a675b6ec54a92e7386048c9db7b3507b0
…ytorch#74526) Summary: Pull Request resolved: pytorch#74526 PR pytorch#73956 refactored `qlinear_unpack.cpp` and moved it out from the build system. Hence `TORCH_LIBRARY_IMPL` for `qlinear_unpack` ops are missing from the build. This PR adds it back. Test Plan: CI Differential Revision: D35039381 fbshipit-source-id: e633a7cc8cd85bfccfcb6152c144106d2403b679
b012a2e to
bc16ce9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35039381 |
…74526) Summary: Pull Request resolved: #74526 PR #73956 refactored `qlinear_unpack.cpp` and moved it out from the build system. Hence `TORCH_LIBRARY_IMPL` for `qlinear_unpack` ops are missing from the build. This PR adds it back. Test Plan: CI Reviewed By: dzdang Differential Revision: D35039381 fbshipit-source-id: 86f728f15ec8db25445215c34434a05b11c80e3f
|
Hey @larryliu0820. |
…74526) Summary: Pull Request resolved: #74526 PR #73956 refactored `qlinear_unpack.cpp` and moved it out from the build system. Hence `TORCH_LIBRARY_IMPL` for `qlinear_unpack` ops are missing from the build. This PR adds it back. Test Plan: CI Reviewed By: dzdang Differential Revision: D35039381 fbshipit-source-id: 86f728f15ec8db25445215c34434a05b11c80e3f (cherry picked from commit 9cf8c4c)
Summary: PR #73956 refactored
qlinear_unpack.cppand moved it out from the build system. HenceTORCH_LIBRARY_IMPLforqlinear_unpackops are missing from the build. This PR adds it back.Test Plan: CI
Differential Revision: D35039381