This repository was archived by the owner on Aug 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 229
Update CUDA_UPGRADE_GUIDE.MD #2060
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are currently building with 12.8.0 (not
.1
) if I'm not mistaken: https://github.com/pytorch/pytorch/blob/562328501e167206dc7d4b16895b5ae538520e06/.github/scripts/generate_binary_build_matrix.py#L75-L88 matches: https://docs.nvidia.com/cuda/archive/12.8.0/cuda-toolkit-release-notes/index.html#id4Also, it seems
torch==2.7.0+cu128
uses cuDNN==9.7.1.26, but the nightly builds use 9.8? https://github.com/pytorch/pytorch/blob/562328501e167206dc7d4b16895b5ae538520e06/.github/scripts/generate_binary_build_matrix.py#L78We might need to clarify versioned releases vs. nightly builds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for checking, indeed we are using 12.8.0 - https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_cuda.sh#L224.
Wondering why for CUDNN versions it is still 9.7.1.26 for 2.7.0, the update to 9.8 is merged on 3/13 and should be in 2.7.0 branch cut? (pytorch/pytorch#148963)