Commit 139d805
committed
Migrate cuda to runtime
The CUDA variant is absorbed into the base image. The CUDA SDK was
already installed at runtime by devinstall_software.sh; the only
build-time additions were Nsight GUI dependencies and the CUDA_VERSION
env var. Nsight GUI deps now install conditionally with INSTALL_TOOLS.
- Delete Dockerfile.cuda and cuda-image.yml CI workflow
- Move Nsight GUI deps (libglvnd-opengl, etc.) to devinstall_software.sh
under INSTALL_TOOLS + CUDA_VERSION
- Remove IMAGE_TAG version embedding for cuda in triton-dev-containers.sh
- Resolve -d cuda to the base image
- Remove cuda-image build target from Makefile
stack-info: PR: #2, branch: hinriksnaer/stack/171 parent 12066ac commit 139d805
6 files changed
Lines changed: 18 additions & 129 deletions
File tree
- .github/workflows
- dockerfiles
- scripts
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | 56 | | |
58 | | - | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| |||
134 | 132 | | |
135 | 133 | | |
136 | 134 | | |
137 | | - | |
| 135 | + | |
138 | 136 | | |
139 | 137 | | |
140 | 138 | | |
| |||
152 | 150 | | |
153 | 151 | | |
154 | 152 | | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | 153 | | |
161 | 154 | | |
162 | 155 | | |
| |||
273 | 266 | | |
274 | 267 | | |
275 | 268 | | |
276 | | - | |
277 | | - | |
| 269 | + | |
| 270 | + | |
278 | 271 | | |
279 | 272 | | |
280 | 273 | | |
| |||
285 | 278 | | |
286 | 279 | | |
287 | 280 | | |
288 | | - | |
289 | | - | |
| 281 | + | |
| 282 | + | |
290 | 283 | | |
291 | 284 | | |
292 | 285 | | |
| |||
297 | 290 | | |
298 | 291 | | |
299 | 292 | | |
300 | | - | |
301 | | - | |
| 293 | + | |
| 294 | + | |
302 | 295 | | |
303 | 296 | | |
304 | 297 | | |
| |||
309 | 302 | | |
310 | 303 | | |
311 | 304 | | |
312 | | - | |
313 | | - | |
| 305 | + | |
| 306 | + | |
314 | 307 | | |
315 | 308 | | |
316 | 309 | | |
| |||
321 | 314 | | |
322 | 315 | | |
323 | 316 | | |
324 | | - | |
325 | | - | |
| 317 | + | |
| 318 | + | |
326 | 319 | | |
327 | 320 | | |
328 | 321 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | 74 | | |
77 | 75 | | |
78 | 76 | | |
| |||
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 96 | | |
105 | 97 | | |
106 | 98 | | |
| |||
117 | 109 | | |
118 | 110 | | |
119 | 111 | | |
120 | | - | |
| 112 | + | |
121 | 113 | | |
122 | 114 | | |
123 | 115 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | 286 | | |
288 | 287 | | |
289 | 288 | | |
| |||
439 | 438 | | |
440 | 439 | | |
441 | 440 | | |
442 | | - | |
443 | | - | |
| 441 | + | |
| 442 | + | |
444 | 443 | | |
445 | 444 | | |
446 | 445 | | |
| |||
0 commit comments