Skip to content

Conversation

@oscarandersson8218
Copy link
Collaborator

@oscarandersson8218 oscarandersson8218 commented May 19, 2025

Makes it possible to annotate patterns with more than two operators. This allows us to annotate patterns: conv -> bn and conv -> bn -> relu to be able to fold away BN after training in QAT. Also adds support for QAT in Tester class.

cc @digantdesai @freddan80 @per @zingo

Makes it possible to annotate patterns with more than two operators.
This allows us to annotate patterns conv+bn, conv+bn+relu to be able to
fold away BN after training in QAT. Also adds support for QAT in Tester
class.

Signed-off-by: Oscar Andersson <[email protected]>
Change-Id: Ia3bd6707ec4436ecbd54bae0c749f2f7bb361564
@pytorch-bot
Copy link

pytorch-bot bot commented May 19, 2025

🔗 Helpful Links

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

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

✅ No Failures

As of commit b98757b with merge base b73f9d5 (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 May 19, 2025
@oscarandersson8218 oscarandersson8218 added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm ciflow/trunk release notes: none Do not include this in the release notes labels May 19, 2025
@zingo
Copy link
Collaborator

zingo commented May 19, 2025

Rebased after some Arm test fixes

@zingo zingo merged commit 379129d into pytorch:main May 20, 2025
183 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: none Do not include this in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants