Skip to content

Commit

Permalink
Run tests on GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Apr 22, 2024
1 parent 79039d4 commit 860f109
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ steps:
agents:
slurm_gpus: 1

- label: "Unit: runtest cuda"
key: unit_runtest_cuda
command:
- "julia --project=test test/runtests.jl"
agents:
slurm_gpus: 1
slurm_mem: 20G

- group: "Unit: RecursiveApply"
steps:

Expand Down

0 comments on commit 860f109

Please sign in to comment.