Skip to content

Commit

Permalink
Update GPU tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Nov 12, 2023
1 parent 10c9ed3 commit 46331e9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ steps:
queue: "juliagpu"
cuda: "*"
command: |
cd test/gpu
julia --color=yes --project -e '
julia --color=yes --project=test/gpu -e '
using Pkg
Pkg.develop(path="../..")
Pkg.add("CUDA")
Expand All @@ -31,8 +30,7 @@ steps:
JULIA_AMDGPU_HIP_MUST_LOAD: "1"
JULIA_AMDGPU_DISABLE_ARTIFACTS: "1"
command: |
cd test/gpu
julia --color=yes --project -e '
julia --color=yes --project=test/gpu -e '
using Pkg
Pkg.develop(path="../..")
Pkg.add("AMDGPU")
Expand All @@ -49,8 +47,7 @@ steps:
queue: "juliagpu"
intel: "*"
command: |
cd test/gpu
julia --color=yes --project -e '
julia --color=yes --project=test/gpu -e '
using Pkg
Pkg.develop(path="../..")
Pkg.add("oneAPI")
Expand Down

0 comments on commit 46331e9

Please sign in to comment.