-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Today, we use GCC 13 for conda builds and GCC 11 for wheel builds. We should move both conda and wheel builds to use GCC 14.
This aligns with many upstream compiler updates:
- CUDA 12.8+ supports GCC 14
- conda-forge has work in progress to use GCC 14: GCC 14 & Clang 19 conda-forge/conda-forge-pinning-feedstock#7421
- manylinux uses GCC 14: feat: update gcc-toolset to gcc-toolset-14 on manylinux_2_28 pypa/manylinux#1730
See also this previous update to GCC 13: #129
Proposal for rollout:
- Update every repository's conda recipes to use GCC 14 (as was done in Use GCC 13 in CUDA 12+ builds #129)
- Update
rapidsai/ci-imgsto use GCC 14 via devtoolset (updating locations like https://github.com/rapidsai/ci-imgs/blob/2f5d3bf7ab057352c20332b4a3b7850093e0afab/ci-wheel.Dockerfile#L120)
cc: @vyasr
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels