Commit 97e21c6
committed
Update on "[ET-VK] Using uint16 for quantized linear tiling shader to reduce register pressure and improve performance."
This diff reduces int precision for certain variables in 8 bit quantized tiled linear op to reduce register pressure and improve performance.
Differential Revision: [D73752090](https://our.internmc.facebook.com/intern/diff/D73752090/)
[ghstack-poisoned]File tree
1 file changed
+3
-3
lines changed- backends/vulkan/runtime/graph/ops/impl
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments