* Add Overview page * update overview * update install dev tools page * Revert "Add Overview page" * create overview page * update movidius setup guide * split the configurations for linux part to a separate topi * split the general configurations for linux to a separate topic * create a separate topic for configurations for vpu on windows * create a separate topic on configurating gpu * create a separate topic for configurations for ncs2 * update structure * update structure * update structure * restructure * update overview * update * update according to comments * update structure * update the structure * correct naming * correct naming * update trademark symbol * remove .bak file * update * test formatting * update * update * fix errors * add a leading sentence for GPU configurations * update structure * delete redundant files * Update docs/install_guides/configurations-for-intel-gpu.md Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com> * Update docs/install_guides/configurations-for-ncs2.md Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com> * Update docs/install_guides/installing-openvino-config-ivad-vpu.md Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com> * fix formatting * fix errors * fix errors * fix errors Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com>
3.4 KiB
Configurations for Intel® Processor Graphics (GPU) with Intel® Distribution of OpenVINO™ toolkit
@sphinxdirective
.. _gpu guide:
@endsphinxdirective
Linux
Once you have your Intel® Distribution of OpenVINO™ Toolkit installed, follow the steps to be able to work on GPU:
-
Go to the install_dependencies directory:
cd <INSTALL_DIR>/intel/openvino_2022/install_dependencies/ -
Install the Intel® Graphics Compute Runtime for OpenCL™ driver components required to use the GPU plugin and write custom layers for Intel® Integrated Graphics. The drivers are not included in the package. To install, run this script:
sudo -E ./install_NEO_OCL_driver.shNote
: To use the Intel® Iris® Xe MAX Graphics, see the Intel® Iris® Xe MAX Graphics with Linux* page for driver installation instructions.
The script compares the driver version on the system to the current version. If the driver version on the system is higher or equal to the current version, the script does not install a new driver. If the version of the driver is lower than the current version, the script uninstalls the lower version and installs the current version with your permission:

Higher hardware versions require a higher driver version, namely 20.35 instead of 19.41. If the script fails to uninstall the driver, uninstall it manually. During the script execution, you may see the following command line output:
Add OpenCL user to video groupIgnore this suggestion and continue.
You can also find the most recent version of the driver, installation procedure and other information on the Intel® software for general purpose GPU capabilities site. -
Optional: Install header files to allow compilation of new code. You can find the header files at Khronos OpenCL™ API Headers.
You've completed all required configuration steps to perform inference on processor graphics. Proceed to the Start Using the Toolkit section to learn the basic OpenVINO™ toolkit workflow and run code samples and demo applications.
@sphinxdirective
.. _gpu guide windows:
@endsphinxdirective
Windows
This section will help you check if you require driver installation. Install indicated version or higher.
If your applications offload computation to Intel® Integrated Graphics, you must have the Intel Graphics Driver for Windows installed on your hardware. Download and install the recommended version.
To check if you have this driver installed:
-
Type device manager in your Search Windows box and press Enter. The Device Manager opens.
-
Click the drop-down arrow to view the Display adapters. You can see the adapter that is installed in your computer:
-
Right-click the adapter name and select Properties.
You are done updating your device driver and are ready to use your GPU. Proceed to the Start Using the Toolkit section to learn the basic OpenVINO™ toolkit workflow and run code samples and demo applications.