Skip to content

Commit

Permalink
Use correct test for AMDGPU
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Jun 28, 2024
1 parent 75ac566 commit bbb8946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
Pkg.add("TestEnv")
using TestEnv
TestEnv.activate();
Pkg.add("CUDA")
Pkg.add("AMDGPU")
Pkg.instantiate()
include("test/gpu/cuda.jl")'
include("test/gpu/rocm.jl")'
timeout_in_minutes: 30

0 comments on commit bbb8946

Please sign in to comment.