-
Notifications
You must be signed in to change notification settings - Fork 700
Improve the qcomm aot part docs #5868
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/5868
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 8e56591 with merge base e194feb ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D63878765 |
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.
LGTM
| cp -f backends/qualcomm/PyQnnWrapperAdaptor.cpython-310-x86_64-linux-gnu.so $EXECUTORCH_ROOT/backends/qualcomm/python | ||
|
|
||
| # Workaround for fbs files in exir/_serialize | ||
| cp schema/program.fbs exir/_serialize/program.fbs |
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.
Because base dir is build-x86 here.
I think that it could add $EXECUTORCH_ROOT here.
cp $EXECUTORCH_ROOT/schema/program.fbs $EXECUTORCH_ROOT/exir/_serialize/program.fbs
cp $EXECUTORCH_ROOT/schema/scalar_type.fbs $EXECUTORCH_ROOT/exir/_serialize/scalar_type.fbs
backends/qualcomm/scripts/build.sh
Outdated
|
|
||
| rm -f $PRJ_ROOT/backends/qualcomm/python/* | ||
| cp -fv $BUILD_ROOT/backends/qualcomm/Py* "$PRJ_ROOT/backends/qualcomm/python" | ||
| cp "$PRJ_ROOT/schema/program.fbs" "$PRJ_ROOT/exir/_serialize/program.fbs" |
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.
-fv
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.
I need to delegate to @haowhsu-quic , @shewu-quic . Please help. Thanks!
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.
Thank you for helping this.
Summary: the schema file copy is an actual AOT step. It's a workaround but it has been here a while, probably easier to have it as part of the build script instead of manually doing it everytime Differential Revision: D63878765
6a06f1a to
8e56591
Compare
|
This pull request was exported from Phabricator. Differential Revision: D63878765 |
|
This pull request has been merged in 478a9b6. |
|
@pytorchbot cherry-pick --onto release/0.4 -c docs |
Summary: Pull Request resolved: #5868 the schema file copy is an actual AOT step. It's a workaround but it has been here a while, probably easier to have it as part of the build script instead of manually doing it everytime Reviewed By: kirklandsign Differential Revision: D63878765 fbshipit-source-id: 7fc4b848b72e2859364e21cbea3dd1b433d6cd8e (cherry picked from commit 478a9b6)
Cherry picking #5868The cherry pick PR is at #5939 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Improve the qcomm aot part docs (#5868) Summary: Pull Request resolved: #5868 the schema file copy is an actual AOT step. It's a workaround but it has been here a while, probably easier to have it as part of the build script instead of manually doing it everytime Reviewed By: kirklandsign Differential Revision: D63878765 fbshipit-source-id: 7fc4b848b72e2859364e21cbea3dd1b433d6cd8e (cherry picked from commit 478a9b6) Co-authored-by: Chen Lai <chenlai@meta.com>
Summary: the schema file copy is an actual AOT step. It's a workaround but it has been here a while, probably easier to have it as part of the build script instead of manually doing it everytime
Differential Revision: D63878765