File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,9 @@ jobs:
354354 TEST_CHANNELS : ' -c ${{ env.channel-path }} ${{ env.channels-list }}'
355355 MAMBA_NO_LOW_SPEED_LIMIT : 1
356356
357+ - name : Install OCL CPU RT from Intel channel
358+ run : mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
359+
357360 - name : List installed packages
358361 run : mamba list
359362
Original file line number Diff line number Diff line change 9292 run : |
9393 mamba install ${{ env.package-name }}=${{ steps.find_latest_tag.outputs.tag }} ${{ env.test-packages }} ${{ env.channels-list }}
9494
95+ - name : Install OCL CPU RT from Intel channel
96+ run : mamba install intel-opencl-rt=*=intel_* ${{ env.channels-list }}
97+
9598 - name : List installed packages
9699 run : mamba list
97100
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ channels:
33 - conda-forge
44dependencies :
55 - python=3.13 # no python 3.14 support by conda-build
6- - conda-build=25.9 .0
6+ - conda-build=25.11 .0
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ channels:
44dependencies :
55 - dpcpp_linux-64>=2025.3 # force to install the latest release
66 - mkl-devel-dpcpp>=2025.3 # force to install the latest release
7+ - mkl-devel>=2025.3 # w/a to intel_repack-feedstock#121
78 - onedpl-devel
89 - tbb-devel * intel_* # MKL hardly dependces on TBB from Intel channel
You can’t perform that action at this time.
0 commit comments