Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,21 @@ about:
summary: 'Symlink system-wide OpenCL ICD file for Intel(R) GPUs to current environment'

description: |
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.
<strong>LEGAL NOTICE: Use of this software package is subject to the
software license agreement (as set forth above, in the license section of
the installed Conda package and/or the README file) and all notices,
disclaimers or license terms for third party or open source software
included in or with the software.</strong>
<br/><br/>
EULA: <a href="https://www.intel.com/content/dam/develop/external/us/en/documents/pdf/intel-developer-tools-eula-09-03-19.pdf" target="_blank">LicenseRef-Proprietary-Intel-End-User-License-Agreement-for-Developer-Tools</a>
EULA: <a href="https://www.intel.com/content/dam/develop/external/us/en/documents/pdf/intel-developer-tools-eula-09-03-19.pdf" target="_blank">Apache-2.0</a>
<br/><br/>
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.

extra:
recipe-maintainers:
- oleksandr-pavlyk
- ZzEeKkAa
- ndgrigorian
Loading