You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modifying slice op to support all tensor packing. (#9030)
Summary:
This diff updates Executorch Vulkan backend's `slice_copy` operation to support width, height and channel packed tensors.
It also updates the `op_registry.py` file to register the `slice_copy` operation and adds a new test case to the `cases.py` file to test the operation.
Additionally, it updates the `Slice.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: D70559149
0 commit comments