Skip to content

Update RemovePermutesAroundElementwiseOps to work with view as well #7407

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

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

dulinriley
Copy link
Contributor

Summary:
The RemovePermutesAroundElementwiseOps pass was working well for
permutes, but sometimes permutes get optimized into view_copy if the
dimension being moved doesn't change the byte-level arrangement of the
Tensor.

Handle this case so we can remove more functions in these chains.

Differential Revision: D67471456

Copy link

pytorch-bot bot commented Dec 19, 2024

🔗 Helpful Links

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

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

❌ 1 New Failure

As of commit 2058d8b with merge base 34e0570 (image):

NEW FAILURE - The following job has failed:

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 Dec 19, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67471456

dulinriley added a commit to dulinriley/executorch that referenced this pull request Dec 19, 2024
…ytorch#7407)

Summary:

The RemovePermutesAroundElementwiseOps pass was working well for
permutes, but sometimes permutes get optimized into `view_copy` if the
dimension being moved doesn't change the byte-level arrangement of the
Tensor.

Handle this case so we can remove more functions in these chains.

Differential Revision: D67471456
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67471456

dulinriley added a commit to dulinriley/executorch that referenced this pull request Dec 19, 2024
…ytorch#7407)

Summary:

The RemovePermutesAroundElementwiseOps pass was working well for
permutes, but sometimes permutes get optimized into `view_copy` if the
dimension being moved doesn't change the byte-level arrangement of the
Tensor.

Handle this case so we can remove more functions in these chains.

Reviewed By: zonglinpeng

Differential Revision: D67471456
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67471456

dulinriley added a commit to dulinriley/executorch that referenced this pull request Dec 20, 2024
…ytorch#7407)

Summary:

The RemovePermutesAroundElementwiseOps pass was working well for
permutes, but sometimes permutes get optimized into `view_copy` if the
dimension being moved doesn't change the byte-level arrangement of the
Tensor.

Handle this case so we can remove more functions in these chains.

Reviewed By: zonglinpeng

Differential Revision: D67471456
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67471456

…ytorch#7407)

Summary:

The RemovePermutesAroundElementwiseOps pass was working well for
permutes, but sometimes permutes get optimized into `view_copy` if the
dimension being moved doesn't change the byte-level arrangement of the
Tensor.

Handle this case so we can remove more functions in these chains.

Reviewed By: zonglinpeng

Differential Revision: D67471456
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D67471456

@facebook-github-bot facebook-github-bot merged commit c09d39b into pytorch:main Dec 20, 2024
43 of 46 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 topic: not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants