Skip to content

Commit cfe6697

Browse files
Create readme file
1 parent 7057bd5 commit cfe6697

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# About intel-gpu-ocl-icd-system
2+
3+
Home: https://github.com/IntelPython/intel-gpu-ocl-icd-feedstock
4+
5+
Package license: Apache 2
6+
7+
Feedstock license: Apache 2
8+
9+
Summary: Symlink system-wide OpenCL ICD file for Intel(R) GPUs to current environment
10+
11+
Since GPU drivers are installed system-wide, and the OpenCL loader in conda environment
12+
is configured to look for ICD files in ``${CONDA_PREFIX}/etc/OpenCL/vendors`` to isolate
13+
the conda environment from the system environment, enabling discovery of Intel GPU devices
14+
by the OpenCL loader requires creation of appropriate ICD file in the conda environment's
15+
own vendors folder. This metapackage creates such an ICD as a symbolic link to the ICD
16+
installed system-wide.

0 commit comments

Comments
 (0)