Skip to content

Instantly share code, notes, and snippets.

@apnea
Last active August 1, 2025 09:17
Show Gist options
  • Select an option

  • Save apnea/ef56dbe682c3b3e0c82d6a2459f82554 to your computer and use it in GitHub Desktop.

Select an option

Save apnea/ef56dbe682c3b3e0c82d6a2459f82554 to your computer and use it in GitHub Desktop.
Pascal's Demise - notes on waning support for Nvidia Pascal architecture

driver / toolkit in prod

Driver 565.77 CUDA 12.7

(currently Aug 2025 running on 22.04 Linux pop-os 6.12.10-76061203-generic)

CUDA

https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#deprecated-architectures

CUDA Toolkit 12.9 Update 1 - Release Notes

Maxwell, Pascal, and Volta architectures are now feature-complete with no further enhancements planned. While CUDA Toolkit 12.x series will continue to support building applications for these architectures, offline compilation and library support will be removed in the next major CUDA Toolkit version release. Users should plan migration to newer architectures, as future toolkits will be unable to target Maxwell, Pascal, and Volta GPUs.

See also: https://docs.nvidia.com/cuda/pascal-compatibility-guide/index.html

pytorch

pytorch/pytorch#157517 For CUDA 12.8 and 12.9 these architectures are deprecated however still supported. They will be depreacted with CUDA 13.0 release.

https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-23-06.html Starting with the 23.06 release, the NVIDIA Optimized Deep Learning Framework containers will no longer be tested on Pascal GPU architectures.

  • Though 23.12 has been cited somwhere?

https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch

  • try nvcr.io/nvidia/pytorch:23.12-py3
  • also contains Rapids, Dali
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment