Skip to content

Commit

Permalink
Add gpu ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmal-suthar committed Aug 31, 2021
1 parent cdc0250 commit 9e4d734
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
steps:
- label: "GPU integeration with julia v1.6" # change to "v1" when 1.6 is out
plugins:
- JuliaCI/julia#v1:
version: "1"
- JuliaCI/julia-test#v1: ~
agents:
queue: "juliagpu"
cuda: "*"
timeout_in_minutes: 60

# - label: "GPU nightly"
# plugins:
# - JuliaCI/julia#v1:
# version: "nightly"
# - JuliaCI/julia-test#v1: ~
# agents:
# queue: "juliagpu"
# cuda: "*"
# timeout_in_minutes: 60

0 comments on commit 9e4d734

Please sign in to comment.