-
Notifications
You must be signed in to change notification settings - Fork 751
Remove outdated NCHW to NHWC pass and rename the current one to ReplaceConvWithChannelLastConvPass #13420
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13420
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 Unrelated FailureAs of commit 791a4e2 with merge base 5ff0208 ( NEW FAILURES - The following jobs have failed:
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. |
|
This pull request was exported from Phabricator. Differential Revision: D80185231 |
This PR needs a
|
…ceConvWithChannelLastConvPass (#13420) Summary: The existing `ReplaceConvWithChannelLastConvPass` is a PT1 pass from years past, and currently does not do anything. The correct version of it is `ForceChannelLastForConvPass`, so we rename that one to `ReplaceConvWithChannelLastConvPass`. This should be a non-functional change. Reviewed By: ethansfng, hsharma35 Differential Revision: D80185231
6ff2e29 to
91302fc
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80185231 |
91302fc to
560b7a5
Compare
…ceConvWithChannelLastConvPass (#13420) Summary: The existing `ReplaceConvWithChannelLastConvPass` is a PT1 pass from years past, and currently does not do anything. The correct version of it is `ForceChannelLastForConvPass`, so we rename that one to `ReplaceConvWithChannelLastConvPass`. This should be a non-functional change. Reviewed By: ethansfng, hsharma35 Differential Revision: D80185231
|
This pull request was exported from Phabricator. Differential Revision: D80185231 |
…ceConvWithChannelLastConvPass (#13420) Summary: Pull Request resolved: #13420 The existing `ReplaceConvWithChannelLastConvPass` is a PT1 pass from years past, and currently does not do anything. The correct version of it is `ForceChannelLastForConvPass`, so we rename that one to `ReplaceConvWithChannelLastConvPass`. This should be a non-functional change. Reviewed By: ethansfng, hsharma35 Differential Revision: D80185231
560b7a5 to
4672e46
Compare
…ceConvWithChannelLastConvPass (#13420) Summary: The existing `ReplaceConvWithChannelLastConvPass` is a PT1 pass from years past, and currently does not do anything. The correct version of it is `ForceChannelLastForConvPass`, so we rename that one to `ReplaceConvWithChannelLastConvPass`. This should be a non-functional change. Reviewed By: ethansfng, hsharma35 Differential Revision: D80185231
4672e46 to
a027188
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80185231 |
…ceConvWithChannelLastConvPass (#13420) Summary: The existing `ReplaceConvWithChannelLastConvPass` is a PT1 pass from years past, and currently does not do anything. The correct version of it is `ForceChannelLastForConvPass`, so we rename that one to `ReplaceConvWithChannelLastConvPass`. This should be a non-functional change. Reviewed By: ethansfng, hsharma35 Differential Revision: D80185231
a027188 to
1c999e6
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80185231 |
…ceConvWithChannelLastConvPass (#13420) Summary: The existing `ReplaceConvWithChannelLastConvPass` is a PT1 pass from years past, and currently does not do anything. The correct version of it is `ForceChannelLastForConvPass`, so we rename that one to `ReplaceConvWithChannelLastConvPass`. This should be a non-functional change. Reviewed By: ethansfng, hsharma35 Differential Revision: D80185231
1c999e6 to
79e9731
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80185231 |
…ceConvWithChannelLastConvPass (#13420) Summary: The existing `ReplaceConvWithChannelLastConvPass` is a PT1 pass from years past, and currently does not do anything. The correct version of it is `ForceChannelLastForConvPass`, so we rename that one to `ReplaceConvWithChannelLastConvPass`. This should be a non-functional change. Reviewed By: ethansfng, hsharma35 Differential Revision: D80185231
79e9731 to
791a4e2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D80185231 |
…ceConvWithChannelLastConvPass Differential Revision: D80185231 Pull Request resolved: pytorch#13420
Summary:
The existing
ReplaceConvWithChannelLastConvPassis a PT1 pass from years past, and currently does not do anything. The correct version of it isForceChannelLastForConvPass, so we rename that one toReplaceConvWithChannelLastConvPass.This should be a non-functional change.
Differential Revision: D80185231