[ACL] 3D and 4D input support in acl_lowp_matmul_t
#2696
Labels
enhancement
A feature or an optimization request
platform:cpu-aarch64
Codeowner: @oneapi-src/onednn-cpu-aarch64
Currently
acl_lowp_matmul_t
supports 2D input only:https://github.com/oneapi-src/oneDNN/blob/main/src/cpu/aarch64/matmul/acl_lowp_matmul.cpp#L109-L112
VDISPATCH_MATMUL(src_d.matches_tag(format_tag::ab) && wei_d.matches_tag(format_tag::ab) && dst_d.matches_tag(format_tag::ab), VERBOSE_UNSUPPORTED_TAG);
Since most models have 3D and 4D MatMul operations, it'd be great to have 3D / 4D support in
acl_lowp_matmul_t
cc @milpuz01
The text was updated successfully, but these errors were encountered: