File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -245,9 +245,8 @@ jobs:
245
245
} else {
246
246
Write-Output "OCL-ICD-Loader was not copied"
247
247
}
248
- # Create symbolic links to tbb next to OpenCL's task_executor, where it expects to find them
249
- New-Item -ItemType HardLink -Path "C:\Miniconda\Library\lib\tbb12.dll" -Target "C:\Miniconda\Library\bin\tbb12.dll"
250
- New-Item -ItemType HardLink -Path "C:\Miniconda\Library\lib\tbbmalloc.dll" -Target "C:\Miniconda\Library\bin\tbbmalloc.dll"
248
+ # Variable assisting OpenCL CPU driver to find TBB DLLs which are not located where it expects them by default
249
+ echo "TBB_DLL_PATH=C:\Miniconda\Library\bin" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
251
250
}
252
251
- name : Smoke test
253
252
run : |
You can’t perform that action at this time.
0 commit comments