From 88b006bce9fa2158cfae2bf91fcf45d9903b4b40 Mon Sep 17 00:00:00 2001 From: Anton Voronov Date: Thu, 1 Jun 2023 12:17:48 +0400 Subject: [PATCH] [DOC] cpu documentation fixes (#17816) * [DOC] cpu documentation fixes * fixed typos --- docs/OV_Runtime_UG/supported_plugins/CPU.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/OV_Runtime_UG/supported_plugins/CPU.md b/docs/OV_Runtime_UG/supported_plugins/CPU.md index 41b753fe387..1fb3daf4d76 100644 --- a/docs/OV_Runtime_UG/supported_plugins/CPU.md +++ b/docs/OV_Runtime_UG/supported_plugins/CPU.md @@ -9,7 +9,7 @@ The CPU plugin is a part of the Intel® Distribution of OpenVINO™ toolkit. It is developed to achieve high performance inference of neural networks on Intel® x86-64 and Arm® CPUs. The newer 11th generation and later Intel® CPUs provide even further performance boost, especially with INT8 models. For an in-depth description of CPU plugin, see: -- `CPU plugin developers documentation `__. +- `CPU plugin developers documentation `__. - `OpenVINO Runtime CPU plugin source files `__. .. note:: @@ -94,8 +94,7 @@ the `BFLOAT16 – Hardware Numerics Definition white paper ` @@ -296,7 +295,7 @@ For more details, see the :doc:`model caching ` can be used for the plugin extension as well. Enabling fallback on a custom operation implementation is possible by overriding the ``ov::Op::evaluate`` method in the derived operation class (see :doc:`custom OpenVINO™ operations ` for details). @@ -399,7 +398,7 @@ By default, OpenVINO Runtime will enable CPU threads pinning for better performa :language: python :fragment: [ov:intel_cpu:multi_threading:part1] -user can check [optimization guide](https://docs.openvino.ai/latest/openvino_docs_deployment_optimization_guide_tput_advanced.html) for details on multi-stream execution +user can check the :doc:`optimization guide ` for details on multi-stream execution .. note:: @@ -463,7 +462,7 @@ weights are loaded from DDR/L3 cache in the packed format this significantly dec and as a consequence improve inference performance. To use this feature, the user is provided with property ``sparse_weights_decompression_rate``, which can take -values from the interval \[0, 1\]. ``sparse_weights_decompression_rate`` defines sparse rate threashold: only operations +values from the interval \[0, 1\]. ``sparse_weights_decompression_rate`` defines sparse rate threshold: only operations with higher sparse rate will be executed using ``sparse weights decompression feature``. The default value is ``1``, which means the option is disabled.