From 896e4edb696a6bc78a534a902988aaa998f3c002 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Sun, 16 Jul 2023 18:12:44 -0400 Subject: [PATCH] Update .builkite/pipeline.yml --- .buildkite/pipeline.yml | 43 +++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 169198903..720bd9545 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -2,7 +2,7 @@ steps: - label: "Nvidia GPUs -- CUDA.jl" plugins: - JuliaCI/julia#v1: - version: 1.8 + version: 1.9 agents: queue: "juliagpu" cuda: "*" @@ -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: "*" @@ -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"