Skip to content

Commit

Permalink
[FORK][FEATURE][ARM] Added acl_depthwise_convolution to f16 convoluti…
Browse files Browse the repository at this point in the history
…on impl list
  • Loading branch information
alvoron authored and luweizhou2016 committed Jul 29, 2024
1 parent b0d2af2 commit c004aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cpu/cpu_convolution_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ const std::map<pk_dt_impl_key_t, std::vector<impl_list_item_t>> &impl_list_map()
CPU_INSTANCE_AVX2(brgemm_convolution_fwd_t, avx2_vnni_2)
CPU_INSTANCE_AVX2(brgemm_convolution_fwd_t, avx2_vnni_2, true)
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)
CPU_INSTANCE(ref_convolution_fwd_t)
Expand Down

0 comments on commit c004aad

Please sign in to comment.