-
Notifications
You must be signed in to change notification settings - Fork 537
[ET-VK] Adding all tensor packing support for repeat op. #9415
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
[ET-VK] Adding all tensor packing support for repeat op. #9415
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 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]
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]
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]
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]
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]
This pull request was exported from Phabricator. Differential Revision: D71477633 |
9533f53
into
gh/trivedivivek/68/base
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/)
Stack from ghstack (oldest at bottom):
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