-
Notifications
You must be signed in to change notification settings - Fork 14
Update CUDA versions for Python packages #91
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
base: main
Are you sure you want to change the base?
Conversation
d48bb3c to
74fd8ce
Compare
319c794 to
834cf29
Compare
SimonRit
left a comment
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 last commit should be removed from this PR and handled in a separate one IMO. After correcting my inline suggestions, I recommend:
- doing a similar PR in RTKConsortium/RTK
- checking that RTK examples work with newly generated packages as much as possible
- merging the two PRs simultaneously
| matrix: | ||
| python3-minor-version: ${{ github.event_name == 'pull_request' && fromJSON('["11"]') || fromJSON('["9","10","11"]') }} | ||
| cuda-version: ["130"] | ||
| cuda-version: ${{ github.event_name == 'pull_request' && fromJSON('["128"]') || fromJSON('["118","128","130"]') }} |
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.
11* was intentionally removed, see https://github.com/RTKConsortium/ITKCudaCommon/commits/9f2efd3fd7fb457670e25d01380d13341e81b700/. It would be cleaner to modify the first commit of this pull request with "128","130" and then add the conditional builds in this commit.
| matrix: | ||
| python3-minor-version: ${{ github.event_name == 'pull_request' && fromJSON('["11"]') || fromJSON('["9","10","11"]') }} | ||
| cuda-version: ["124"] | ||
| cuda-version: ["130"] |
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.
Make it "128","130" in this commit
Version 11.8 is the latest 11 version. Versions 12.8 and 13.0 are aligned with PyTorch.
Close #88