Skip to content

Conversation

@DannyYuyang-quic
Copy link
Contributor

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
@pytorch-bot
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
Contributor 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
Contributor 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?

@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.

1 similar comment
@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 cccclai merged commit 7503bb3 into pytorch:main Jun 17, 2025
97 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. release notes: qualcomm Changes to the Qualcomm backend delegate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants