Additional Configurations For Hardware¶
For certain use cases, you may need to install additional software, to use the full potential of OpenVINO™. Check the following list for components for elements used in your workflow:
GPU drivers
If you want to run inference on a GPU, make sure your GPU’s drivers are properly installed.
See the guide on GPU configuration
for details.
NPU drivers
Intel’s Neural Processing Unit introduced with the Intel® Core™ Ultra generation of CPUs
(formerly known as Meteor Lake), is a low-power solution for offloading neural network computation.
If you want to run inference on an NPU, make sure your NPU’s drivers are properly installed.
See the guide on NPU configuration
for details.
GNA drivers
If you want to run inference on a GNA (note that it is currently being deprecated and will no longer
be supported beyond 2023.2), make sure your GPU’s drivers are properly installed. See the
guide on GNA configuration
for details.
Open Computer Vision Library
OpenCV is used to extend the capabilities of some models, for example enhance some of
OpenVINO samples, when used as a dependency in compilation. To install OpenCV for OpenVINO, see the
instructions on GtHub.