Skip to content

Commit

Permalink
disable f16 acl wino
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Jan 9, 2025
1 parent ec3d689 commit 7f2eae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu/cpu_convolution_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const std::map<pk_dt_impl_key_t, std::vector<impl_list_item_t>> &impl_list_map()
CPU_INSTANCE_AVX512(brgemm_convolution_fwd_t, avx512_core_fp16)
CPU_INSTANCE_AVX2(brgemm_1x1_convolution_fwd_t, avx2_vnni_2)
CPU_INSTANCE_AVX2(brgemm_convolution_fwd_t, avx2_vnni_2)
CPU_INSTANCE_ACL(acl_wino_convolution_fwd_t)
//CPU_INSTANCE_ACL(acl_wino_convolution_fwd_t)
CPU_INSTANCE_ACL(acl_depthwise_convolution_fwd_t)
CPU_INSTANCE_ACL(acl_indirect_gemm_convolution_fwd_t)
CPU_INSTANCE_ACL(acl_gemm_convolution_fwd_t, f16)
Expand Down

0 comments on commit 7f2eae3

Please sign in to comment.