Skip to content

Commit 8caa230

Browse files
committed
Add Gitlab GPU CI
1 parent a33068b commit 8caa230

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
include:
2+
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'
3+
4+
# CUDA.jl
5+
6+
cuda:1.5:
7+
image: ubuntu:bionic
8+
extends:
9+
- .julia:1.5
10+
- .test
11+
tags:
12+
- nvidia
13+
14+
15+
# AMDGPU.jl
16+
17+
amdgpu:1.5:
18+
image: rocm/dev-ubuntu-18.04
19+
extends:
20+
- .julia:1.5
21+
- .test
22+
tags:
23+
- rocm
24+
25+
26+
# other tasks
27+
28+
coverage:
29+
extends:
30+
- .julia:1.5
31+
- .coverage

0 commit comments

Comments
 (0)