Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 8df9dfe

Browse files
committed
Update support matrix
1 parent 00613a4 commit 8df9dfe

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

CUDA_UPGRADE_GUIDE.MD

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,32 @@ Here is the supported matrix for CUDA and CUDNN (versions can be looked up in ht
99

1010
| CUDA | CUDNN | additional details |
1111
| --- | --- | --- |
12-
| 11.8 | 8.7.0.84 | Legacy CUDA Release |
13-
| 12.1 | 8.9.2.26 | Stable CUDA Release |
14-
| 12.4 | 8.9.7.29 | Latest CUDA Nightly |
15-
12+
| 11.8.0 | 9.1.0.70 | Legacy CUDA Release |
13+
| 12.6.3 | 9.5.1.17 | Stable CUDA Release |
14+
| 12.8.0 | 9.7.1.26 | Latest CUDA Release |
15+
| | 9.8.0.87 | Latest CUDA Nightly |
1616

1717
### B. Check the package availability
1818

1919
Package availability to validate before starting upgrade process :
2020

2121
1) CUDA and CUDNN is available for Linux and Windows:
22-
https://developer.download.nvidia.com/compute/cuda/11.5.0/local_installers/cuda_11.5.0_495.29.05_linux.run
23-
https://developer.download.nvidia.com/compute/redist/cudnn/v8.3.2/local_installers/11.5/
24-
25-
2) CUDA is available on conda via nvidia channel : https://anaconda.org/nvidia/cuda/files
22+
https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installers/cuda_12.8.0_570.86.10_linux.run (x86)
23+
https://developer.download.nvidia.com/compute/cuda/12.8.0/local_installers/cuda_12.8.0_570.86.10_linux_sbsa.run (aarch64)
24+
https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/
2625

27-
3) CUDA is available on Docker hub images : https://hub.docker.com/r/nvidia/cuda
28-
Following example is for cuda 12.4: https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist/12.4.0/ubuntu2204/devel?ref_type=heads
26+
2) CUDA is available on Docker hub images : https://hub.docker.com/r/nvidia/cuda
27+
Following example is for cuda 12.4: https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist/12.4.0/ubuntu2204/devel?ref_type=heads (TODO: Update this for 12.8)
2928
(Make sure to use version without CUDNN, it should be installed separately by install script)
3029

31-
4) Validate new driver availability: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html. Check following table: Table 3. CUDA Toolkit and Corresponding Driver Versions
30+
3) Validate new driver availability: https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html. Check following table: Table 3. CUDA Toolkit and Corresponding Driver Versions
3231

3332

3433
## 1. Maintain Progress and Updates
3534
Make an issue to track the progress, for example [#56721: Support 11.3](https://github.com/pytorch/pytorch/issues/56721). This is especially important as many PyTorch external users are interested in CUDA upgrades.
3635

37-
## 2. Modify scripts to install the new CUDA for Conda Docker Linux containers.
38-
There are three types of Docker containers we maintain in order to build Linux binaries: `conda`, `libtorch`, and `manywheel`. They all require installing CUDA and then updating code references in respective build scripts/Dockerfiles. This step is about conda.
36+
## 2. Modify scripts to install the new CUDA for Manywheel Docker Linux containers.
37+
There are two types of Docker containers we maintain in order to build Linux binaries: `libtorch`, and `manywheel`. They all require installing CUDA and then updating code references in respective build scripts/Dockerfiles. This step is about manywheel.
3938

4039
1. Follow this [PR 992](https://github.com/pytorch/builder/pull/992) for all steps in this section
4140
2. Find the CUDA install link [here](https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&=Debian&target_version=10&target_type=runfile_local)

0 commit comments

Comments
 (0)