-
Notifications
You must be signed in to change notification settings - Fork 687
The padding of concat is not needed anymore if the inputs are equal. #15102
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
base: main
Are you sure you want to change the base?
The padding of concat is not needed anymore if the inputs are equal. #15102
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/15102
Note: Links to docs will display an error until the docs builds have been completed. ❌ 7 New Failures, 2 Unrelated FailuresAs of commit 33f971f with merge base 57a7903 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs 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. |
77518e6
to
9e00cf1
Compare
I saw the Samsung and CUDA tests failing on other PRs. The rest seems new but not relevant. |
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.
Please add unit tests for the newly supported variants of cat operator. If this is a feature of some future release of NC, then let's make this PR a draft until the NC version is bumped.
It is supported in NC 25.09. |
9e00cf1
to
143c530
Compare
Unit tests added. |
143c530
to
33f971f
Compare
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.
LGTM
Summary
The padding of concat is not needed anymore if the inputs are equal. This removes the necessity to use custom_delegation_options.force_delegate_cat if the model contains concat of equal sizes. This requires a support from the converter.
Test plan
The test was done using an external model.
cc @robert-kalmar @JakeStevens @digantdesai