Skip to content

Qualcomm AI Engine Direct - Deprecate convert_bmm_to_matmul pass #11392

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DannyYuyang-quic
Copy link
Collaborator

Summary

  • delete convert_bmm_to_matmul pass
  • add torch.ops.aten.matmul.default in skip_decomp_table

Test plan

General CI

Summary:
- delete convert_bmm_to_matmul pass
- add torch.ops.aten.matmul.default in skip_decomp_table
@DannyYuyang-quic DannyYuyang-quic requested a review from cccclai as a code owner June 5, 2025 05:39
Copy link

pytorch-bot bot commented Jun 5, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11392

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit c43e821 with merge base aed9c7e (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 Jun 5, 2025
@DannyYuyang-quic
Copy link
Collaborator Author

@pytorchbot label "release notes: qualcomm"

@pytorch-bot pytorch-bot bot added the release notes: qualcomm Changes to the Qualcomm backend delegate label Jun 5, 2025
@DannyYuyang-quic
Copy link
Collaborator Author

DannyYuyang-quic commented Jun 5, 2025

Hi @cccclai,
By including torch.ops.aten.matmul.default in skip_decompositions, we can drop the convert_bmm_to_matmul pass, it’s no longer needed.
Please have a look.
Thanks!

Copy link
Contributor

@cccclai cccclai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@facebook-github-bot
Copy link
Contributor

@cccclai has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@cccclai
Copy link
Contributor

cccclai commented Jun 6, 2025

Hey can you help rebasing?

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. release notes: qualcomm Changes to the Qualcomm backend delegate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants