[ET-VK] Adding all tensor packing support for repeat op.#9415
Merged
facebook-github-bot merged 6 commits intogh/trivedivivek/68/basefrom Apr 1, 2025
Merged
[ET-VK] Adding all tensor packing support for repeat op.#9415facebook-github-bot merged 6 commits intogh/trivedivivek/68/basefrom
facebook-github-bot merged 6 commits intogh/trivedivivek/68/basefrom
Conversation
This diff updates Executorch Vulkan backend's `repeat` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to indicate `repeat` operation supports all packing. Differential Revision: [D71477633](https://our.internmc.facebook.com/intern/diff/D71477633/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9415
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 3648e27 with merge base feb3fcd ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This was referenced Mar 19, 2025
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71477633 |
yipjustin
approved these changes
Mar 21, 2025
This diff updates Executorch Vulkan backend's `repeat` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to indicate `repeat` operation supports all packing. Differential Revision: [D71477633](https://our.internmc.facebook.com/intern/diff/D71477633/) [ghstack-poisoned]
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71477633 |
This diff updates Executorch Vulkan backend's `repeat` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to indicate `repeat` operation supports all packing. Differential Revision: [D71477633](https://our.internmc.facebook.com/intern/diff/D71477633/) [ghstack-poisoned]
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71477633 |
This diff updates Executorch Vulkan backend's `repeat` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to indicate `repeat` operation supports all packing. Differential Revision: [D71477633](https://our.internmc.facebook.com/intern/diff/D71477633/) [ghstack-poisoned]
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71477633 |
This diff updates Executorch Vulkan backend's `repeat` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to indicate `repeat` operation supports all packing. Differential Revision: [D71477633](https://our.internmc.facebook.com/intern/diff/D71477633/) [ghstack-poisoned]
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71477633 |
This diff updates Executorch Vulkan backend's `repeat` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to indicate `repeat` operation supports all packing. Differential Revision: [D71477633](https://our.internmc.facebook.com/intern/diff/D71477633/) [ghstack-poisoned]
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D71477633 |
9533f53
into
gh/trivedivivek/68/base
83 of 84 checks passed
kirklandsign
pushed a commit
that referenced
this pull request
Apr 1, 2025
Pull Request resolved: #9415 This diff updates Executorch Vulkan backend's `repeat` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to indicate `repeat` operation supports all packing. ghstack-source-id: 275375382 Differential Revision: [D71477633](https://our.internmc.facebook.com/intern/diff/D71477633/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
This diff updates Executorch Vulkan backend's
repeatoperation to support width, height and channel packed tensors.It also updates the op_registry.py file to indicate
repeatoperation supports all packing.Differential Revision: D71477633