Skip to content

Commit 34d736f

Browse files
committed
review feedback
1 parent 91801e7 commit 34d736f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

onnxruntime/contrib_ops/webgpu/quantization/dp4a_matmul.wgsl.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ fn loadSHMA(a_global_base:u32, kidx_v:u32, row: u32, col: u32)
140140
const b_weight_offset : u32 = 0;
141141
let b_value = b.getByOffset(b_global * uniforms.K16 + kidx_v + col);
142142
#endif
143-
let b_weight_offset = uniforms.weight_idx * uniforms.N * uniforms.K16;
144143
tile_B[col][row] = DequantizedFrom2BitsTo8Bits(b_value);
145144
let block_idx = kidx_v/(block_size/16);
146145
let b_scale_offset = uniforms.weight_idx * uniforms.N * (uniforms.K/block_size);

0 commit comments

Comments
 (0)