From 0b5b9ef6b106b27f068523b4a966ae19988a2654 Mon Sep 17 00:00:00 2001 From: Alexis Montoison Date: Wed, 6 Sep 2023 10:22:28 -0500 Subject: [PATCH] Use the branch master of AMDGPU.jl --- .buildkite/pipeline.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a77131cf7..c22997428 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -34,8 +34,9 @@ steps: JULIA_AMDGPU_DISABLE_ARTIFACTS: "1" command: | julia --color=yes --project -e ' - using Pkg - Pkg.add("AMDGPU") + using Pkg + # Pkg.add("AMDGPU") + Pkg.add(url="https://github.com/JuliaGPU/AMDGPU.jl", rev="master") Pkg.instantiate() include("test/gpu/amd.jl")' timeout_in_minutes: 30