openvino/src/plugins/intel_cpu/thirdparty
Aleksandr Voron 4dfca61bd2
[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
2024-05-29 09:48:15 +00:00
..
ComputeLibrary@4fda7a803e [CPU][ARM] Upgrade ACL to 24.04 (#24491) 2024-05-17 13:59:11 +00:00
libxsmm@13df674c4b [Snippets] TPP FP32 MHA support (#22210) 2024-04-22 14:52:42 +00:00
mlas@d1bc25ec46 [CPU][MLAS]Fix mlas threading with odd threads (#22205) 2024-01-19 13:32:10 +04:00
onednn@b0cd612cd3 [CPU][ARM] Remove `acl_dw_convolution` from oneDNN (#24636) 2024-05-29 09:48:15 +00:00
ACLConfig.cmake [CPU][ARM] Enable both f16 and f32 kernels for aarch64 and introduce runtime f16 support check (#22992) 2024-03-25 10:22:00 +00:00
CMakeLists.txt Intel compiler support (#24217) 2024-04-27 14:03:28 +00:00
FindACL.cmake copyright year update (#23370) 2024-03-14 09:37:02 +00:00