Skip to content

Commit 3c65aaa

Browse files
committed
make gcc happy
1 parent 248d411 commit 3c65aaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnxruntime/contrib_ops/webgpu/quantization/subgroup_matrix_matmul_nbits.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ Status GenerateShaderCodeOnApple(ShaderHelper& shader, const ShaderVariableHelpe
285285
WGSL_TEMPLATE_PARAMETER(has_bias, has_bias),
286286
WGSL_TEMPLATE_PARAMETER(has_zero_points, has_zero_points),
287287
WGSL_TEMPLATE_PARAMETER(n_bits, nbits),
288+
WGSL_TEMPLATE_PARAMETER(output_type_i32, false),
288289
WGSL_TEMPLATE_VARIABLE(a, a),
289290
WGSL_TEMPLATE_VARIABLE(b, b),
290291
WGSL_TEMPLATE_VARIABLE(output, output),

0 commit comments

Comments
 (0)