1010 - CUDA_HOME=/usr/local/cuda
1111 jobs :
1212 # Python 3.6
13+ - PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cpu
14+ - PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu92
15+ - PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu101
16+ - PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu102
17+ - PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu110
1318 - PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cpu
1419 - PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu92
1520 - PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu101
1621 - PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu102
17- - PYTHON_VERSION=3.6 TORCH_VERSION=1.5.0 IDX=cpu
18- - PYTHON_VERSION=3.6 TORCH_VERSION=1.5.0 IDX=cu92
19- - PYTHON_VERSION=3.6 TORCH_VERSION=1.5.0 IDX=cu101
20- - PYTHON_VERSION=3.6 TORCH_VERSION=1.5.0 IDX=cu102
2122 # Python 3.7
23+ - PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cpu
24+ - PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu92
25+ - PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu101
26+ - PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu102
27+ - PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu110
2228 - PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cpu
2329 - PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu92
2430 - PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu101
2531 - PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu102
26- - PYTHON_VERSION=3.7 TORCH_VERSION=1.5.0 IDX=cpu
27- - PYTHON_VERSION=3.7 TORCH_VERSION=1.5.0 IDX=cu92
28- - PYTHON_VERSION=3.7 TORCH_VERSION=1.5.0 IDX=cu101
29- - PYTHON_VERSION=3.7 TORCH_VERSION=1.5.0 IDX=cu102
3032 # Python 3.8
33+ - PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cpu
34+ - PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu92
35+ - PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu101
36+ - PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu102
37+ - PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu110
3138 - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
3239 - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu92
3340 - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
3441 - PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
35- - PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cpu
36- - PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu92
37- - PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu101
38- - PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu102
3942
4043jobs :
41- # For daily builds, we only test on * Python 3.6* and * CUDA 10.2* .
44+ # For daily builds, we only test on Python 3.6 with CUDA 10.2/11.0 .
4245 # For deployment, we exclude *all* macOS CUDA and Windows CUDA 9.2 jobs.
4346 exclude :
4447 # Python 3.6
48+ - if : not (tag is present or commit_message =~ ci-deploy) and os != osx
49+ env : PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cpu
50+ - if : not (tag is present or commit_message =~ ci-deploy) or os != linux
51+ env : PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu92
52+ - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
53+ env : PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu101
54+ - if : os = osx
55+ env : PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu102
56+ - if : os = osx
57+ env : PYTHON_VERSION=3.6 TORCH_VERSION=1.7.0 IDX=cu110
4558 - if : not (tag is present or commit_message =~ ci-deploy) and os != osx
4659 env : PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cpu
4760 - if : not (tag is present or commit_message =~ ci-deploy) or os != linux
@@ -50,15 +63,17 @@ jobs:
5063 env : PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu101
5164 - if : os = osx
5265 env : PYTHON_VERSION=3.6 TORCH_VERSION=1.6.0 IDX=cu102
53- - if : not (tag is present or commit_message =~ ci-deploy) and os != osx
54- env : PYTHON_VERSION=3.6 TORCH_VERSION=1.5.0 IDX=cpu
66+ # Python 3.7
67+ - if : not (tag is present or commit_message =~ ci-deploy)
68+ env : PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cpu
5569 - if : not (tag is present or commit_message =~ ci-deploy) or os != linux
56- env : PYTHON_VERSION=3.6 TORCH_VERSION=1.5 .0 IDX=cu92
70+ env : PYTHON_VERSION=3.7 TORCH_VERSION=1.7 .0 IDX=cu92
5771 - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
58- env : PYTHON_VERSION=3.6 TORCH_VERSION=1.5.0 IDX=cu101
59- - if : os = osx
60- env : PYTHON_VERSION=3.6 TORCH_VERSION=1.5.0 IDX=cu102
61- # Python 3.7
72+ env : PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu101
73+ - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
74+ env : PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu102
75+ - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
76+ env : PYTHON_VERSION=3.7 TORCH_VERSION=1.7.0 IDX=cu110
6277 - if : not (tag is present or commit_message =~ ci-deploy)
6378 env : PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cpu
6479 - if : not (tag is present or commit_message =~ ci-deploy) or os != linux
@@ -67,15 +82,17 @@ jobs:
6782 env : PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu101
6883 - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
6984 env : PYTHON_VERSION=3.7 TORCH_VERSION=1.6.0 IDX=cu102
85+ # Python 3.8
7086 - if : not (tag is present or commit_message =~ ci-deploy)
71- env : PYTHON_VERSION=3.7 TORCH_VERSION=1.5 .0 IDX=cpu
87+ env : PYTHON_VERSION=3.8 TORCH_VERSION=1.7 .0 IDX=cpu
7288 - if : not (tag is present or commit_message =~ ci-deploy) or os != linux
73- env : PYTHON_VERSION=3.7 TORCH_VERSION=1.5 .0 IDX=cu92
89+ env : PYTHON_VERSION=3.8 TORCH_VERSION=1.7 .0 IDX=cu92
7490 - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
75- env : PYTHON_VERSION=3.7 TORCH_VERSION=1.5 .0 IDX=cu101
91+ env : PYTHON_VERSION=3.8 TORCH_VERSION=1.7 .0 IDX=cu101
7692 - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
77- env : PYTHON_VERSION=3.7 TORCH_VERSION=1.5.0 IDX=cu102
78- # Python 3.8
93+ env : PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu102
94+ - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
95+ env : PYTHON_VERSION=3.8 TORCH_VERSION=1.7.0 IDX=cu110
7996 - if : not (tag is present or commit_message =~ ci-deploy)
8097 env : PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cpu
8198 - if : not (tag is present or commit_message =~ ci-deploy) or os != linux
@@ -84,14 +101,6 @@ jobs:
84101 env : PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu101
85102 - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
86103 env : PYTHON_VERSION=3.8 TORCH_VERSION=1.6.0 IDX=cu102
87- - if : not (tag is present or commit_message =~ ci-deploy)
88- env : PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cpu
89- - if : not (tag is present or commit_message =~ ci-deploy) or os != linux
90- env : PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu92
91- - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
92- env : PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu101
93- - if : not (tag is present or commit_message =~ ci-deploy) or os = osx
94- env : PYTHON_VERSION=3.8 TORCH_VERSION=1.5.0 IDX=cu102
95104
96105install :
97106 - source script/gcc.sh
0 commit comments