-
Notifications
You must be signed in to change notification settings - Fork 683
Add a pass to fuse mul.Scalar into dequant #10853
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D74626626 |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10853
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: ❌ 9 New Failures, 4 Unrelated FailuresAs of commit 0e816b4 with merge base a21022c ( NEW FAILURES - The following jobs have failed:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: The scalar mul can be folded into the dequant args. Motivating example: `vit_b_16` shows that pattern, resulting in 1% less latency (30k cycles). Differential Revision: D74626626
8843c96
to
c3b8608
Compare
This pull request was exported from Phabricator. Differential Revision: D74626626 |
Summary: Pull Request resolved: #10853 The scalar mul can be folded into the dequant args. Motivating example: `vit_b_16` shows that pattern, resulting in 1% less latency (30k cycles). Differential Revision: D74626626
c3b8608
to
433421a
Compare
Summary: The scalar mul can be folded into the dequant args. Motivating example: `vit_b_16` shows that pattern, resulting in 1% less latency (30k cycles). Reviewed By: zonglinpeng, hsharma35 Differential Revision: D74626626
433421a
to
22261cb
Compare
Summary: Pull Request resolved: #10853 The scalar mul can be folded into the dequant args. Motivating example: `vit_b_16` shows that pattern, resulting in 1% less latency (30k cycles). Reviewed By: zonglinpeng, hsharma35 Differential Revision: D74626626
This pull request was exported from Phabricator. Differential Revision: D74626626 |
22261cb
to
0e816b4
Compare
Summary: The scalar mul can be folded into the dequant args. Motivating example:
vit_b_16
shows that pattern, resulting in 1% less latency (30k cycles).Differential Revision: D74626626