Commit 4d2be8c
authored
Correct a path to
The location of `cl.cfg` file created by installing `intel-opencl-rt`
conda package was changed few releases back from
`%CONDA_PREFIX%\Library\lib\cl.cfg` to
`%CONDA_PREFIX%\Library\bin\cl.cfg`.
The file was still created at `Library\lib\cl.cfg` by
`intel-opencl-rt-post-link.bat` script but with empty content.
The PR updates public CI to rely on correct path to `cl.cfg`
configuration file.
The issue with `intel-opencl-rt-post-link.bat` script has to be updated
by separate change in the compiler repo.cl.cfg file (#2431)1 parent e5ab49b commit 4d2be8c
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments