-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[tensorexpr] Enabled aten::stack in the fuser pass with static shapes #74077
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
[ghstack-poisoned]
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 4657bc9 (more details on the Dr. CI page):
🕵️ 1 new failure recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
| Job | Step | Action |
|---|---|---|
| Test | 🔁 rerun |
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
|
@huiguoo has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
| # FileCheck().check("FusedConcat").check_next("return").run(str(graph)) | ||
|
|
||
| def test_stack(self): | ||
| # "aten::stack fusion is not enabled yet with dynamic shapes" |
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.
What is the reason for this restriction?
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.
The shape computation formula for aten::stack in JIT is not added in this PR. Will do it in the next PR. It seems a bit compound to have both changes for static and dynamic shapes in one PR.
…atic shapes" Differential Revision: [D34808051](https://our.internmc.facebook.com/intern/diff/D34808051) [ghstack-poisoned]
|
@huiguoo has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
navahgar
left a comment
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
…atic shapes" Differential Revision: [D34808051](https://our.internmc.facebook.com/intern/diff/D34808051) [ghstack-poisoned]
|
@huiguoo has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
…atic shapes" Differential Revision: [D34808051](https://our.internmc.facebook.com/intern/diff/D34808051) [ghstack-poisoned]
|
@huiguoo has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
…atic shapes" Differential Revision: [D34808051](https://our.internmc.facebook.com/intern/diff/D34808051) [ghstack-poisoned]
|
@huiguoo has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
…atic shapes" Differential Revision: [D34808051](https://our.internmc.facebook.com/intern/diff/D34808051) [ghstack-poisoned]
|
@huiguoo has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
|
This pull request has been reverted by 8f885d1c2362c3d709d4072c4f972a7fdd6256b6. To re-land this change, please open another pull request, assignthe same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk). |
|
This pull request has been reverted by 320e5a8. To re-land this change, please open another pull request, assignthe same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk). |
1 similar comment
|
This pull request has been reverted by 320e5a8. To re-land this change, please open another pull request, assignthe same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk). |
Stack from ghstack (oldest at bottom):
Differential Revision: D34808051