Skip to content

Commit

Permalink
Update compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 25, 2024
1 parent 61769af commit 524a750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ steps:
julia --color=yes --project=test/gpu -e '
using Pkg
Pkg.develop(path=".")
Pkg.add("oneAPI")
# Pkg.add(url="https://github.com/JuliaGPU/oneAPI.jl", rev="master")
# Pkg.add("oneAPI")
Pkg.add(url="https://github.com/JuliaGPU/oneAPI.jl", rev="master")
Pkg.add("Krylov")
Pkg.instantiate()
include("test/gpu/intel.jl")'
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ KrylovPreconditionersoneAPIExt = "oneAPI"
AMDGPU = "1.0.3"
Adapt = "4"
CUDA = "5.3.0"
oneAPI = "=1.5.0"
oneAPI = "1.6.0"
KernelAbstractions = "0.9"
Krylov = "0.9.4"
LightGraphs = "1"
Expand Down

0 comments on commit 524a750

Please sign in to comment.