-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatrix-linux.yml
More file actions
150 lines (138 loc) · 4.37 KB
/
Copy pathmatrix-linux.yml
File metadata and controls
150 lines (138 loc) · 4.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Build matrix for Linux pytorch3d wheels (stable).
# Each row produces exactly one wheel.
#
# CUDA 13.x is NOT in this matrix — pulsar fails to link under CUDA 13
# (same failure as Windows: `<true>`/DYN template instantiations are
# declared hidden but not defined). Experimental cu13.x rows live in
# matrix-linux-cu132.yml.
#
# torch 2.12 + cu128 is not built because upstream doesn't publish a
# torch 2.12.0+cu128 wheel — only cu126 (and cu13.x).
#
# Linux wheels MUST be manylinux-compatible to be installable across
# distros — so the build runs inside a manylinux container with CUDA
# pre-installed (see .github/workflows/build-linux.yml).
builds:
# --- torch 2.11.0 + CUDA 12.6 ------------------------------------------
- name: py310-torch2110-cu126-linux
python: "3.10"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.6"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py311-torch2110-cu126-linux
python: "3.11"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.6"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py312-torch2110-cu126-linux
python: "3.12"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.6"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py313-torch2110-cu126-linux
python: "3.13"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.6"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
# --- torch 2.11.0 + CUDA 12.8 ------------------------------------------
- name: py310-torch2110-cu128-linux
python: "3.10"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.8"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.8"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py311-torch2110-cu128-linux
python: "3.11"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.8"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.8"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py312-torch2110-cu128-linux
python: "3.12"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.8"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.8"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py313-torch2110-cu128-linux
python: "3.13"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.8"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.8"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
# --- torch 2.12.0 + CUDA 12.6 (no cu128 published for 2.12) -----------
- name: py310-torch2120-cu126-linux
python: "3.10"
torch: "2.12.0"
torchvision: "0.27.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.6"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py311-torch2120-cu126-linux
python: "3.11"
torch: "2.12.0"
torchvision: "0.27.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.6"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py312-torch2120-cu126-linux
python: "3.12"
torch: "2.12.0"
torchvision: "0.27.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.6"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py313-torch2120-cu126-linux
python: "3.13"
torch: "2.12.0"
torchvision: "0.27.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: ubuntu-22.04
arch: manylinux_2_28_x86_64
container: "pytorch/manylinux2_28-builder:cuda12.6"
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"