Skip to content

[ET-VK] High dim tensor support for view, unsqueeze, squeeze, clone #13597

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

Merged
merged 1 commit into from
Aug 23, 2025

Conversation

Copy link

pytorch-bot bot commented Aug 22, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13597

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures, 67 Pending

As of commit 9cb0a57 with merge base 24d8fb4 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 22, 2025
@SS-JIA
Copy link
Contributor Author

SS-JIA commented Aug 22, 2025

@SS-JIA has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

SS-JIA pushed a commit that referenced this pull request Aug 22, 2025
Pull Request resolved: #13597


Add support for high dimensional tensors for view, unsqueeze, squeeze and clone.

@imported-using-ghimport

Differential Revision: [D80800084](https://our.internmc.facebook.com/intern/diff/D80800084/)
ghstack-source-id: 304944123
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80800084

SS-JIA pushed a commit that referenced this pull request Aug 22, 2025
Pull Request resolved: #13597


Add support for high dimensional tensors for view, unsqueeze, squeeze and clone.

@imported-using-ghimport

Differential Revision: [D80800084](https://our.internmc.facebook.com/intern/diff/D80800084/)
ghstack-source-id: 304953696
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80800084

SS-JIA pushed a commit that referenced this pull request Aug 22, 2025
Pull Request resolved: #13597


Add support for high dimensional tensors for view, unsqueeze, squeeze and clone.

@imported-using-ghimport

Differential Revision: [D80800084](https://our.internmc.facebook.com/intern/diff/D80800084/)
ghstack-source-id: 305063058
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80800084

SS-JIA pushed a commit that referenced this pull request Aug 22, 2025
Pull Request resolved: #13597


Add support for high dimensional tensors for view, unsqueeze, squeeze and clone.

@imported-using-ghimport

Differential Revision: [D80800084](https://our.internmc.facebook.com/intern/diff/D80800084/)
ghstack-source-id: 305101265
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80800084

SS-JIA pushed a commit that referenced this pull request Aug 23, 2025
Pull Request resolved: #13597


Add support for high dimensional tensors for view, unsqueeze, squeeze and clone.

@imported-using-ghimport

Differential Revision: [D80800084](https://our.internmc.facebook.com/intern/diff/D80800084/)
ghstack-source-id: 305121229
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80800084

SS-JIA pushed a commit that referenced this pull request Aug 23, 2025
Pull Request resolved: #13597


Add support for high dimensional tensors for view, unsqueeze, squeeze and clone.

@imported-using-ghimport

Differential Revision: [D80800084](https://our.internmc.facebook.com/intern/diff/D80800084/)
ghstack-source-id: 305143842
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D80800084

SS-JIA added a commit that referenced this pull request Aug 23, 2025
#13598)

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* #13597
* #13596
* #13595
* #13594
* #13593
* #13600
* #13599
* __->__ #13598

Title says it all. For reduce ops, their signature are not all alike so
some extra legwork needs to be done to identify specific arguments that
need to be checked.

Also included a small update to partitioner logging to improve
debuggability.

Differential Revision:
[D80741737](https://our.internmc.facebook.com/intern/diff/D80741737/)

---------

Co-authored-by: ssjia <ssjia@devvm5117.ash0.facebook.com>
SS-JIA added a commit that referenced this pull request Aug 23, 2025
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* #13597
* #13596
* #13595
* #13594
* #13593
* #13600
* __->__ #13599
* #13598

Title says it all!

Differential Revision:
[D80741734](https://our.internmc.facebook.com/intern/diff/D80741734/)

---------

Co-authored-by: ssjia <ssjia@devvm5117.ash0.facebook.com>
SS-JIA added a commit that referenced this pull request Aug 23, 2025
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* #13597
* #13596
* #13595
* #13594
* #13593
* __->__ #13600
* #13599
* #13598

As title. Use XNNPACK's FuseBatchNorm pass since it can fuse into linear
layers as well.

Differential Revision:
[D80741735](https://our.internmc.facebook.com/intern/diff/D80741735/)

Co-authored-by: ssjia <ssjia@devvm5117.ash0.facebook.com>
SS-JIA added a commit that referenced this pull request Aug 23, 2025
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* #13597
* #13596
* #13595
* #13594
* __->__ #13593
* #13600
* #13599
* #13598

Differential Revision:
[D80800081](https://our.internmc.facebook.com/intern/diff/D80800081)

Co-authored-by: ssjia <ssjia@devvm5117.ash0.facebook.com>
SS-JIA added a commit that referenced this pull request Aug 23, 2025
…code (#13594)

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* #13597
* #13596
* #13595
* __->__ #13594
* #13593
* #13600
* #13599
* #13598

Differential Revision:
[D80800085](https://our.internmc.facebook.com/intern/diff/D80800085)

Co-authored-by: ssjia <ssjia@devvm5117.ash0.facebook.com>
SS-JIA added a commit that referenced this pull request Aug 23, 2025
…out (#13595)

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* #13597
* #13596
* __->__ #13595
* #13594
* #13593
* #13600
* #13599
* #13598

Differential Revision:
[D80800082](https://our.internmc.facebook.com/intern/diff/D80800082)

Co-authored-by: ssjia <ssjia@devvm5117.ash0.facebook.com>
SS-JIA added a commit that referenced this pull request Aug 23, 2025
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at
bottom):
* #13597
* __->__ #13596
* #13595
* #13594
* #13593
* #13600
* #13599
* #13598

Differential Revision:
[D80800083](https://our.internmc.facebook.com/intern/diff/D80800083)

Co-authored-by: ssjia <ssjia@devvm5117.ash0.facebook.com>
Pull Request resolved: #13597


Add support for high dimensional tensors for view, unsqueeze, squeeze and clone.

@imported-using-ghimport

Differential Revision: [D80800084](https://our.internmc.facebook.com/intern/diff/D80800084/)
ghstack-source-id: 305143842
@SS-JIA SS-JIA changed the base branch from gh/SS-JIA/299/base to main August 23, 2025 14:08
@SS-JIA SS-JIA force-pushed the gh/SS-JIA/299/head branch from 7ba2819 to 9cb0a57 Compare August 23, 2025 14:10
@SS-JIA SS-JIA merged commit ed8cbc0 into main Aug 23, 2025
98 of 101 checks passed
@SS-JIA SS-JIA deleted the gh/SS-JIA/299/head branch August 23, 2025 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants