Skip to content

Commit a18c19e

Browse files
rjourslervpirogov
authored andcommitted
gpu: ocl: remove ref_convolution SUB_GROUP_SIZE define
The value conf.sub_group_size is never initialized.
1 parent a7c8cbc commit a18c19e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gpu/ocl/ref_convolution.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ static status_t init_kernel_ctx_common(compute::kernel_ctx_t &kernel_ctx,
117117
kernel_ctx.define_int("DH", conf.dilate_h);
118118
kernel_ctx.define_int("DW", conf.dilate_w);
119119
kernel_ctx.define_int("WITH_BIAS", conf.with_bias);
120-
kernel_ctx.define_int("SUB_GROUP_SIZE", conf.sub_group_size);
121120

122121
kernel_ctx.define_int("IS_FWD",
123122
utils::one_of(conf.prop_kind, prop_kind::forward_inference,

0 commit comments

Comments
 (0)