[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:
parent
84cd71a71b
commit
4dfca61bd2
|
|
@ -1 +1 @@
|
|||
Subproject commit 373e65b660c0ba274631cf30c422f10606de1618
|
||||
Subproject commit b0cd612cd3a378fb2dd73a84efddfca1df2a22db
|
||||
Loading…
Reference in New Issue