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 1717requirements :
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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ postfix = "dpcpp"
1010class = " DpcppFramework"
1111arch = " cpu"
1212sycl_device = " cpu"
13- dpcpp_version = " IntelLLVM 2024.0 .0"
13+ dpcpp_version = " IntelLLVM 2024.1 .0"
1414
1515[[framework .postfixes ]]
1616impl_postfix = " sycl"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments