Files
openvino/docs/install_guides/configurations-for-intel-gpu.md
Artyom Anokhov 96f79b64cd Updated instruction for installing GPU driver on Linux*. (#15160)
* configurations-for-intel-gpu: Updated instruction for GPU on Linux*.

removed install_NEO_OCL_driver script

* Update docs/install_guides/configurations-for-intel-gpu.md

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>

* Update configurations-for-intel-gpu.md

Proposed to remove extra lines for Windows

* Updated with remarks

* Updated wording and some links

* Update wording for the note

* scripts/CMakeLists: removed install_NEO_OCL_driver from installing

removed duplication of MD-file gpu-setup-guide
Updated DM config

* Update docs/install_guides/configurations-for-intel-gpu.md

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>

* Update docs/install_guides/configurations-for-intel-gpu.md

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>

* Update docs/install_guides/configurations-for-intel-gpu.md

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>

* Update docs/install_guides/configurations-for-intel-gpu.md

Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>

* Updated instructions with prerequisites for RH8

---------

Co-authored-by: Yuan Xu <yuan1.xu@intel.com>
Co-authored-by: Pavel Durandin <pavel.durandin@intel.com>
Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com>
2023-01-27 18:54:46 +01:00

3.8 KiB
Raw Blame History

Configurations for Intel® Processor Graphics (GPU) with OpenVINO™

@sphinxdirective

.. _gpu guide:

@endsphinxdirective

In case if you are intended to use OpenVINO GPU plugin and offload network inference to Intel® graphics processor, the Intel Graphics Driver should be properly configured on your system.

If it is already installed, and you want to keep it, you can skip the installation steps.

Linux

To install the latest available Intel® Graphics Compute Runtime for OpenCL™ for your OS, see the Install Guides.

Note

: If you use RedHat 8 OS please install OpenCL library as prerequisite via following command line:
sh rpm -ivh http://mirror.centos.org/centos/8-stream/AppStream/x86_64/os/Packages/ocl-icd-2.2.12-1.el8.x86_64.rpm

Note

: For instructions specific to discrete graphics platforms, refer to the dgpu guide (Intel® Arc™ A-Series Graphics, Intel® Data Center GPU Flex Series, Intel® Data Center GPU MAX Series, Intel® processor graphics Gen12, and Intel® Iris Xe MAX codename DG1).

You may consider installing one of the earlier versions of the driver, based on your particular setup needs.

It is recommended that you refer to the Intel® Graphics Compute Runtime Github page for instructions and recommendations on GPU driver installation specific to particular releases, including the list of supported hardware platforms.

@sphinxdirective

.. _gpu guide windows:

@endsphinxdirective

Windows

To install the Intel Graphics Driver for Windows on your hardware, please proceed with the instruction.

To check if you have this driver installed:

  1. Type device manager in your Search Windows box and press Enter. The Device Manager opens.
  2. Click the drop-down arrow to view the Display adapters. You can see the adapter that is installed in your computer:
  3. Right-click the adapter name and select Properties.
  4. Click the Driver tab to see the driver version.

You are done updating your device driver and are ready to use your GPU.

Additional info

In the internal OpenVINO validation the following versions of Intel Graphics Driver were used:

Operation System Driver version
Ubuntu 20.04 22.35.24055
Ubuntu 18.04 21.38.21026
CentOS 7 19.41.14441
RHEL 8 22.28.23726

Whats Next?

You can try out the toolkit with:

Developing in Python:

Developing in C++:

  • [Image Classification Async C++ Sample](@ref openvino_inference_engine_samples_classification_sample_async_README)
  • [Hello Classification C++ Sample](@ref openvino_inference_engine_samples_hello_classification_README)
  • [Hello Reshape SSD C++ Sample](@ref openvino_inference_engine_samples_hello_reshape_ssd_README)