Skip to content

Commit

Permalink
Update .builkite/pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jul 16, 2023
1 parent 69e446f commit 896e4ed
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 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.8
version: 1.9
agents:
queue: "juliagpu"
cuda: "*"
Expand All @@ -19,29 +19,30 @@ steps:
include("test/gpu/nvidia.jl")'
timeout_in_minutes: 30

# - label: "AMD GPUs -- AMDGPU.jl"
# plugins:
# - JuliaCI/julia#v1:
# version: 1.8
# agents:
# queue: "juliagpu"
# rocm: "*"
# rocmgpu: "*"
# env:
# JULIA_AMDGPU_CORE_MUST_LOAD: "1"
# JULIA_AMDGPU_HIP_MUST_LOAD: "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:
- JuliaCI/julia#v1:
version: 1.8
version: 1.9
agents:
queue: "juliagpu"
intel: "*"
Expand All @@ -56,7 +57,7 @@ steps:
- label: "Apple M1 GPUs -- Metal.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.8
version: 1.9
agents:
queue: "juliaecosystem"
os: "macos"
Expand Down

0 comments on commit 896e4ed

Please sign in to comment.