Skip to content

Commit

Permalink
Update acl_convolution_utils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes authored Jan 8, 2025
1 parent 467a2f3 commit bc65a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu/acl/acl_convolution_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ status_t init_conf_wino(acl_conv_conf_t &acp, memory_desc_t &src_md,
// clang-format off
if (one_of(true, one_of(true, src_md.dims[2] < 32, // ih
src_md.dims[3] < 32) // iw
&& dnnl_get_max_threads() > 64,
&& dnnl_get_max_threads() > 32,
one_of(true, src_md.dims[1] < 64, // ic
dst_md.dims[1] < 64)) // oc
&& cd.alg_kind == alg_kind::convolution_auto) {
Expand Down

0 comments on commit bc65a84

Please sign in to comment.