There was an error while loading. Please reload this page.
1 parent 1f34b63 commit 7ead10fCopy full SHA for 7ead10f
1 file changed
.github/workflows/run-tests-from-dppy-bits.yaml
@@ -151,19 +151,6 @@ jobs:
151
run: |
152
conda install -n ${{ env.TEST_ENV_NAME }} -c dppy/label/dev ${{ env.CHANNELS }} intel-opencl-rt
153
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
-
167
- name: Smoke test
168
shell: cmd /C CALL {0}
169
run: >-
0 commit comments