Skip to content

Commit bc65a84

Browse files
authored
Update acl_convolution_utils.cpp
1 parent 467a2f3 commit bc65a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpu/acl/acl_convolution_utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ status_t init_conf_wino(acl_conv_conf_t &acp, memory_desc_t &src_md,
357357
// clang-format off
358358
if (one_of(true, one_of(true, src_md.dims[2] < 32, // ih
359359
src_md.dims[3] < 32) // iw
360-
&& dnnl_get_max_threads() > 64,
360+
&& dnnl_get_max_threads() > 32,
361361
one_of(true, src_md.dims[1] < 64, // ic
362362
dst_md.dims[1] < 64)) // oc
363363
&& cd.alg_kind == alg_kind::convolution_auto) {

0 commit comments

Comments
 (0)