https://github.com/intelpython/intel-gpu-ocl-icd-system-feedstock
Conda recipe for intel-gpu-ocl-icd-system conda package
https://github.com/intelpython/intel-gpu-ocl-icd-system-feedstock
Last synced: 3 months ago
JSON representation
Conda recipe for intel-gpu-ocl-icd-system conda package
- Host: GitHub
- URL: https://github.com/intelpython/intel-gpu-ocl-icd-system-feedstock
- Owner: IntelPython
- License: apache-2.0
- Created: 2024-07-31T19:20:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T20:48:42.000Z (3 months ago)
- Last Synced: 2025-02-24T21:33:19.101Z (3 months ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# About intel-gpu-ocl-icd-system
Home: https://github.com/IntelPython/intel-gpu-ocl-icd-feedstock
Package license: Apache 2
Feedstock license: Apache 2
Summary: Symlink system-wide OpenCL ICD file for Intel(R) GPUs to current environment
Since GPU drivers are installed system-wide, and the OpenCL loader in conda environment
is configured to look for ICD files in ``${CONDA_PREFIX}/etc/OpenCL/vendors`` to isolate
the conda environment from the system environment, enabling discovery of Intel GPU devices
by the OpenCL loader requires creation of appropriate ICD file in the conda environment's
own vendors folder. This metapackage creates such an ICD as a symbolic link to the ICD
installed system-wide.