Skip to content

Commit

Permalink
Keep tests with AMDGPU.jl commented
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jul 16, 2023
1 parent 896e4ed commit 4182209
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@ steps:
include("test/gpu/nvidia.jl")'
timeout_in_minutes: 30

- label: "AMD GPUs -- AMDGPU.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.9
agents:
queue: "juliagpu"
rocm: "*"
rocmgpu: "gfx1031"
env:
JULIA_AMDGPU_CORE_MUST_LOAD: "1"
JULIA_AMDGPU_HIP_MUST_LOAD: "1"
JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
command: |
julia --color=yes --project -e '
using Pkg
Pkg.add("AMDGPU")
Pkg.instantiate()
include("test/gpu/amd.jl")'
timeout_in_minutes: 30
# - label: "AMD GPUs -- AMDGPU.jl"
# plugins:
# - JuliaCI/julia#v1:
# version: 1.9
# agents:
# queue: "juliagpu"
# rocm: "*"
# rocmgpu: "gfx1031"
# env:
# JULIA_AMDGPU_CORE_MUST_LOAD: "1"
# JULIA_AMDGPU_HIP_MUST_LOAD: "1"
# JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
# command: |
# julia --color=yes --project -e '
# using Pkg
# Pkg.add("AMDGPU")
# Pkg.instantiate()
# include("test/gpu/amd.jl")'
# timeout_in_minutes: 30

- label: "Intel GPUs -- oneAPI.jl"
plugins:
Expand Down

0 comments on commit 4182209

Please sign in to comment.