Skip to content

Commit

Permalink
fix version pinning in yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshyoga committed Apr 12, 2024
1 parent 4b6ebde commit 4cd34e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dpbench/configs/framework_info/dpcpp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ postfix = "dpcpp"
class = "DpcppFramework"
arch = "cpu"
sycl_device = "cpu"
dpcpp_version = "IntelLLVM 2024.0.0"
dpcpp_version = "IntelLLVM 2024.1.0"

[[framework.postfixes]]
impl_postfix = "sycl"
Expand Down
5 changes: 2 additions & 3 deletions environments/conda-linux-sycl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ dependencies:
- dpctl
- dpnp
- numba-dpex
# TODO: fix issues on conda-forge build
- intel::dpcpp_linux-64==2024.0.0
- intel::dpcpp-cpp-rt==2024.0.0
- intel::dpcpp_linux-64
- intel::dpcpp-cpp-rt
- cython
- cmake
- ninja
Expand Down

0 comments on commit 4cd34e3

Please sign in to comment.