From 4dfca61bd220a3ac5fbd8d968ae564a1d3aac4bf Mon Sep 17 00:00:00 2001 From: Aleksandr Voron Date: Wed, 29 May 2024 11:48:15 +0200 Subject: [PATCH] [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 --- src/plugins/intel_cpu/thirdparty/onednn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/intel_cpu/thirdparty/onednn b/src/plugins/intel_cpu/thirdparty/onednn index 373e65b660c..b0cd612cd3a 160000 --- a/src/plugins/intel_cpu/thirdparty/onednn +++ b/src/plugins/intel_cpu/thirdparty/onednn @@ -1 +1 @@ -Subproject commit 373e65b660c0ba274631cf30c422f10606de1618 +Subproject commit b0cd612cd3a378fb2dd73a84efddfca1df2a22db