Skip to content

Commit

Permalink
bump NCCL floor to 2.18.1.1 (#723)
Browse files Browse the repository at this point in the history
Contributes to rapidsai/build-planning#102

Some RAPIDS libraries are using `ncclCommSplit()`, which was introduced in `nccl==2.18.1.1`. This is part of a series of PRs across RAPIDS updating libraries' pins to `nccl>=2.18.1.1` to ensure they get a new-enough version that supports that.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #723
  • Loading branch information
jameslamb authored Sep 24, 2024
1 parent b794951 commit efe9fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ xgboost_version:
cupy_version:
- '>=12.0.0'
nccl_version:
- '>=2.9.9,<3.0a0'
- '>=2.18.1.1,<3.0a0'
numba_version:
- '>=0.57'
numpy_version:
Expand Down

0 comments on commit efe9fcd

Please sign in to comment.