Skip to content

Commit d7d13f9

Browse files
note about the icd package under conda (#2644)
1 parent 3a91f2a commit d7d13f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/sources/oneapi-gpu.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ Debian systems require installing package ``intel-opencl-icd`` (along with its d
6767

6868
For Arch Linux, and for other distributions in general, see the `GPGPU article in the Arch wiki <https://wiki.archlinux.org/title/GPGPU>`__.
6969

70+
.. important::
71+
If using the |sklearnex| in a conda environment, GPU support requires the the OpenCL ICD package `for conda <https://github.com/IntelPython/intel-gpu-ocl-icd-system-feedstock>`__ to be installed in the conda environment, **in addition to the system install** of the same package: ::
72+
73+
conda install -c https://software.repos.intel.com/python/conda/ intel-gpu-ocl-icd-system
74+
7075
Be aware that datacenter-grade devices, such as 'Flex' and 'Max', require different drivers and runtimes. For CentOS and for datacenter-grade devices, see `instructions here <https://dgpu-docs.intel.com/driver/installation.html>`__.
7176

7277
For more details, see the `DPC++ requirements page <https://www.intel.com/content/www/us/en/developer/articles/system-requirements/oneapi-dpcpp/2025.html>`__.

0 commit comments

Comments
 (0)