PyTorch 2.7 with CUDA 12.8
For PyTorch 2.7 with CUDA 12.8, pytorch release is 2.7; cuda build is CUDA 12.8; python versions is >=3.9, <=3.13, (3.13t experimental); cudnn version is 9.7.1.26; gpu architectures compiled in, linux wheel is 7.5;8.0;8.6;9.0;10.0;12.0+PTX, recorded from its source on 2026-09-16.
- Pairing
- PyTorch 2.7 with CUDA 12.8 our reading
- PyTorch release
- 2.7 verified
- CUDA build
- CUDA 12.8 verified
- Python versions
- >=3.9, <=3.13, (3.13t experimental) verified
- cuDNN version
- 9.7.1.26 verified
- GPU architectures compiled in, Linux wheel
- 7.5;8.0;8.6;9.0;10.0;12.0+PTX verified
- GPU architectures compiled in, Windows wheel
- 5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0;10.0;12.0 verified
- Minimum driver (minor version compatibility)
- >= 525 verified
- Toolkit driver, Linux x86_64
- >=570.26 verified
- Toolkit driver, Windows x86_64
- >=570.65 verified
- Wheel index URL
- https://download.pytorch.org/whl/cu128 our reading
Values marked our reading are our classification of what the source says — the source does not print them in those words. The quote below is the evidence for each one; judge it yourself.
What the source says
| 2.7 | >=3.9, <=3.13, (3.13t experimental) | C++17 | CUDA 11.8 (CUDNN 9.1.0.70), CUDA 12.6 (CUDNN 9.5.1.17) | CUDA 12.8 (CUDNN 9.7.1.26) | ROCm 6.3 |
— raw.githubusercontent.com, retrieved 2026-09-16
Where each value comes from
This source states these in separate places, so each value is shown with the passage that states it.
GPU architectures compiled in, Linux wheel
12.8) TORCH_CUDA_ARCH_LIST="7.5;8.0;8.6;9.0;10.0;12.0+PTX" #removing sm_50-sm_70 as these architectures are deprecated in CUDA 12.8 and will be removed in future releases
GPU architectures compiled in, Windows wheel
IF "%BUILD_VISION%" == "" ( set TORCH_CUDA_ARCH_LIST=5.0;6.0;6.1;7.0;7.5;8.0;8.6;9.0;10.0;12.0
Minimum driver (minor version compatibility)
12.x | >= 525 | < 580
Toolkit driver, Linux x86_64 and Toolkit driver, Windows x86_64
CUDA 12.8 GA | >=570.26 | >=570.65
— all from raw.githubusercontent.com, retrieved 2026-09-16
Sources
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/main/RELEASE.md
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.7/.ci/manywheel/build_cuda.sh
- raw.githubusercontent.comhttps://raw.githubusercontent.com/pytorch/pytorch/release/2.7/.ci/pytorch/windows/cuda128.bat
- docs.nvidia.comhttps://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html