openvino/src/plugins
Taylor Yeonbok Lee 587254981a
[GPU] Improve memory pool access performance (#22977)
### Details:
- Previously, memory conflict check was done using std::string
(primitive_id), and it was time consuming
 - Fixed to use unique_id as mem_dep, instead of std::string 

### Tickets:
 - 131916
2024-03-07 19:38:59 +00:00
..
auto [DOCS] Update of hyperlinks to 2024 + new ov homepage diagram image for master (#23091) 2024-02-28 07:54:04 +00:00
auto_batch [AUTO BATCH] Clean legacy name (#22909) 2024-02-27 06:58:56 +00:00
hetero [HETERO] Remove ConstantFolding of model in hetero (#22626) 2024-03-06 11:20:49 +00:00
intel_cpu [CPU] Fix segfault in `dump_graph_as_ie_ngraph_net()` (#23254) 2024-03-06 06:00:27 +00:00
intel_gpu [GPU] Improve memory pool access performance (#22977) 2024-03-07 19:38:59 +00:00
proxy [DOCS] Update of hyperlinks to 2024 + new ov homepage diagram image for master (#23091) 2024-02-28 07:54:04 +00:00
template [core] Optimize ScatterElementsUpdate reference implementation binary size (#23146) 2024-03-05 12:24:47 +00:00
CMakeLists.txt Mark some legacy API as deprecated (#17469) 2023-05-17 11:31:01 +04:00
README.md [DOCS] Move of developer documentation from wiki to md documents - master (#15372) 2023-02-16 11:03:11 +04:00

README.md

OpenVINO Plugins

OpenVINO Plugins provide support for hardware devices.

The list of supported plugins:

See also