-
Notifications
You must be signed in to change notification settings - Fork 712
Modifying permute op to support all tensor packing. #9215
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
Modifying permute op to support all tensor packing. #9215
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9215
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 572a3dc with merge base 753da9a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D70587814 |
Summary: This diff updates Executorch Vulkan backend's `permute` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to register the `permute` operation and adds a new test case to the cases.py file to test the operation. Additionally, it updates the Permute.cpp file to check for the same packed dimension in the input and output tensors, and updates the cases.py file to include the utils::kWidthPacked, utils::kHeightPacked, and utils::kChannelsPacked layouts. Reviewed By: SS-JIA Differential Revision: D70587814
49999af to
692a43b
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70587814 |
Summary: Pull Request resolved: pytorch#9215 This diff updates Executorch Vulkan backend's `permute` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to register the `permute` operation and adds a new test case to the cases.py file to test the operation. Additionally, it updates the Permute.cpp file to check for the same packed dimension in the input and output tensors, and updates the cases.py file to include the utils::kWidthPacked, utils::kHeightPacked, and utils::kChannelsPacked layouts. Reviewed By: SS-JIA Differential Revision: D70587814
692a43b to
5e06dd9
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70587814 |
Summary: This diff updates Executorch Vulkan backend's `permute` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to register the `permute` operation and adds a new test case to the cases.py file to test the operation. Additionally, it updates the Permute.cpp file to check for the same packed dimension in the input and output tensors, and updates the cases.py file to include the utils::kWidthPacked, utils::kHeightPacked, and utils::kChannelsPacked layouts. Reviewed By: SS-JIA Differential Revision: D70587814
5e06dd9 to
af8b4ad
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70587814 |
Summary: This diff updates Executorch Vulkan backend's `permute` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to register the `permute` operation and adds a new test case to the cases.py file to test the operation. Additionally, it updates the Permute.cpp file to check for the same packed dimension in the input and output tensors, and updates the cases.py file to include the utils::kWidthPacked, utils::kHeightPacked, and utils::kChannelsPacked layouts. Reviewed By: SS-JIA Differential Revision: D70587814
af8b4ad to
de14c21
Compare
Summary: This diff updates Executorch Vulkan backend's `permute` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to register the `permute` operation and adds a new test case to the cases.py file to test the operation. Additionally, it updates the Permute.cpp file to check for the same packed dimension in the input and output tensors, and updates the cases.py file to include the utils::kWidthPacked, utils::kHeightPacked, and utils::kChannelsPacked layouts. Reviewed By: SS-JIA Differential Revision: D70587814
de14c21 to
ae230cd
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70587814 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D70587814 |
Summary: Pull Request resolved: pytorch#9215 This diff updates Executorch Vulkan backend's `permute` operation to support width, height and channel packed tensors. It also updates the op_registry.py file to register the `permute` operation and adds a new test case to the cases.py file to test the operation. Additionally, it updates the Permute.cpp file to check for the same packed dimension in the input and output tensors, and updates the cases.py file to include the utils::kWidthPacked, utils::kHeightPacked, and utils::kChannelsPacked layouts. Reviewed By: SS-JIA Differential Revision: D70587814
|
This pull request was exported from Phabricator. Differential Revision: D70587814 |
ae230cd to
572a3dc
Compare
Summary:
This diff updates Executorch Vulkan backend's
permuteoperation to support width, height and channel packed tensors.It also updates the op_registry.py file to register the
permuteoperation and adds a new test case to the cases.py file to test the operation.Additionally, it updates the Permute.cpp file to check for the same packed dimension in the input and output tensors, and updates the cases.py file to include the utils::kWidthPacked, utils::kHeightPacked, and utils::kChannelsPacked layouts.
Reviewed By: SS-JIA
Differential Revision: D70587814