File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed
dpbench/configs/framework_info Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 17
17
requirements :
18
18
build :
19
19
- {{ compiler('cxx') }}
20
- - {{ compiler('dpcpp') }} ==2024.0.0 # [not osx]
20
+ - {{ compiler('dpcpp') }}
21
21
- sysroot_linux-64 >=2.28 # [linux]
22
22
host :
23
23
- python
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ postfix = "dpcpp"
10
10
class = " DpcppFramework"
11
11
arch = " cpu"
12
12
sycl_device = " cpu"
13
- dpcpp_version = " IntelLLVM 2024.0 .0"
13
+ dpcpp_version = " IntelLLVM 2024.1 .0"
14
14
15
15
[[framework .postfixes ]]
16
16
impl_postfix = " sycl"
Original file line number Diff line number Diff line change @@ -23,9 +23,8 @@ dependencies:
23
23
- dpctl
24
24
- dpnp
25
25
- 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
29
28
- cython
30
29
- cmake
31
30
- ninja
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies:
25
25
- numba-dpex
26
26
# TODO: switch to conda-forge, but it results in broken OpenCL rt (see below)
27
27
# - conda-forge::dpcpp_win-64
28
- - intel::dpcpp_win-64==2024.0.0
28
+ - intel::dpcpp_win-64
29
29
# fixing cmake version here, because we need to apply patch for IntelLLVM
30
30
- cmake==3.26*
31
31
- cython
You can’t perform that action at this time.
0 commit comments