Skip to content

Conversation

windreamer
Copy link
Collaborator

Motivation

CUDA 11.8 reaches EOL; the project needs to follow the community and provide wheels for the latest stable CUDA 12.x line.

Modification

  • Remove all 11.8-related CI jobs, scripts and references.
  • Add build scripts for CUDA 12.6 & 12.9 (Linux & Windows).
  • Update wheel matrix: 12.6 / 12.8 / 12.9 only.
  • Rename workflow file cuda11.8-whl-release.yml → cuda12.9-whl-release.yml and bump corresponding docker tags, artifact names, local-version tags (cu118→cu129).
  • Replace pip index with Aliyun mirror in manylinux image to accelerate pybind11 installation.

BC-breaking

Downstream users who depend on pre-built +cu118 wheels must upgrade driver ≥ 550 and use +cu129 wheels or build from source.

@windreamer windreamer marked this pull request as ready for review September 28, 2025 11:32
@lvhan028
Copy link
Collaborator

I don't think we have to maintain all the cuda versions

1 similar comment
@lvhan028
Copy link
Collaborator

I don't think we have to maintain all the cuda versions

@windreamer
Copy link
Collaborator Author

I don't think we have to maintain all the cuda versions

OK, I just enabled cuda versions aligned with Pytorch. So which cuda versions should we maintain?

@lvhan028
Copy link
Collaborator

I believe the current main branch meets both our internal and external requirements. I recommend removing the CUDA 11.8 build while retaining the others. We can revisit this if CUDA 12.9 support is requested in the future.

@windreamer
Copy link
Collaborator Author

I believe the current main branch meets both our internal and external requirements. I recommend removing the CUDA 11.8 build while retaining the others. We can revisit this if CUDA 12.9 support is requested in the future.

Sure! Will do.

@windreamer windreamer changed the title Drop CUDA 11.8 build support, upgrade CI/CD to CUDA 12.6/12.8/12.9 [WIP] Drop CUDA 11.8 build support, upgrade CI/CD to CUDA 12.6/12.8/12.9 Sep 29, 2025
@windreamer windreamer marked this pull request as draft September 30, 2025 02:44
@windreamer windreamer changed the title [WIP] Drop CUDA 11.8 build support, upgrade CI/CD to CUDA 12.6/12.8/12.9 Drop CUDA 11.8 build support, upgrade CI/CD to CUDA 12.6/12.8 Sep 30, 2025
@windreamer
Copy link
Collaborator Author

I believe the current main branch meets both our internal and external requirements. I recommend removing the CUDA 11.8 build while retaining the others. We can revisit this if CUDA 12.9 support is requested in the future.

Done now.

@windreamer windreamer marked this pull request as ready for review September 30, 2025 08:14
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.

2 participants