Skip to content

Commit 45cb63f

Browse files
committed
fix version pinning in yml file
1 parent 36e3c36 commit 45cb63f

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build:
1717
requirements:
1818
build:
1919
- {{ compiler('cxx') }}
20-
- {{ compiler('dpcpp') }} ==2024.0.0 # [not osx]
20+
- {{ compiler('dpcpp') }}
2121
- sysroot_linux-64 >=2.28 # [linux]
2222
host:
2323
- python

dpbench/configs/framework_info/dpcpp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ postfix = "dpcpp"
1010
class = "DpcppFramework"
1111
arch = "cpu"
1212
sycl_device = "cpu"
13-
dpcpp_version = "IntelLLVM 2024.0.0"
13+
dpcpp_version = "IntelLLVM 2024.1.0"
1414

1515
[[framework.postfixes]]
1616
impl_postfix = "sycl"

environments/conda-linux-sycl.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ dependencies:
2323
- dpctl
2424
- dpnp
2525
- numba-dpex
26-
# TODO: fix issues on conda-forge build
27-
- intel::dpcpp_linux-64==2024.0.0
28-
- intel::dpcpp-cpp-rt==2024.0.0
26+
- intel::dpcpp_linux-64
27+
- intel::dpcpp-cpp-rt
2928
- cython
3029
- cmake
3130
- ninja

environments/conda-win-sycl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies:
2525
- numba-dpex
2626
# TODO: switch to conda-forge, but it results in broken OpenCL rt (see below)
2727
# - conda-forge::dpcpp_win-64
28-
- intel::dpcpp_win-64==2024.0.0
28+
- intel::dpcpp_win-64
2929
# fixing cmake version here, because we need to apply patch for IntelLLVM
3030
- cmake==3.26*
3131
- cython

0 commit comments

Comments
 (0)