Skip to content

Commit

Permalink
gpu: ocl: remove ref_convolution SUB_GROUP_SIZE define
Browse files Browse the repository at this point in the history
The value conf.sub_group_size is never initialized.
  • Loading branch information
rjoursler authored and vpirogov committed Apr 5, 2023
1 parent a7c8cbc commit a18c19e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gpu/ocl/ref_convolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ static status_t init_kernel_ctx_common(compute::kernel_ctx_t &kernel_ctx,
kernel_ctx.define_int("DH", conf.dilate_h);
kernel_ctx.define_int("DW", conf.dilate_w);
kernel_ctx.define_int("WITH_BIAS", conf.with_bias);
kernel_ctx.define_int("SUB_GROUP_SIZE", conf.sub_group_size);

kernel_ctx.define_int("IS_FWD",
utils::one_of(conf.prop_kind, prop_kind::forward_inference,
Expand Down

0 comments on commit a18c19e

Please sign in to comment.