MovePermuteAfterConcat made generic reorder pass (#21557) - #21557
MovePermuteAfterConcat made generic reorder pass (#21557)#21557DrJessop wants to merge 1 commit into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/21557
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 922124f with merge base e8feb9e ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@DrJessop has exported this pull request. If you are a Meta employee, you can view the originating Diff in D114628981. |
Summary: There is a common pattern in which we permute all inputs to a cat in the same way. Instead of permuting all inputs, we can instead cat first and then permute the output. Differential Revision: D114628981
4e52bf5 to
76297df
Compare
Summary: There is a common pattern in which we permute all inputs to a cat in the same way. Instead of permuting all inputs, we can instead cat first and then permute the output. Reviewed By: aliafzal Differential Revision: D114628981
76297df to
63d30a7
Compare
Summary: There is a common pattern in which we permute all inputs to a cat in the same way. Instead of permuting all inputs, we can instead cat first and then permute the output. Reviewed By: aliafzal Differential Revision: D114628981
63d30a7 to
922124f
Compare
This PR needs a
|
Summary:
There is a common pattern in which we permute all inputs to a cat in the same way. Instead of permuting all inputs, we can instead cat first and then permute the output.
Reviewed By: aliafzal
Differential Revision: D114628981