-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Automatically extern C extension modules in torch.package #74702
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 23dfb00 (more details on the Dr. CI page):
🕵️ 3 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
343f248 to
f7ed3a9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
f7ed3a9 to
6d6b1b7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
6d6b1b7 to
d08ea1b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
d08ea1b to
becf6b6
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
becf6b6 to
235e0b2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
235e0b2 to
236d4bb
Compare
236d4bb to
6764bac
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
6764bac to
412837c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
412837c to
cd211e9
Compare
) Summary: Pull Request resolved: pytorch#74702 - add flag in constructor. - add if condition routing to extern c-extension in method `_intern_module`. - add unit test for the new condition. Test Plan: Imported from OSS Reviewed By: PaliC Differential Revision: D35124731 fbshipit-source-id: 6b1a771d47216cf3cde986b179232d82b30a225d
|
This pull request was exported from Phabricator. Differential Revision: D35124731 |
cd211e9 to
23dfb00
Compare
Summary: Pull Request resolved: #74702 - add flag in constructor. - add if condition routing to extern c-extension in method `_intern_module`. - add unit test for the new condition. Test Plan: Imported from OSS Reviewed By: PaliC Differential Revision: D35124731 fbshipit-source-id: a4b7fdf3210e0ad4bfd1ea30fd94595d10405987
|
This pull request has been reverted by 58f78ff. To re-land this change, please open another pull request, assignthe same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk). |
|
This pull request has been reverted by 58f78ff. To re-land this change, please open another pull request, assignthe same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk). |
) Summary: Pull Request resolved: pytorch#74702 - add flag in constructor. - add if condition routing to extern c-extension in method _intern_module. - add unit test for the new condition. Test Plan: Added test case in `test_dependency_api.py` Differential Revision: D35456204 fbshipit-source-id: d637aeb8e523ffff711158518c822b7e74287d00
Summary:
_intern_module.