From 524a750108acf4b643b1129ade15b8dcdb0da6a6 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Tue, 24 Sep 2024 23:48:11 -0500 Subject: [PATCH] Update compat entries --- .buildkite/pipeline.yml | 4 ++-- Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"