Skip to content

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

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

zonglinpeng
Copy link
Contributor

Summary: titled

Differential Revision: D65980636

Copy link

pytorch-bot bot commented Nov 15, 2024

🔗 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 SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

✅ No Failures

As of commit 8004051 with merge base 54feeef (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 15, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65980636

zonglinpeng added a commit to zonglinpeng/executorch that referenced this pull request Nov 15, 2024
Summary:
Pull Request resolved: pytorch#6881

titled

Differential Revision: D65980636
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65980636

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65980636

zonglinpeng added a commit to zonglinpeng/executorch that referenced this pull request Nov 15, 2024
… oss compiler (pytorch#6881)

Summary:
Pull Request resolved: pytorch#6881

titled

Differential Revision: D65980636
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65980636

zonglinpeng added a commit to zonglinpeng/executorch that referenced this pull request Nov 18, 2024
… oss compiler (pytorch#6881)

Summary:
Pull Request resolved: pytorch#6881

titled

Differential Revision: D65980636
zonglinpeng added a commit to zonglinpeng/executorch that referenced this pull request Nov 18, 2024
… oss compiler (pytorch#6881)

Summary:
Pull Request resolved: pytorch#6881

titled

Differential Revision: D65980636
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65980636

@@ -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(
Copy link
Contributor

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?

Copy link
Contributor Author

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

edge_prog_manager = export_to_edge(model, inputs)
cadence_passes = get_cadence_passes(opt_level)

# Run a couple required passes for quant/dequant ops
Copy link
Contributor

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

zonglinpeng added a commit to zonglinpeng/executorch that referenced this pull request Nov 19, 2024
… oss compiler (pytorch#6881)

Summary:

titled

Reviewed By: mcremon-meta

Differential Revision: D65980636
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65980636

@zonglinpeng zonglinpeng added the release notes: backends [DO NOT USE] Changes to any of the backend delegates label Nov 19, 2024
… oss compiler (pytorch#6881)

Summary:

titled

Reviewed By: mcremon-meta

Differential Revision: D65980636
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D65980636

@facebook-github-bot facebook-github-bot merged commit af87283 into pytorch:main Nov 20, 2024
39 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported release notes: backends [DO NOT USE] Changes to any of the backend delegates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants