Skip to content

Commit 2140a1e

Browse files
[DOCS] Enabling GPU for inference on systems with conda-forge (openvinotoolkit#24390)
Adding instructions for installation of `opencl-icd-system` package which enables users to select a GPU device for OpenVINO inference.
1 parent efa2deb commit 2140a1e

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

docs/articles_en/get-started/install-openvino/install-openvino-conda.rst

+12-5
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,18 @@ To reactivate your Conda environment, execute the following command:
9494
Once you have reactivated your Conda environment, make sure that all the necessary environment
9595
variables are properly set and proceed with linking the OpenVINO libraries.
9696

97+
Enabling GPU device for inference
98+
+++++++++++++++++++++++++++++++++
99+
100+
To use a GPU device for OpenVINO inference on Linux, you must install OpenCL ICD:
101+
102+
.. code-block:: sh
103+
104+
conda install ocl-icd-system
105+
106+
This step is not required on Windows, as Intel® Graphics Compute Runtime for
107+
OpenCL™ Driver is included with the Intel® Graphics Driver package.
108+
97109

98110
Uninstalling OpenVINO™ Runtime
99111
###########################################################
@@ -105,8 +117,6 @@ with the proper OpenVINO version number:
105117
106118
conda remove openvino=2024.1.0
107119
108-
109-
110120
What's Next?
111121
############################################################
112122

@@ -124,6 +134,3 @@ Visit the :doc:`Samples <../../../learn-openvino/openvino-samples>` page for oth
124134
* :doc:`Basic object detection with the Hello Reshape SSD C++ sample <../../../learn-openvino/openvino-samples/hello-reshape-ssd>`
125135
* :doc:`Object classification sample <../../../learn-openvino/openvino-samples/hello-classification>`
126136

127-
128-
129-

0 commit comments

Comments
 (0)