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 c0ca9dc commit 99bcee2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- label: "Nvidia GPUs -- CUDA.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.10
version: "1.10"
agents:
queue: "juliagpu"
cuda: "*"
Expand All @@ -20,7 +20,7 @@ steps:
- label: "AMD GPUs -- AMDGPU.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.10
version: "1.10"
agents:
queue: "juliagpu"
rocm: "*"
Expand All @@ -44,16 +44,16 @@ steps:
- label: "Intel GPUs -- oneAPI.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.10
version: "1.10"
agents:
queue: "juliagpu"
intel: "*"
command: |
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

0 comments on commit 99bcee2

Please sign in to comment.