Skip to content

Commit 44994a5

Browse files
committed
Add CUDA buildkite
1 parent 885b7c5 commit 44994a5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
steps:
2+
- label: "Nvidia GPUs -- LinearOperators.jl"
3+
plugins:
4+
- JuliaCI/julia#v1:
5+
version: 1.8
6+
agents:
7+
queue: "juliagpu"
8+
cuda: "*"
9+
command: |
10+
julia --color=yes --project -e '
11+
using Pkg
12+
Pkg.add("CUDA")
13+
Pkg.instantiate()
14+
include("test/gpu/cuda.jl")'
15+
timeout_in_minutes: 30

0 commit comments

Comments
 (0)