-
Notifications
You must be signed in to change notification settings - Fork 536
add pass to remove cat from slice pass #8857
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/8857
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 0a04324 with merge base 6099020 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D70425971 |
This pull request was exported from Phabricator. Differential Revision: D70425971 |
1420d2e
to
2a06f66
Compare
Summary: only keep the cat before slice iff the slice range overlaps with *both* tensors in cat. TODO: trace to 1+ level for more cat in a china TODO: support >2 tensors in a cat Differential Revision: D70425971
This pull request was exported from Phabricator. Differential Revision: D70425971 |
2a06f66
to
df4f8a0
Compare
Summary: only keep the cat before slice iff the slice range overlaps with *both* tensors in cat. TODO: trace to 1+ level for more cat in a china TODO: support >2 tensors in a cat Differential Revision: D70425971
This pull request was exported from Phabricator. Differential Revision: D70425971 |
Summary: Pull Request resolved: pytorch#8857 only keep the cat before slice iff the slice range overlaps with *both* tensors in cat. TODO: trace to 1+ level for more cat in a china TODO: support >2 tensors in a cat Differential Revision: D70425971
df4f8a0
to
e5940fe
Compare
Summary: only keep the cat before slice iff the slice range overlaps with *both* tensors in cat. TODO: trace to 1+ level for more cat in a china TODO: support >2 tensors in a cat Reviewed By: bingcy Differential Revision: D70425971
e5940fe
to
0a04324
Compare
This pull request was exported from Phabricator. Differential Revision: D70425971 |
this added a lintrunner failure https://github.com/pytorch/executorch/actions/runs/13730950536/job/38407785027 |
Summary:
only keep the cat before slice iff the slice range overlaps with both tensors in cat.
TODO: trace to 1+ level for more cat in a china
TODO: support >2 tensors in a cat
Differential Revision: D70425971