We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c629a8 + 829fb5d commit bc78431Copy full SHA for bc78431
conda-recipe/dpctl-post-link.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/bash
2
3
systemwide_icd=/etc/OpenCL/vendors/intel.icd
4
-local_vendors=$PREFIX/etc/OpenCL/vendors/
+local_vendors=$PREFIX/etc/OpenCL/vendors
5
icd_fn=$local_vendors/intel-ocl-gpu.icd
6
7
if [[ -f $systemwide_icd && -d $local_vendors && ! -f $icd_fn ]]; then
conda-recipe/dpctl-pre-unlink.sh
@@ -1,6 +1,6 @@
if [[ -L $icd_fn ]]; then
0 commit comments