File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments