-
Notifications
You must be signed in to change notification settings - Fork 607
add simply ops to oss, update fuse simply callsites #6881
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
add simply ops to oss, update fuse simply callsites #6881
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6881
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 8004051 with merge base 54feeef ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D65980636 |
e9e5247
to
b1f4f56
Compare
Summary: Pull Request resolved: pytorch#6881 titled Differential Revision: D65980636
This pull request was exported from Phabricator. Differential Revision: D65980636 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D65980636 |
… oss compiler (pytorch#6881) Summary: Pull Request resolved: pytorch#6881 titled Differential Revision: D65980636
b1f4f56
to
d34cec0
Compare
This pull request was exported from Phabricator. Differential Revision: D65980636 |
d34cec0
to
a3cf1dd
Compare
… oss compiler (pytorch#6881) Summary: Pull Request resolved: pytorch#6881 titled Differential Revision: D65980636
… oss compiler (pytorch#6881) Summary: Pull Request resolved: pytorch#6881 titled Differential Revision: D65980636
a3cf1dd
to
e7b40d5
Compare
This pull request was exported from Phabricator. Differential Revision: D65980636 |
backends/cadence/aot/compiler.py
Outdated
@@ -196,7 +197,26 @@ def export_to_edge( | |||
# Export the model and lower it to an EdgeProgramManager (in edge IR), and | |||
# apply passes specific to Cadence DSP execution. Return both to print the | |||
# differences. | |||
def export_to_cadence_edge_executorch( | |||
def export_to_cadence( |
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.
why change the name here?
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.
partitioning this API for passes tests next
backends/cadence/aot/compiler.py
Outdated
edge_prog_manager = export_to_edge(model, inputs) | ||
cadence_passes = get_cadence_passes(opt_level) | ||
|
||
# Run a couple required passes for quant/dequant ops |
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.
probably should update that comment
… oss compiler (pytorch#6881) Summary: titled Reviewed By: mcremon-meta Differential Revision: D65980636
e7b40d5
to
816a02d
Compare
This pull request was exported from Phabricator. Differential Revision: D65980636 |
… oss compiler (pytorch#6881) Summary: titled Reviewed By: mcremon-meta Differential Revision: D65980636
816a02d
to
8004051
Compare
This pull request was exported from Phabricator. Differential Revision: D65980636 |
Summary: titled
Differential Revision: D65980636