[releng] Add release 2.2 to Release Compatibility Matrix for PyTorch releases (#114758)

Update RELEASE.md for release 2.2

Pull Request resolved: https://github.com/pytorch/pytorch/pull/114758
Approved by: https://github.com/DanilBaibak
This commit is contained in:
atalman
2023-11-29 16:27:59 +00:00
committed by PyTorch MergeBot
parent 4a4c9fb0b8
commit e891a3bba9

View File

@ -47,6 +47,7 @@ Following is the Release Compatibility Matrix for PyTorch releases:
| PyTorch version | Python | Stable CUDA | Experimental CUDA |
| --- | --- | --- | --- |
| 2.2 | >=3.8, <=3.11 | 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 |
| 1.13 | >=3.7, <=3.10 | CUDA 11.6, CUDNN 8.3.2.44 | CUDA 11.7, CUDNN 8.5.0.96 |