-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
RSN 54 (https://docs.rapids.ai/notices/rsn0054/) states that RAPIDS will require CUDA >=12.2 in the 25.12 release.
Acceptance criteria
- Conda packages require
cuda-version>=12.2and fail to install withcuda-version=12.0 - Only one CUDA 12 build (12.2+) should exist for kvikio and cucim, both of which currently have special behavior to support CUDA < 12.2 on ARM systems (libcufile did not exist for ARM until CUDA 12.2)
- Drop CUDA 12.0 from
dependencies.yamlin all repos - All build and test matrices for RAPIDS software require CUDA >=12.2
- e.g. ci-imgs matrix.yaml, all matrices in shared-workflows, docker matrix.yaml and matrix-test.yaml
- Documentation is updated in all repos to indicate the new minimum required version
- (Optional?) rapids-cmake deprecates support for CUDA < 12.2, with removal scheduled for a future CUDA release
- There are a few non-RAPIDS projects that require rapids-cmake, and the benefits to a 12.2 requirement are less important. I think we might be okay with no changes in rapids-cmake.
Pull requests
- Drop CUDA 12.0 from CI matrix shared-workflows#431
- Drop CUDA 12.0 from CI images ci-imgs#306
- Require minimum CUDA 12.2 for nightly releases docs#705
- Require minimum CUDA 12.2 for stable releases docs#706
- Require CUDA 12.2+ cucim#961
- Require CUDA 12.2+ cudf#20416
- Require CUDA 12.2+ cugraph-docs#169
- Require CUDA 12.2+ cugraph-gnn#340
- Require CUDA 12.2+ cugraph#5327
- Require CUDA 12.2+ cuml#7408
- Require CUDA 12.2+ cuvs#1476
- Require CUDA 12.2+ cuxfilter#735
- Require CUDA 12.2+ kvikio#860
- Require CUDA 12.2+ nx-cugraph#203
- Require CUDA 12.2+ raft#2850
- Require CUDA 12.2+ rapids-cmake#934
- Require CUDA 12.2+ ucxx#541
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels