Skip to content

Commit 7ead10f

Browse files
committed
remove step configuring intel-opencl-rt
1 parent 1f34b63 commit 7ead10f

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/run-tests-from-dppy-bits.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -151,19 +151,6 @@ jobs:
151151
run: |
152152
conda install -n ${{ env.TEST_ENV_NAME }} -c dppy/label/dev ${{ env.CHANNELS }} intel-opencl-rt
153153
154-
- name: Configure Intel OpenCL CPU RT
155-
shell: pwsh
156-
run: |
157-
$script_path="$env:CONDA_PREFIX\Scripts\set-intel-ocl-icd-registry.ps1"
158-
if (Test-Path $script_path) {
159-
&$script_path
160-
} else {
161-
Write-Warning "File $script_path was NOT found!"
162-
}
163-
# Check the variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default
164-
$cl_cfg="$env:CONDA_PREFIX\Library\bin\cl.cfg"
165-
Get-Content -Tail 5 -Path $cl_cfg
166-
167154
- name: Smoke test
168155
shell: cmd /C CALL {0}
169156
run: >-

0 commit comments

Comments
 (0)