Uh oh!
There was an error while loading. Please reload this page.
Add a script to help update to a new CTK version - #1132
Conversation
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
There was a problem hiding this comment.
Pull Request Overview
This PR adds a script to automate the process of updating cuda-python to support a new version of the CUDA Toolkit (CTK). The script streamlines the multi-step process that was previously done manually.
- Automates CTK version updates by fetching headers, updating configuration files, and running code generation
- Handles both latest and previous version updates through command-line options
- Provides clear instructions and confirmations for manual steps that still need to be performed
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
rwgk
commented
Oct 14, 2025
Looks useful! But I think it's important to have This is to distinguish from |
mdboom
commented
Oct 14, 2025
Hmm... I actually didn't think of What do others think? |
rwgk
commented
Oct 14, 2025
For this time around, I'll try on the colossus workstation that I have already. I think it'll take me only a few minutes. Not sure what'll be best long term. |
mdboom
commented
Oct 14, 2025
Moving elsewhere. |
This is the script I used to update to a new CTK version and create #1131. I think this will be helpful going forward. Worth adding to
toolshed?