Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump NCCL floor to 2.18.1.1 #2443

Merged
merged 4 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- libcusparse-dev=11.7.5.86
- libcusparse=11.7.5.86
- libucxx==0.40.*,>=0.0.0a0
- nccl>=2.9.9
- nccl>=2.18.1.1
- ninja
- numba>=0.57
- numpy>=1.23,<3.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- libcusparse-dev=11.7.5.86
- libcusparse=11.7.5.86
- libucxx==0.40.*,>=0.0.0a0
- nccl>=2.9.9
- nccl>=2.18.1.1
- ninja
- numba>=0.57
- numpy>=1.23,<3.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- libcusolver-dev
- libcusparse-dev
- libucxx==0.40.*,>=0.0.0a0
- nccl>=2.9.9
- nccl>=2.18.1.1
- ninja
- numba>=0.57
- numpy>=1.23,<3.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- libcusolver-dev
- libcusparse-dev
- libucxx==0.40.*,>=0.0.0a0
- nccl>=2.9.9
- nccl>=2.18.1.1
- ninja
- numba>=0.57
- numpy>=1.23,<3.0a0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- libcusparse=11.7.5.86
- libucxx==0.40.*,>=0.0.0a0
- matplotlib
- nccl>=2.9.9
- nccl>=2.18.1.1
- ninja
- nlohmann_json>=3.11.2
- nvcc_linux-aarch64=11.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
- libcusparse=11.7.5.86
- libucxx==0.40.*,>=0.0.0a0
- matplotlib
- nccl>=2.9.9
- nccl>=2.18.1.1
- ninja
- nlohmann_json>=3.11.2
- nvcc_linux-64=11.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-120_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- libcusparse-dev
- libucxx==0.40.*,>=0.0.0a0
- matplotlib
- nccl>=2.9.9
- nccl>=2.18.1.1
- ninja
- nlohmann_json>=3.11.2
- openblas
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/bench_ann_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- libcusparse-dev
- libucxx==0.40.*,>=0.0.0a0
- matplotlib
- nccl>=2.9.9
- nccl>=2.18.1.1
- ninja
- nlohmann_json>=3.11.2
- openblas
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/libraft/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cmake_version:
- ">=3.26.4,!=3.30.0"

nccl_version:
- ">=2.9.9"
- ">=2.18.1.1"

glog_version:
- ">=0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/raft-ann-bench/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cmake_version:
- ">=3.26.4,!=3.30.0"

nccl_version:
- ">=2.9.9"
- ">=2.18.1.1"

glog_version:
- ">=0.6.0"
Expand Down
3 changes: 3 additions & 0 deletions conda/recipes/raft-dask/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ ucxx_version:

cmake_version:
- ">=3.26.4,!=3.30.0"

nccl_version:
- ">=2.18.1.1"
4 changes: 2 additions & 2 deletions conda/recipes/raft-dask/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ requirements:
{% endif %}
- cuda-version ={{ cuda_version }}
- cython >=3.0.0
- nccl >=2.9.9
- nccl {{ nccl_version }}
- pylibraft {{ version }}
- python x.x
- rmm ={{ minor_version }}
Expand All @@ -68,7 +68,7 @@ requirements:
- dask-cuda ={{ minor_version }}
- rapids-dask-dependency ={{ minor_version }}
- joblib >=0.11
- nccl >=2.9.9
- nccl {{ nccl_version }}
- pylibraft {{ version }}
- python x.x
- rmm ={{ minor_version }}
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ dependencies:
packages:
- c-compiler
- cxx-compiler
- nccl>=2.9.9
- nccl>=2.18.1.1
- libucxx==0.40.*,>=0.0.0a0
specific:
- output_types: conda
Expand Down
Loading