openvino/src/plugins
Egor Duplenskii 7e6f6876cb
[CPU] Reduce overhead of moving to a numa node (#24037)
### Details:
 - By combining move and execute into single function, so
isExecutable() check is performed only once
- It turned out isExecutable() check is not that lightweight. For some
models it adds noticeable (about 5%+) latency overhead. So, the solution
is to group 'execute' and 'toNumaNode' into a single function and
perform the check only once.
 - fixes overhead introduced by another fix:
 https://github.com/openvinotoolkit/openvino/pull/23849

### Tickets:
 - 138220
2024-05-02 13:41:52 +00:00
..
auto Update executor config in all plugins (#21385) 2024-04-26 08:19:03 +00:00
auto_batch Move HETERO/BATCH tests to HETERO/BATCH test binaries (#23823) 2024-04-25 02:33:06 +00:00
hetero Move HETERO/BATCH tests to HETERO/BATCH test binaries (#23823) 2024-04-25 02:33:06 +00:00
intel_cpu [CPU] Reduce overhead of moving to a numa node (#24037) 2024-05-02 13:41:52 +00:00
intel_gpu [GPU] Fix transposed shape calculation for static model (#24329) 2024-05-01 09:47:19 +00:00
intel_npu [intel-npu] Adding property to query PCI information of npu device (#24111) 2024-05-01 11:16:50 +00:00
proxy copyright year update (#23370) 2024-03-14 09:37:02 +00:00
template Remove opset usages for transformations (#24220) 2024-04-25 14:46:01 +00:00
CMakeLists.txt copyright year update (#23370) 2024-03-14 09:37:02 +00:00
README.md DOCS-removeGNA-link-from-dev-doc (#24064) 2024-04-18 13:16:39 +00:00

README.md

OpenVINO Plugins

OpenVINO Plugins provide support for hardware devices.

The list of supported plugins:

See also