Skip to content

Commit 7f2eae3

Browse files
committed
disable f16 acl wino
1 parent ec3d689 commit 7f2eae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpu/cpu_convolution_list.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const std::map<pk_dt_impl_key_t, std::vector<impl_list_item_t>> &impl_list_map()
227227
CPU_INSTANCE_AVX512(brgemm_convolution_fwd_t, avx512_core_fp16)
228228
CPU_INSTANCE_AVX2(brgemm_1x1_convolution_fwd_t, avx2_vnni_2)
229229
CPU_INSTANCE_AVX2(brgemm_convolution_fwd_t, avx2_vnni_2)
230-
CPU_INSTANCE_ACL(acl_wino_convolution_fwd_t)
230+
//CPU_INSTANCE_ACL(acl_wino_convolution_fwd_t)
231231
CPU_INSTANCE_ACL(acl_depthwise_convolution_fwd_t)
232232
CPU_INSTANCE_ACL(acl_indirect_gemm_convolution_fwd_t)
233233
CPU_INSTANCE_ACL(acl_gemm_convolution_fwd_t, f16)

0 commit comments

Comments
 (0)