Commit 6e9b42b
Removing one shift op from quantized linear shader to improve perf. (pytorch#15191)
Summary:
This diff removes a redundant mask op from 4 bit quantized linear shader to improve performance.
Reviewed By: SS-JIA
Differential Revision: D846793881 parent dbdeb49 commit 6e9b42b
File tree
1 file changed
+1
-1
lines changed- backends/vulkan/runtime/graph/ops/glsl
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments