Commit 0a79df8
committed
[ET-VK] Optimizing buffer to int8 quantized packing op to improve width packed performance.
This diff simplifies looping in int8 quantized packing operation for width pack tensor, to improve performance.
Differential Revision: [D78143041](https://our.internmc.facebook.com/intern/diff/D78143041/)
[ghstack-poisoned]1 parent fc3428d commit 0a79df8
File tree
1 file changed
+18
-6
lines changed- backends/vulkan/runtime/graph/ops/glsl
1 file changed
+18
-6
lines changedLines changed: 18 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
66 | 78 | | |
67 | 79 | | |
68 | 80 | | |
| |||
0 commit comments