-
Notifications
You must be signed in to change notification settings - Fork 725
Extend PyBundledModule with extension.BundledModule
#12839
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🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12839
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 1125d78 with merge base ecb639a ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
This PR needs a
|
4a1223c to
cc581ed
Compare
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
cc581ed to
9a1a608
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
9a1a608 to
97617ff
Compare
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
97617ff to
9f30a76
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
9f30a76 to
7b0c4ee
Compare
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
7b0c4ee to
6bd6ef4
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
6bd6ef4 to
7036236
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
7036236 to
232278c
Compare
6a89df7 to
0da468b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
0da468b to
69b6eaa
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
69b6eaa to
9c857da
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
9c857da to
fb5132a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
CMakeLists.txt
Outdated
| ) | ||
|
|
||
| # Build devtools first if needed - some backends depend on protobuf from | ||
| # devtools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you specify which backends require this? :0
Can we try move this before line 426, if(EXECUTORCH_BUILD_PYBIND AND APPLE), the error in apple pybindings seems to be related to protobuf.
Line 426 in 365d4c1
| if(EXECUTORCH_BUILD_PYBIND AND APPLE) |
CMake Error at backends/apple/coreml/CMakeLists.txt:215 (add_subdirectory):
add_subdirectory given source
"/Users/runner/work/executorch/executorch/pytorch/executorch/backends/apple/coreml/third-party/coremltools/deps/protobuf/cmake"
which is not an existing directory.
CMake Error at tools/cmake/Utils.cmake:36 (target_link_options):
Cannot specify link options for target "libprotobuf-lite" which is not
built by this project.
Call Stack (most recent call first):
tools/cmake/Utils.cmake:54 (executorch_macos_kernel_link_options)
backends/apple/coreml/CMakeLists.txt:219 (executorch_target_link_options_shared_lib)
CMake Error at backends/apple/coreml/CMakeLists.txt:246 (target_compile_options):
Cannot specify compile options for target "libprotobuf-lite" which is not
built by this project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reasonable point! Let me try that
fb5132a to
a976302
Compare
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Differential Revision: D78938344
a976302 to
47e65b7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Reviewed By: lucylq Differential Revision: D78938344
47e65b7 to
f32194f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
f32194f to
9b3f8c0
Compare
Summary: Pull Request resolved: pytorch#12839 Reviewed By: lucylq Differential Revision: D78938344
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Summary: Pull Request resolved: pytorch#12839 Reviewed By: lucylq Differential Revision: D78938344
9b3f8c0 to
1125d78
Compare
|
This pull request was exported from Phabricator. Differential Revision: D78938344 |
Differential Revision: D78938344 Pull Request resolved: pytorch#12839
Differential Revision: D78938344