init (#20260)
This commit is contained in:
parent
8d52d93e3b
commit
3c7eee82ce
@ -73,9 +73,9 @@ The OpenVINO™ Runtime can infer models on different hardware devices. This sec
|
|||||||
<td>Intel Xeon with Intel® Advanced Vector Extensions 2 (Intel® AVX2), Intel® Advanced Vector Extensions 512 (Intel® AVX-512), and AVX512_BF16, Intel Core Processors with Intel AVX2, Intel Atom Processors with Intel® Streaming SIMD Extensions (Intel® SSE)</td>
|
<td>Intel Xeon with Intel® Advanced Vector Extensions 2 (Intel® AVX2), Intel® Advanced Vector Extensions 512 (Intel® AVX-512), and AVX512_BF16, Intel Core Processors with Intel AVX2, Intel Atom Processors with Intel® Streaming SIMD Extensions (Intel® SSE)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td> <a href="https://docs.openvino.ai/2023.1/openvino_docs_OV_UG_supported_plugins_CPU.html">ARM CPU</a></tb>
|
<td> <a href="https://docs.openvino.ai/2023.1/openvino_docs_OV_UG_supported_plugins_CPU.html#doxid-openvino-docs-o-v-u-g-supported-plugins-c-p-u">ARM CPU</a></tb>
|
||||||
<td><b><i><a href="https://github.com/openvinotoolkit/openvino_contrib/tree/master/modules/arm_plugin">openvino_arm_cpu_plugin</a></i></b></td>
|
<td><b><i><a href="./src/plugins/intel_cpu">openvino_arm_cpu_plugin</a></i></b></td>
|
||||||
<td>Raspberry Pi™ 4 Model B, Apple® Mac mini with M1 chip, NVIDIA® Jetson Nano™, Android™ devices
|
<td>Raspberry Pi™ 4 Model B, Apple® Mac mini with Apple silicon
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>GPU</td>
|
<td>GPU</td>
|
||||||
|
@ -30,7 +30,7 @@ Currently, processors of the 11th generation and later (up to the 13th generatio
|
|||||||
|| | Intel® Core™ Processors with Intel® AVX2, |
|
|| | Intel® Core™ Processors with Intel® AVX2, |
|
||||||
|| | Intel® Atom® Processors with Intel® Streaming SIMD Extensions (Intel® SSE) |
|
|| | Intel® Atom® Processors with Intel® Streaming SIMD Extensions (Intel® SSE) |
|
||||||
|| | |
|
|| | |
|
||||||
|| (Arm®) | Raspberry Pi™ 4 Model B, Apple® Mac mini with M1 chip, NVIDIA® Jetson Nano™, Android™ devices |
|
|| (Arm®) | Raspberry Pi™ 4 Model B, Apple® Mac mini with Apple silicon |
|
||||||
|| | |
|
|| | |
|
||||||
+---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
|
+---------------------------------------------------------------------+------------------------------------------------------------------------------------------------------+
|
||||||
|| :doc:`GPU <openvino_docs_OV_UG_supported_plugins_GPU>` | Intel® Processor Graphics including Intel® HD Graphics and Intel® Iris® Graphics, |
|
|| :doc:`GPU <openvino_docs_OV_UG_supported_plugins_GPU>` | Intel® Processor Graphics including Intel® HD Graphics and Intel® Iris® Graphics, |
|
||||||
|
@ -24,6 +24,7 @@ OpenVINO™ Runtime can infer deep learning models using the following device ty
|
|||||||
* :doc:`CPU <openvino_docs_OV_UG_supported_plugins_CPU>`
|
* :doc:`CPU <openvino_docs_OV_UG_supported_plugins_CPU>`
|
||||||
* :doc:`GPU <openvino_docs_OV_UG_supported_plugins_GPU>`
|
* :doc:`GPU <openvino_docs_OV_UG_supported_plugins_GPU>`
|
||||||
* :doc:`GNA <openvino_docs_OV_UG_supported_plugins_GNA>`
|
* :doc:`GNA <openvino_docs_OV_UG_supported_plugins_GNA>`
|
||||||
|
* :doc:`Arm® CPU <openvino_docs_OV_UG_supported_plugins_CPU>`
|
||||||
|
|
||||||
For a more detailed list of hardware, see :doc:`Supported Devices <openvino_docs_OV_UG_supported_plugins_Supported_Devices>`.
|
For a more detailed list of hardware, see :doc:`Supported Devices <openvino_docs_OV_UG_supported_plugins_Supported_Devices>`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user