Skip to content

Commit

Permalink
Comment out AMD cards for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Jul 17, 2024
1 parent 824776f commit 15315b1
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ steps:
include("test/gpu/cuda.jl")'
timeout_in_minutes: 30

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

0 comments on commit 15315b1

Please sign in to comment.