Skip to content

Commit 7bbfce1

Browse files
Merge pull request #1160 from IntelPython/fix-linux-ocl-icd-activation
Got rid of setting OCL_ICD_FILENAMES now that intel-opencl-rt is fixed
2 parents 37516e5 + 5a638de commit 7bbfce1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/conda-package.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,11 @@ jobs:
161161
run: |
162162
. $CONDA/etc/profile.d/conda.sh
163163
conda activate test_dpctl
164-
export OCL_ICD_FILENAMES=libintelocl.so
165164
python -c "import dpctl; dpctl.lsplatform()"
166165
- name: Run tests
167166
run: |
168167
. $CONDA/etc/profile.d/conda.sh
169168
conda activate test_dpctl
170-
# echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
171-
export OCL_ICD_FILENAMES=libintelocl.so
172169
# clinfo -l
173170
python -m pytest --pyargs $MODULE_NAME
174171
@@ -413,7 +410,6 @@ jobs:
413410
shell: bash -l {0}
414411
run: |
415412
source $CONDA/etc/profile.d/conda.sh
416-
export OCL_ICD_FILENAMES=libintelocl.so
417413
conda activate examples
418414
conda list
419415
cd examples/pybind11
@@ -441,7 +437,6 @@ jobs:
441437
shell: bash -l {0}
442438
run: |
443439
source $CONDA/etc/profile.d/conda.sh
444-
export OCL_ICD_FILENAMES=libintelocl.so
445440
conda activate examples
446441
conda list
447442
cd examples/cython
@@ -458,7 +453,6 @@ jobs:
458453
shell: bash -l {0}
459454
run: |
460455
source $CONDA/etc/profile.d/conda.sh
461-
export OCL_ICD_FILENAMES=libintelocl.so
462456
conda activate examples
463457
conda list
464458
cd examples/c
@@ -476,7 +470,6 @@ jobs:
476470
run: |
477471
cd examples/python
478472
source $CONDA/etc/profile.d/conda.sh
479-
export OCL_ICD_FILENAMES=libintelocl.so
480473
conda activate examples
481474
for script in $(find . \( -not -name "_*" -and -name "*.py" \))
482475
do
@@ -581,7 +574,6 @@ jobs:
581574
. $CONDA/etc/profile.d/conda.sh
582575
conda activate test_dpctl
583576
# echo "libintelocl.so" | tee /etc/OpenCL/vendors/intel-cpu.icd
584-
export OCL_ICD_FILENAMES=libintelocl.so
585577
python -c "import dpctl; dpctl.lsplatform()"
586578
export ARRAY_API_TESTS_MODULE=dpctl.tensor
587579
cd /home/runner/work/array-api-tests

0 commit comments

Comments
 (0)