Skip to content

Commit

Permalink
[FORK][FEATURE][ARM] Upgrade to ACL v24.01
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Feb 21, 2024
1 parent f82148b commit b3c0efd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 @@ -336,7 +336,7 @@ status_t init_conf_indirect_gemm(acl_conv_conf_t &acp, memory_desc_t &src_md,
acp.dilation_info,
acp.act_info,
acp.fast_math,
1, {}, acp.weights_info)));
1, acp.weights_info)));
// clang-format on

return status::success;
Expand Down
1 change: 0 additions & 1 deletion src/cpu/acl/acl_indirect_gemm_convolution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ struct acl_indirect_gemm_resource_t : public resource_t {
acp.act_info,
acp.fast_math,
1,
{},
acp.weights_info));
// clang-format on

Expand Down

0 comments on commit b3c0efd

Please sign in to comment.