Release 2.3 compatibility matrix (#124861)

Update release compatibility matrix with latest release

Pull Request resolved: https://github.com/pytorch/pytorch/pull/124861
Approved by: https://github.com/svekars, https://github.com/seemethere, https://github.com/malfet
This commit is contained in:
atalman
2024-04-24 18:05:12 +00:00
committed by PyTorch MergeBot
parent 1db7d64af2
commit 927ae80afa

View File

@ -50,6 +50,7 @@ Following is the Release Compatibility Matrix for PyTorch releases:
| PyTorch version | Python | Stable CUDA | Experimental CUDA |
| --- | --- | --- | --- |
| 2.3 | >=3.8, <=3.11, (3.12 experimental) | CUDA 11.8, CUDNN 8.7.0.84 | CUDA 12.1, CUDNN 8.9.2.26 |
| 2.2 | >=3.8, <=3.11, (3.12 experimental) | CUDA 11.8, CUDNN 8.7.0.84 | CUDA 12.1, CUDNN 8.9.2.26 |
| 2.1 | >=3.8, <=3.11 | CUDA 11.8, CUDNN 8.7.0.84 | CUDA 12.1, CUDNN 8.9.2.26 |
| 2.0 | >=3.8, <=3.11 | CUDA 11.7, CUDNN 8.5.0.96 | CUDA 11.8, CUDNN 8.7.0.84 |