-
Notifications
You must be signed in to change notification settings - Fork 412
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
[MPS] Add dim_order compat support #7420
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7420
Note: Links to docs will display an error until the docs builds have been completed. ❌ 9 New FailuresAs of commit 4b476e5 with merge base 82763a9 (): NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D67542995 |
Summary: Pull Request resolved: pytorch#7420 Differential Revision: D67542995
9a5f9e4
to
fc50a13
Compare
This pull request was exported from Phabricator. Differential Revision: D67542995 |
@@ -219,7 +219,7 @@ def lower_module_and_test_output( | |||
dynamic_shapes=dynamic_shapes, | |||
edge_compile_config=EdgeCompileConfig( | |||
_check_ir_validity=False, | |||
_skip_dim_order=True, # TODO(T182928844): Delegate dim order op to backend. | |||
_skip_dim_order=False, # TODO(T182928844): Delegate dim order op to backend. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For testing
Summary: Pull Request resolved: pytorch#7420 Differential Revision: D67542995
fc50a13
to
4b476e5
Compare
This pull request was exported from Phabricator. Differential Revision: D67542995 |
Differential Revision: D67542995