Skip to content

Commit d21296b

Browse files
authored
Update configurations-for-intel-gpu.md (#18611)
1 parent e67850a commit d21296b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ To use the OpenVINO™ GPU plug-in and transfer the inference to the graphics of
1515
Linux
1616
#####
1717

18-
To use a GPU device for OpenVINO inference, you must meet the following prerequisites:
18+
To use a GPU device for OpenVINO inference, you must install OpenCL runtime packages.
1919

20-
- Use a supported Linux kernel as per the `documentation <https://dgpu-docs.intel.com/driver/kernel-driver-types.html>`__
21-
- Install ``intel-i915-dkms`` and ``xpu-smi`` kernel modules as described in the `installation documentation <https://dgpu-docs.intel.com/driver/installation.html>`__
22-
- Install GPU Runtime packages:
20+
If you are using a discrete GPU (for example Arc 770), you must also be using a supported Linux kernel as per `documentation. <https://dgpu-docs.intel.com/driver/kernel-driver-types.html>`__
2321

24-
- `The Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver <https://github.com/intel/compute-runtime/releases/latest>`__
25-
- `Intel Graphics Memory Management Library <https://github.com/intel/gmmlib>`__
26-
- `Intel® Graphics Compiler for OpenCL™ <https://github.com/intel/intel-graphics-compiler>`__
27-
- `OpenCL ICD loader package <https://github.com/KhronosGroup/OpenCL-ICD-Loader>`__
22+
- For Arc GPU, kernel 6.2 or higher is recommended.
23+
- For Max and Flex GPU, or Arc with kernel version lower than 6.2, you must also install the ``intel-i915-dkms`` and ``xpu-smi`` kernel modules as described in the installation documentation for `Max/Flex <https://dgpu-docs.intel.com/driver/installation.html>`__ or `Arc. <https://dgpu-docs.intel.com/driver/client/overview.html>`__
2824

29-
Depending on your operating system, there may be different methods to install the above packages. Below are the instructions on how to install the packages on supported Linux distributions.
25+
Below are the instructions on how to install the OpenCL packages on supported Linux distributions. These instructions install the `Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver <https://github.com/intel/compute-runtime/releases/tag/23.22.26516.18>`__ and its dependencies:
26+
27+
- `Intel Graphics Memory Management Library <https://github.com/intel/gmmlib>`__
28+
- `Intel® Graphics Compiler for OpenCL™ <https://github.com/intel/intel-graphics-compiler>`__
29+
- `OpenCL ICD loader package <https://github.com/KhronosGroup/OpenCL-ICD-Loader>`__
3030

3131
.. tab-set::
3232

0 commit comments

Comments
 (0)