Skip to content

GPU markers

Use GPU markers when a job needs accelerator hardware.

gpu-tests:
tags:
- saas-linux-large-amd64
- gpu:nvidia
- gpu:count:1
script:
- nvidia-smi
- ./test-gpu.sh
  • gpu:<vendor>
  • gpu:model:<name>
  • gpu:count:<n>

Examples:

tags:
- gpu:nvidia
- gpu:model:a100
- gpu:count:2

The runner exposes selected GPU information to the job environment.