[CPU] ARM architecture support (#15256)

* [CPU] ARM architecture support

This patch extends existing CPU plugin capabilities with ARM CPUs optimized support
This commit is contained in:
Gorokhov Dmitriy
2023-04-12 18:42:05 +04:00
committed by GitHub
parent a368e10fff
commit c283d21215
238 changed files with 5620 additions and 1056 deletions

3
.gitmodules vendored
View File

@@ -69,3 +69,6 @@
[submodule "thirdparty/snappy"]
path = thirdparty/snappy
url = https://github.com/google/snappy.git
[submodule "ARMComputeLibrary"]
path = src/plugins/intel_cpu/thirdparty/ComputeLibrary
url = https://github.com/ARM-software/ComputeLibrary.git