This repository was archived by the owner on Mar 12, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-36
lines changed Expand file tree Collapse file tree 2 files changed +14
-36
lines changed Original file line number Diff line number Diff line change @@ -8,41 +8,19 @@ variables:
8
8
9
9
10
10
# Julia versions
11
-
12
- julia:1.0 :
13
- extends :
14
- - .julia:1.0
15
- - .test
16
- tags :
17
- - nvidia
18
-
19
- julia:1.1 :
20
- extends :
21
- - .julia:1.1
22
- - .test
23
- tags :
24
- - nvidia
25
-
26
11
# the "primary" target, where we require thorough tests
27
12
# (this requires a recent GPU)
28
- julia:1.2 :
13
+ julia:1.3 :
29
14
image : juliagpu/cuda:10.1-cudnn7-cutensor1-devel-ubuntu18.04
30
15
extends :
31
- - .julia:1.2
16
+ - .julia:1.3
32
17
- .test
33
18
tags :
34
19
- nvidia
35
20
- sm_75
36
21
variables :
37
22
CI_THOROUGH : ' true'
38
23
39
- julia:1.3 :
40
- extends :
41
- - .julia:1.3
42
- - .test
43
- tags :
44
- - nvidia
45
-
46
24
julia:nightly :
47
25
extends :
48
26
- .julia:nightly
@@ -60,23 +38,23 @@ julia:nightly:
60
38
cuda:10.1 :
61
39
image : nvidia/cuda:10.1-cudnn7-devel
62
40
extends :
63
- - .julia:1.2
41
+ - .julia:1.3
64
42
- .test
65
43
tags :
66
44
- nvidia
67
45
68
46
cuda:10.0 :
69
47
image : nvidia/cuda:10.0-cudnn7-devel
70
48
extends :
71
- - .julia:1.2
49
+ - .julia:1.3
72
50
- .test
73
51
tags :
74
52
- nvidia
75
53
76
54
cuda:9.2 :
77
55
image : nvidia/cuda:9.2-cudnn7-devel
78
56
extends :
79
- - .julia:1.2
57
+ - .julia:1.3
80
58
- .test
81
59
tags :
82
60
- nvidia
@@ -87,7 +65,7 @@ cuda:9.2:
87
65
platform:arm64 :
88
66
image : nvcr.io/nvidia/l4t-base:r32.2.1
89
67
extends :
90
- - .julia:1.2
68
+ - .julia:1.3
91
69
- .test
92
70
tags :
93
71
- nvidia-arm64
@@ -97,7 +75,7 @@ platform:arm64:
97
75
98
76
pool:none :
99
77
extends :
100
- - .julia:1.2
78
+ - .julia:1.3
101
79
- .test
102
80
tags :
103
81
- nvidia
@@ -106,7 +84,7 @@ pool:none:
106
84
107
85
pool:simple :
108
86
extends :
109
- - .julia:1.2
87
+ - .julia:1.3
110
88
- .test
111
89
tags :
112
90
- nvidia
@@ -115,15 +93,15 @@ pool:simple:
115
93
116
94
pool:split :
117
95
extends :
118
- - .julia:1.2
96
+ - .julia:1.3
119
97
- .test
120
98
tags :
121
99
- nvidia
122
100
variables :
123
101
CUARRAYS_MEMORY_POOL : ' split'
124
102
125
103
precompile :
126
- extends : .julia:1.2
104
+ extends : .julia:1.3
127
105
image : ubuntu:bionic
128
106
script :
129
107
- julia -e 'using InteractiveUtils;
@@ -141,7 +119,7 @@ precompile:
141
119
# that means we have to manually install Flux' test dependencies though.
142
120
143
121
flux :
144
- extends : .julia:1.2
122
+ extends : .julia:1.3
145
123
tags :
146
124
- nvidia
147
125
script :
@@ -161,12 +139,12 @@ flux:
161
139
162
140
coverage :
163
141
extends :
164
- - .julia:1.2
142
+ - .julia:1.3
165
143
- .coverage
166
144
167
145
documentation :
168
146
extends :
169
- - .julia:1.2
147
+ - .julia:1.3
170
148
- .documentation
171
149
tags :
172
150
- nvidia
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ MacroTools = "0.5"
34
34
NNlib = " 0.6"
35
35
Requires = " 0.5, 1.0"
36
36
TimerOutputs = " 0.5"
37
- julia = " 1"
37
+ julia = " 1.3 "
38
38
39
39
[extras ]
40
40
FFTW = " 7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
You can’t perform that action at this time.
0 commit comments