[CPU][ARM] Remove `acl_dw_convolution` from oneDNN (#24636)

This change was reverted by
https://github.com/openvinotoolkit/oneDNN/pull/230 because performance
degradation.

Degradation happens because ACL kernel was not selected due to
convolution check.
It was discussed with ACL team that this check could be removed and ACL
team removed this check in oneDNN.
Then I deleted this check in oneDNN fork:
https://github.com/openvinotoolkit/openvino/pull/24422

Since the check does not prevent us from selecting ACL kernel, we may
remove custom kernel again.

oneDNN PR: https://github.com/openvinotoolkit/oneDNN/pull/251

CVS-142130

TODO:
- [x] do performance check
This commit is contained in:
Aleksandr Voron 2024-05-29 11:48:15 +02:00 committed by GitHub
parent 84cd71a71b
commit 4dfca61bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 373e65b660c0ba274631cf30c422f10606de1618
Subproject commit b0cd612cd3a378fb2dd73a84efddfca1df2a22db