From 681a2b30a096b15bc825e1c2c151424c41b87b74 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:54:46 -0500 Subject: [PATCH] Update pipeline.yml for AMDGPU.jl * Update pipeline.yml --- .buildkite/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index c22997428..ab6155fb4 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -35,8 +35,7 @@ steps: command: | julia --color=yes --project -e ' using Pkg - # Pkg.add("AMDGPU") - Pkg.add(url="https://github.com/JuliaGPU/AMDGPU.jl", rev="master") + Pkg.add("AMDGPU") Pkg.instantiate() include("test/gpu/amd.jl")' timeout_in_minutes: 30