-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatrix-windows.yml
More file actions
151 lines (139 loc) · 3.87 KB
/
Copy pathmatrix-windows.yml
File metadata and controls
151 lines (139 loc) · 3.87 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
151
# Build matrix for Windows pytorch3d wheels (stable).
# Each row produces exactly one wheel.
#
# CUDA 13.x is NOT in this matrix — pulsar fails to link with the
# explicit template instantiations under CUDA 13's compilation model
# (the `<true>`/DYN variants are declared hidden but never defined).
# Experimental cu13.x rows live in matrix-windows-cu132.yml and are
# expected to fail until pytorch3d ships a pulsar fix.
#
# torch 2.12 + cu128 is not built because upstream doesn't publish a
# torch 2.12.0+cu128 wheel for Windows — only cu126 (and cu13.x).
#
# Pairings (torch, CUDA) MUST match what download.pytorch.org/whl/<cu*>
# actually publishes. Check https://download.pytorch.org/whl/torch/ when
# bumping versions.
builds:
# --- torch 2.11.0 + CUDA 12.6 ------------------------------------------
- name: py310-torch2110-cu126-win
python: "3.10"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py311-torch2110-cu126-win
python: "3.11"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py312-torch2110-cu126-win
python: "3.12"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py313-torch2110-cu126-win
python: "3.13"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
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-win
python: "3.10"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.8"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py311-torch2110-cu128-win
python: "3.11"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.8"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py312-torch2110-cu128-win
python: "3.12"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.8"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py313-torch2110-cu128-win
python: "3.13"
torch: "2.11.0"
torchvision: "0.26.0"
cuda: "12.8"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
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 on Windows) -
- name: py310-torch2120-cu126-win
python: "3.10"
torch: "2.12.0"
torchvision: "0.27.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py311-torch2120-cu126-win
python: "3.11"
torch: "2.12.0"
torchvision: "0.27.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py312-torch2120-cu126-win
python: "3.12"
torch: "2.12.0"
torchvision: "0.27.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"
- name: py313-torch2120-cu126-win
python: "3.13"
torch: "2.12.0"
torchvision: "0.27.0"
cuda: "12.6"
pytorch3d: "0.7.9"
os: windows-2022
arch: win_amd64
msvc_toolset: ""
cuda_arch_list: "7.0;7.5;8.0;8.6;8.9;9.0"