Skip to content

Commit b02b44b

Browse files
Add runtime dependency on intel-gpu-ocl-icd-system package
The package is a pseudo-package which creates symbolic link to ${PREFIX}/etc/OpenCL/vendors to /etc/OpenCL/vendors/intel.icd which load implementation library for Intel OpenCL GPU devices. Availability of this device is required by oneMKL, and hence this is added to dpnp, rather than to dpctl.
1 parent 606b82c commit b02b44b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ requirements:
3737
- {{ pin_compatible('onemkl-sycl-stats', min_pin='x.x', max_pin='x') }}
3838
- {{ pin_compatible('onemkl-sycl-vm', min_pin='x.x', max_pin='x') }}
3939
- numpy
40+
- intel-gpu-ocl-icd-system
4041

4142
build:
4243
number: {{ GIT_DESCRIBE_NUMBER }}

0 commit comments

Comments
 (0)