-
Notifications
You must be signed in to change notification settings - Fork 749
Arm backend: Add missing __init__.py to passes #8592
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
Arm backend: Add missing __init__.py to passes #8592
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8592
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1cf77cb with merge base 07266f9 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@digantdesai I guess it's safest if you import this and run your internal checks so I don't break anything? |
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1b2deec to
8d9078e
Compare
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Sorry the import tool keeps failing ... |
|
Looks good for internal CI |
ad04193 to
e9426bc
Compare
e9426bc to
4eaf179
Compare
|
Unrelated CI failures. |
4eaf179 to
db3e38d
Compare
|
@digantdesai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
206cde5 to
b92b8bd
Compare
|
LGTM, internal tests are also happy, just rebased, feel free to merge it once the CI is green. Thanks for this, imports are cleaner now :) |
25e17a0 to
268fc7e
Compare
|
@digantdesai I guess you need to import it again? |
backends/arm/_passes missed an init file which caused pyre to not find imports from _passes. Signed-off-by: Oscar Andersson <[email protected]> Change-Id: I80e0c2071844ec0fefeb9fd44f9471ed1be32228
|
Closing this and creating a new one. |
Summary
backends/arm/_passes missed an init file which caused pyre to not find imports from _passes.
cc @digantdesai @freddan80 @per @zingo