From 0ac2e33df6acbd856e670bf15105acb631cc6699 Mon Sep 17 00:00:00 2001 From: Helena Kloosterman Date: Thu, 28 Nov 2024 09:44:39 +0100 Subject: [PATCH] Update Linux GPU driver install docs --- .../configurations-intel-gpu.rst | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/docs/articles_en/get-started/configurations/configurations-intel-gpu.rst b/docs/articles_en/get-started/configurations/configurations-intel-gpu.rst index e10a67fddadb53..74105a71115cb3 100644 --- a/docs/articles_en/get-started/configurations/configurations-intel-gpu.rst +++ b/docs/articles_en/get-started/configurations/configurations-intel-gpu.rst @@ -17,12 +17,11 @@ Linux To use a GPU device for OpenVINO inference, you must install OpenCL runtime packages. -If you are using a discrete GPU (for example Arc 770), you must also be using a supported Linux kernel as per `documentation. `__ - -- For Arc GPU, kernel 6.2 or higher is recommended. +- For Arc A GPU, kernel 6.2 or higher is recommended. Ubuntu 24.04 includes a supported kernel. For more information, refer to `documentation `__ about supported kernels. +- For Intel Core Ultra series 2 (codenamed Lunar Lake) integrated graphics, kernel 6.11 or higher is required. Follow instructions for `graphics drivers installation `__ - 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 `__ or `Arc. `__ -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 `__ and its dependencies: +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 `__ and its dependencies: - `Intel Graphics Memory Management Library `__ - `Intel® Graphics Compiler for OpenCL™ `__ @@ -33,17 +32,11 @@ Below are the instructions on how to install the OpenCL packages on supported Li .. tab-item:: Ubuntu 22.04 LTS / Ubuntu 24.04 LTS :sync: ubuntu-22 - Download and install the `deb` packages published `here `__ - and install the apt package `ocl-icd-libopencl1` with the OpenCl ICD loader. - - Alternatively, you can add the apt repository by following the - `installation guide `__. - Then install the `ocl-icd-libopencl1`, `intel-opencl-icd`, `intel-level-zero-gpu` and `level-zero` - apt packages: - .. code-block:: sh - apt-get install -y ocl-icd-libopencl1 intel-opencl-icd intel-level-zero-gpu level-zero + apt-get install -y intel-opencl-icd + + Alternatively, install the latest drivers from the `compute-runtime repository `__. .. tab-item:: Ubuntu 20.04 LTS :sync: ubuntu-20