Skip to content

Commit

Permalink
Use the branch master of AMDGPU.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Sep 6, 2023
1 parent 39ce689 commit 424c8fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 424c8fb

Please sign in to comment.