[DOCS] Enabling GPU for inference on systems with conda-forge (#24390)

Adding instructions for installation of `opencl-icd-system` package
which enables users to select a GPU device for OpenVINO inference.
This commit is contained in:
Sebastian Golebiewski 2024-05-07 13:10:54 +02:00 committed by GitHub
parent efa2debea2
commit 2140a1ef28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 5 deletions

View File

@ -94,6 +94,18 @@ To reactivate your Conda environment, execute the following command:
Once you have reactivated your Conda environment, make sure that all the necessary environment
variables are properly set and proceed with linking the OpenVINO libraries.
Enabling GPU device for inference
+++++++++++++++++++++++++++++++++
To use a GPU device for OpenVINO inference on Linux, you must install OpenCL ICD:
.. code-block:: sh
conda install ocl-icd-system
This step is not required on Windows, as Intel® Graphics Compute Runtime for
OpenCL™ Driver is included with the Intel® Graphics Driver package.
Uninstalling OpenVINO™ Runtime
###########################################################
@ -105,8 +117,6 @@ with the proper OpenVINO version number:
conda remove openvino=2024.1.0
What's Next?
############################################################
@ -124,6 +134,3 @@ Visit the :doc:`Samples <../../../learn-openvino/openvino-samples>` page for oth
* :doc:`Basic object detection with the Hello Reshape SSD C++ sample <../../../learn-openvino/openvino-samples/hello-reshape-ssd>`
* :doc:`Object classification sample <../../../learn-openvino/openvino-samples/hello-classification>`