Hello Everyone.
Volta support is going to be removed from CUDA-12.8 builds, and minimum GPU version supported by CUDA-12.8+ will be Turing.
Keeping Volta supports prevents us from updating CuDNN, which unfortunately dropped Volta support in it’s newer binaries
For details and comments please see this issue : https://github.com/pytorch/pytorch/issues/172351
New support Matrix for release 2.11:
| CUDA | architectures supported for Linux x86 and Windows builds | notes |
|---|---|---|
| 12.6.3 | Maxwell(5.0), Pascal(6.0), Volta(7.0), Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0) | |
| 12.8.1 | Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0), Blackwell(10.0, 12.0) | |
| 13.0.0 | Turing(7.5), Ampere(8.0, 8.6), Hopper(9.0), Blackwell(10.0, 12.0+PTX) | +PTX available on linux builds only |
Please let us know if you have any questions.
Thank you