Commit 69306da
committed
Update on "[ET-VK] New Implementation of `permute' operator"
## Changes
* Introduce `permute_buffer.glsl` and `permute_texture.glsl` compute shader templates to implement the permute operator
## Motivation
The existing implementation of permute produced incorrect outputs for width packed textures. Furthermore, there was no buffer implementation for the permute operator.
My goal with this diff is to introduce a more flexible implementation of permute that could work for any tensor representation.
## Performance impact
None expected.
Differential Revision: [D76483755](https://our.internmc.facebook.com/intern/diff/D76483755/)
[ghstack-poisoned]1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
762 | 761 | | |
763 | 762 | | |
764 | 763 | | |
| |||
0 commit comments