openvino/src/plugins
Taylor Yeonbok Lee f1b8abe55a
[GPU] Optimization for gemm & fc in iGPU. (#19780)
* Optimization for gemm & fc in iGPU.
FC: fake alignment for 16 is better in iGPU.
Gemm: permute + gemm_tiled_opt is better than transposed_input + gemm_ref kernel for unaligned shapes to 16. Note that this is an temporal optimization and will be removed once the final solution (i.e., support unaligned transposed input shape in gemm_tiled_opt kernel) is availalbe.

* Fix unittest

* Fix for model_cache

* Fix unittest
2023-09-21 22:07:53 -07:00
..
auto Ensure so is there for lifecycle (#19510) 2023-09-18 14:13:38 +08:00
auto_batch Ensure so is there for lifecycle (#19510) 2023-09-18 14:13:38 +08:00
hetero Replaced several cmake utilities with new ov_ prefix (#19819) 2023-09-14 16:22:50 +04:00
intel_cpu Refactor ConversionLayerTest, ConcatLayerTest, ConstantLayerTest, ConvertColorI420LayerTest, ConvertColorNV12LayerTest (#19777) 2023-09-21 22:56:14 +02:00
intel_gna Removed testdata repo usage (#19890) 2023-09-18 06:59:56 +04:00
intel_gpu [GPU] Optimization for gemm & fc in iGPU. (#19780) 2023-09-21 22:07:53 -07:00
proxy Replaced several cmake utilities with new ov_ prefix (#19819) 2023-09-14 16:22:50 +04:00
template Remove ngraph from some sources (#19966) 2023-09-21 06:27:30 +04: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