diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a7162de..70f416e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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")' diff --git a/Project.toml b/Project.toml index 7977b75..4568532 100644 --- a/Project.toml +++ b/Project.toml @@ -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"