Skip to content

Commit 6840062

Browse files
committed
Add data for 25.08, 25.06
1 parent f1f3b2b commit 6840062

File tree

2 files changed

+151
-69
lines changed

2 files changed

+151
-69
lines changed

_data/platform_support.yml

Lines changed: 146 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -12,38 +12,39 @@ releases:
1212
- "Rocky Linux 8"
1313
source_build:
1414
cccl: "3.1.0"
15-
cuda_12:
16-
toolkit_min: "12.2"
17-
toolkit_max: "12.9"
18-
driver: "535"
19-
compute_capability:
20-
- name: "Volta"
21-
sm: 70
22-
- name: "Turing"
23-
sm: 75
24-
- name: "Ampere"
25-
sm: [80, 86]
26-
- name: "Ada"
27-
sm: 89
28-
- name: "Hopper"
29-
sm: 90
30-
- name: "Blackwell"
31-
sm: [100, 120]
32-
cuda_13:
33-
toolkit_min: "13.0"
34-
toolkit_max: "13.0"
35-
driver: "580"
36-
compute_capability:
37-
- name: "Turing"
38-
sm: 75
39-
- name: "Ampere"
40-
sm: [80, 86]
41-
- name: "Ada"
42-
sm: 89
43-
- name: "Hopper"
44-
sm: 90
45-
- name: "Blackwell"
46-
sm: [100, 120]
15+
cuda:
16+
- major: 12
17+
toolkit_min: "12.2"
18+
toolkit_max: "12.9"
19+
driver_min: "535"
20+
compute_capability:
21+
- name: "Volta"
22+
sm: 70
23+
- name: "Turing"
24+
sm: 75
25+
- name: "Ampere"
26+
sm: [80, 86]
27+
- name: "Ada"
28+
sm: 89
29+
- name: "Hopper"
30+
sm: 90
31+
- name: "Blackwell"
32+
sm: [100, 120]
33+
- major: 13
34+
toolkit_min: "13.0"
35+
toolkit_max: "13.0"
36+
driver_min: "580"
37+
compute_capability:
38+
- name: "Turing"
39+
sm: 75
40+
- name: "Ampere"
41+
sm: [80, 86]
42+
- name: "Ada"
43+
sm: 89
44+
- name: "Hopper"
45+
sm: 90
46+
- name: "Blackwell"
47+
sm: [100, 120]
4748

4849
- version: "25.10"
4950
python:
@@ -58,35 +59,116 @@ releases:
5859
- "Rocky Linux 8"
5960
source_build:
6061
cccl: "3.0.2"
61-
cuda_12:
62-
toolkit_min: "12.0"
63-
toolkit_max: "12.9"
64-
driver: "525.60.13"
65-
compute_capability:
66-
- name: "Volta"
67-
sm: 70
68-
- name: "Turing"
69-
sm: 75
70-
- name: "Ampere"
71-
sm: [80, 86]
72-
- name: "Ada"
73-
sm: 89
74-
- name: "Hopper"
75-
sm: 90
76-
- name: "Blackwell"
77-
sm: [100, 120]
78-
cuda_13:
79-
toolkit_min: "13.0"
80-
toolkit_max: "13.0"
81-
driver: "580"
82-
compute_capability:
83-
- name: "Turing"
84-
sm: 75
85-
- name: "Ampere"
86-
sm: [80, 86]
87-
- name: "Ada"
88-
sm: 89
89-
- name: "Hopper"
90-
sm: 90
91-
- name: "Blackwell"
92-
sm: [100, 120]
62+
cuda:
63+
- major: 12
64+
toolkit_min: "12.0"
65+
toolkit_max: "12.9"
66+
driver_min: "525.60.13"
67+
compute_capability:
68+
- name: "Volta"
69+
sm: 70
70+
- name: "Turing"
71+
sm: 75
72+
- name: "Ampere"
73+
sm: [80, 86]
74+
- name: "Ada"
75+
sm: 89
76+
- name: "Hopper"
77+
sm: 90
78+
- name: "Blackwell"
79+
sm: [100, 120]
80+
- major: 13
81+
toolkit_min: "13.0"
82+
toolkit_max: "13.0"
83+
driver_min: "580"
84+
compute_capability:
85+
- name: "Turing"
86+
sm: 75
87+
- name: "Ampere"
88+
sm: [80, 86]
89+
- name: "Ada"
90+
sm: 89
91+
- name: "Hopper"
92+
sm: 90
93+
- name: "Blackwell"
94+
sm: [100, 120]
95+
96+
- version: "25.08"
97+
python:
98+
- "3.10"
99+
- "3.11"
100+
- "3.12"
101+
- "3.13"
102+
glibc_min: "2.28"
103+
os_support:
104+
- "Ubuntu 22.04"
105+
- "Ubuntu 24.04"
106+
- "Rocky Linux 8"
107+
source_build:
108+
cccl: "3.0.2"
109+
cuda:
110+
- major: 12
111+
toolkit_min: "12.0"
112+
toolkit_max: "12.9"
113+
driver_min: "525.60.13"
114+
compute_capability:
115+
- name: "Volta"
116+
sm: 70
117+
- name: "Turing"
118+
sm: 75
119+
- name: "Ampere"
120+
sm: [80, 86]
121+
- name: "Ada"
122+
sm: 89
123+
- name: "Hopper"
124+
sm: 90
125+
- name: "Blackwell"
126+
sm: [100, 120]
127+
128+
- version: "25.06"
129+
python:
130+
- "3.10"
131+
- "3.11"
132+
- "3.12"
133+
- "3.13"
134+
glibc_min: "2.28"
135+
os_support:
136+
- "Ubuntu 20.04"
137+
- "Ubuntu 22.04"
138+
- "Ubuntu 24.04"
139+
- "Rocky Linux 8"
140+
source_build:
141+
cccl: "2.8.3"
142+
cuda:
143+
- major: 11
144+
toolkit_min: "11.4"
145+
toolkit_max: "11.8"
146+
driver_min: "470.42.01"
147+
compute_capability:
148+
- name: "Volta"
149+
sm: 70
150+
- name: "Turing"
151+
sm: 75
152+
- name: "Ampere"
153+
sm: [80, 86]
154+
- name: "Ada"
155+
sm: 89
156+
- name: "Hopper"
157+
sm: 90
158+
- major: 12
159+
toolkit_min: "12.0"
160+
toolkit_max: "12.9"
161+
driver_min: "525.60.13"
162+
compute_capability:
163+
- name: "Volta"
164+
sm: 70
165+
- name: "Turing"
166+
sm: 75
167+
- name: "Ampere"
168+
sm: [80, 86]
169+
- name: "Ada"
170+
sm: 89
171+
- name: "Hopper"
172+
sm: 90
173+
- name: "Blackwell"
174+
sm: [100, 120]

platform-support/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ For installation instructions, see the [Installation Guide](/install/).
3737
#### <i class="fas fa-microchip"></i> CUDA
3838
{: .fs-5 }
3939

40-
| | CUDA 12 | CUDA 13 |
41-
|:--|:--|:--|
42-
| **Toolkit** | {{ release.cuda_12.toolkit_min }}{% if release.cuda_12.toolkit_min != release.cuda_12.toolkit_max %} - {{ release.cuda_12.toolkit_max }}{% endif %} | {{ release.cuda_13.toolkit_min }}{% if release.cuda_13.toolkit_min != release.cuda_13.toolkit_max %} - {{ release.cuda_13.toolkit_max }}{% endif %} |
43-
| **Driver** | {{ release.cuda_12.driver }}+ | {{ release.cuda_13.driver }}+ |
44-
| **Compute Capability** | {% for cc in release.cuda_12.compute_capability %}{{ cc.name }} ({% if cc.sm.first %}{{ cc.sm | join: ", " }}{% else %}{{ cc.sm }}{% endif %}){% unless forloop.last %}, {% endunless %}{% endfor %} or newer | {% for cc in release.cuda_13.compute_capability %}{{ cc.name }} ({% if cc.sm.first %}{{ cc.sm | join: ", " }}{% else %}{{ cc.sm }}{% endif %}){% unless forloop.last %}, {% endunless %}{% endfor %} or newer |
40+
| | {% for cuda in release.cuda %}CUDA {{ cuda.major }}{% unless forloop.last %} | {% endunless %}{% endfor %} |
41+
|:--|{% for cuda in release.cuda %}:--|{% endfor %}
42+
| **Toolkit** | {% for cuda in release.cuda %}{{ cuda.toolkit_min }}{% if cuda.toolkit_min != cuda.toolkit_max %} - {{ cuda.toolkit_max }}{% endif %}{% unless forloop.last %} | {% endunless %}{% endfor %} |
43+
| **Driver** | {% for cuda in release.cuda %}{{ cuda.driver_min }}+{% unless forloop.last %} | {% endunless %}{% endfor %} |
44+
| **Compute Capability** | {% for cuda in release.cuda %}{% for cc in cuda.compute_capability %}{{ cc.name }} ({% if cc.sm.first %}{{ cc.sm | join: ", " }}{% else %}{{ cc.sm }}{% endif %}){% unless forloop.last %}, {% endunless %}{% endfor %} or newer{% unless forloop.last %} | {% endunless %}{% endfor %} |
4545

4646
#### <i class="fas fa-hammer"></i> Source Builds
4747
{: .fs-5 }

0 commit comments

Comments
 (0)