Skip to content

Conversation

@axel-grc
Copy link
Collaborator

@axel-grc axel-grc commented Jan 5, 2026

Close #88

@SimonRit SimonRit force-pushed the cudaVersion branch 2 times, most recently from d48bb3c to 74fd8ce Compare January 5, 2026 16:23
@SimonRit SimonRit force-pushed the cudaVersion branch 3 times, most recently from 319c794 to 834cf29 Compare January 6, 2026 07:26
@SimonRit SimonRit added this to the CudaCommon 2.0 milestone Jan 7, 2026
@axel-grc axel-grc requested a review from SimonRit January 9, 2026 09:52
Copy link
Collaborator

@SimonRit SimonRit left a 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"]') }}
Copy link
Collaborator

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"]
Copy link
Collaborator

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

axel-grc and others added 2 commits January 9, 2026 14:09
Version 11.8 is the latest 11 version.
Versions 12.8 and 13.0 are aligned with PyTorch.
@axel-grc axel-grc changed the title WIP: Update CUDA versions for Python packages Update CUDA versions for Python packages Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compile packages for Cuda 11.8 12.8 13.0

2 participants