Skip to content

Commit a3a7841

Browse files
committed
Require dpcpp compiler 2024.0 and runtime >=2024.0
1 parent c31557c commit a3a7841

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
PACKAGE_NAME: dpnp
1111
MODULE_NAME: dpnp
12-
CHANNELS: '-c dppy/label/dev -c intel -c conda-forge --override-channels'
12+
CHANNELS: '-c dppy/label/dev -c intel/label/validation -c intel -c conda-forge --override-channels'
1313
# TODO: to add test_arraymanipulation.py back to the scope once crash on Windows is gone
1414
TEST_SCOPE: >-
1515
test_arraycreation.py
@@ -328,7 +328,7 @@ jobs:
328328
${{ runner.os }}-conda-${{ env.CACHE_NUMBER }}-
329329
330330
- name: Install opencl_rt
331-
run: conda install opencl_rt -c intel --override-channels
331+
run: conda install opencl_rt -c intel/label/validation -c intel --override-channels
332332

333333
- name: Install dpnp
334334
run: |

conda-recipe/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ requirements:
1414
- ninja
1515
- git
1616
- dpctl >=0.15.0
17-
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2023.2.0') }}
17+
- mkl-devel-dpcpp {{ environ.get('MKL_VER', '>=2024.0') }}
1818
- onedpl-devel
1919
- tbb-devel
2020
- wheel
2121
- scikit-build
2222
build:
2323
- {{ compiler('cxx') }}
24-
- {{ compiler('dpcpp') }} >=2023.2.0 # [not osx]
24+
- {{ compiler('dpcpp') }} >=2024.0 # [not osx]
2525
- sysroot_linux-64 >=2.28 # [linux]
2626
run:
2727
- python
2828
- dpctl >=0.15.0
29-
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }}
29+
- dpcpp-cpp-rt >= 2024.0
3030
- {{ pin_compatible('mkl-dpcpp', min_pin='x.x', max_pin='x') }}
3131
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
3232

0 commit comments

Comments
 (0)