Skip to content

Commit

Permalink
Update pipeline.yml for AMDGPU.jl
Browse files Browse the repository at this point in the history
* Update pipeline.yml
  • Loading branch information
amontoison authored Oct 24, 2023
1 parent 03f5f95 commit 681a2b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 681a2b3

Please sign in to comment.