Skip to content

[mps] Disable dialect verifier under mps preprocess #10276

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 5 commits into from
Apr 21, 2025

Conversation

digantdesai
Copy link
Contributor

@digantdesai digantdesai commented Apr 17, 2025

Stack from ghstack (oldest at bottom):

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.

Differential Revision: D73205726

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)

[ghstack-poisoned]
Copy link

pytorch-bot bot commented Apr 17, 2025

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 3 New Failures, 12 Unrelated Failures

As of commit 0b805bd with merge base 06f912d (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

BROKEN TRUNK - The following job failed but were 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.

digantdesai added a commit that referenced this pull request Apr 17, 2025
As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)

ghstack-source-id: 278776370
Pull Request resolved: #10276
@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 Apr 17, 2025
@facebook-github-bot
Copy link
Contributor

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

Copy link

This PR needs a release notes: label

If your changes are user facing and intended to be a part of release notes, please use a label starting with release notes:.

If not, please add the topic: not user facing label.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "topic: not user facing"

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

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.

Seems reasonable

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)

[ghstack-poisoned]
digantdesai added a commit that referenced this pull request Apr 18, 2025
Pull Request resolved: #10276

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)
ghstack-source-id: 278881822
@facebook-github-bot
Copy link
Contributor

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

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)

[ghstack-poisoned]
digantdesai added a commit that referenced this pull request Apr 18, 2025
Pull Request resolved: #10276

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.
ghstack-source-id: 278949200

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)
@facebook-github-bot
Copy link
Contributor

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

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)

[ghstack-poisoned]
digantdesai added a commit that referenced this pull request Apr 18, 2025
Pull Request resolved: #10276

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.
ghstack-source-id: 279022456

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)
@facebook-github-bot
Copy link
Contributor

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

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)

[ghstack-poisoned]
digantdesai added a commit that referenced this pull request Apr 21, 2025
Pull Request resolved: #10276

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.
ghstack-source-id: 279282754

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot facebook-github-bot merged commit aba63b3 into gh/digantdesai/36/base Apr 21, 2025
77 of 93 checks passed
@facebook-github-bot facebook-github-bot deleted the gh/digantdesai/36/head branch April 21, 2025 18:18
kirklandsign pushed a commit that referenced this pull request Apr 21, 2025
Pull Request resolved: #10276

As title. With reverting dim_order ops, we are producing an illegal IR, which is OK given we are inside MPS preprocess function which shouldn't adhere to edge_ir constraints.
ghstack-source-id: 279282754

Differential Revision: [D73205726](https://our.internmc.facebook.com/intern/diff/D73205726/)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants