Skip to content

Commit

Permalink
Add CUDA buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Jun 27, 2024
1 parent 885b7c5 commit 44994a5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
steps:
- label: "Nvidia GPUs -- LinearOperators.jl"
plugins:
- JuliaCI/julia#v1:
version: 1.8
agents:
queue: "juliagpu"
cuda: "*"
command: |
julia --color=yes --project -e '
using Pkg
Pkg.add("CUDA")
Pkg.instantiate()
include("test/gpu/cuda.jl")'
timeout_in_minutes: 30

0 comments on commit 44994a5

Please sign in to comment.