Skip to content

Commit

Permalink
Add buildkite step for AMDGPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel authored and dpo committed Oct 16, 2024
1 parent b8ea9bc commit 1178439
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,21 @@ steps:
include("test/gpu/test_S_kwarg.jl")
include("test/gpu/nvidia.jl")'
timeout_in_minutes: 30

- label: "AMD GPUs -- LinearOperators.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.8
agents:
queue: "juliagpu"
rocm: "*"
rocmgpu: "*"
command: |
julia --color=yes --project -e '
using Pkg
Pkg.add("AMDGPU")
Pkg.instantiate()
include("test/gpu/test_S_kwarg.jl")
include("test/gpu/amdgpu.jl")'
timeout_in_minutes: 30

0 comments on commit 1178439

Please sign in to comment.