-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for CUDA 12.1 and CUDA 12.2 #143
base: main
Are you sure you want to change the base?
Conversation
Version("12.2"): Version("525.41"), | ||
Version("12.1"): Version("527.41"), |
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.
The lower driver version for a higher toolkit version is not a typo here, but maybe on the Nvidia side. I've asked for clarification.
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.
@pmeier Indeed the lower driver version for 12.2 was observed on September 1st 2023 as seen at https://web.archive.org/web/20230901223827/https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html.
Reviewing the snapshot of the webpage on October 16th 2023, Nvidia had changed the version to 527.41 for CUDA 12.2 seemingly confirming that it was a typo on their side. See https://web.archive.org/web/20231016074125/https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html.
Codecov Report
@@ Coverage Diff @@
## main #143 +/- ##
=====================================
Coverage 78.9% 78.9%
=====================================
Files 6 6
Lines 384 384
=====================================
Hits 303 303
Misses 81 81
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Version("12.2"): Version("525.41"), | ||
Version("12.1"): Version("527.41"), | ||
Version("12.0"): Version("527.41"), |
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.
@pmeier Per the latest version of the webpage https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html
Version("12.2"): Version("525.41"), | |
Version("12.1"): Version("527.41"), | |
Version("12.0"): Version("527.41"), | |
Version("12.6"): Version("528.33"), | |
Version("12.5"): Version("528.33"), | |
Version("12.4"): Version("528.33"), | |
Version("12.3"): Version("528.33"), | |
Version("12.2"): Version("528.33"), | |
Version("12.1"): Version("528.33"), | |
Version("12.0"): Version("528.33"), |
No description provided.