Skip to content

Reorder slice before binary broadcast ops (#19346)#19346

Merged
meta-codesync[bot] merged 1 commit intopytorch:mainfrom
DrJessop:export-D103563327
May 7, 2026
Merged

Reorder slice before binary broadcast ops (#19346)#19346
meta-codesync[bot] merged 1 commit intopytorch:mainfrom
DrJessop:export-D103563327

Conversation

@DrJessop
Copy link
Copy Markdown
Contributor

@DrJessop DrJessop commented May 6, 2026

Summary:

As titled. Drops unecessary computation. Helps DPEv26 by halving batch dim on a binary broadcast mul.

Reviewed By: ethansfng, mcremon-meta

Differential Revision: D103563327

@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented May 6, 2026

🔗 Helpful Links

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

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

❌ 1 New Failure, 1 Unrelated Failure

As of commit 694d0a2 with merge base 76d941e (image):

NEW FAILURE - The following job has failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

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

@meta-cla meta-cla 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 6, 2026
@meta-codesync
Copy link
Copy Markdown
Contributor

meta-codesync Bot commented May 6, 2026

@DrJessop has exported this pull request. If you are a Meta employee, you can view the originating Diff in D103563327.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@meta-codesync meta-codesync Bot changed the title Reorder slice before binary broadcast ops Reorder slice before binary broadcast ops (#19346) May 6, 2026
@DrJessop DrJessop force-pushed the export-D103563327 branch from 9c19fd6 to 09f23f4 Compare May 6, 2026 21:43
DrJessop pushed a commit to DrJessop/executorch that referenced this pull request May 6, 2026
Summary:

As titled. Drops unecessary computation. Helps DPEv26 by halving batch dim on a binary broadcast mul.

Differential Revision: D103563327
@DrJessop DrJessop force-pushed the export-D103563327 branch from 09f23f4 to 9c71477 Compare May 6, 2026 21:49
DrJessop pushed a commit to DrJessop/executorch that referenced this pull request May 6, 2026
Summary:

As titled. Drops unecessary computation. Helps DPEv26 by halving batch dim on a binary broadcast mul.

Reviewed By: ethansfng

Differential Revision: D103563327
@DrJessop DrJessop force-pushed the export-D103563327 branch from 9c71477 to fabc3e7 Compare May 6, 2026 23:10
Summary:

As titled. Drops unecessary computation. Helps DPEv26 by halving batch dim on a binary broadcast mul.

Reviewed By: ethansfng, mcremon-meta

Differential Revision: D103563327
@DrJessop DrJessop force-pushed the export-D103563327 branch from fabc3e7 to 694d0a2 Compare May 7, 2026 17:43
@meta-codesync meta-codesync Bot merged commit 180edd3 into pytorch:main May 7, 2026
174 of 176 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 meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants